← ClaudeAtlas

setup-agenticlooplisted

Use when a maintainer or human is setting up Agentic Loop in a target project for the first time, when source document names are non-standard or ambiguous, when .agenticloop/project.md is still unconfirmed, or when a human wants to update its development-stage profile. Discovers bounded candidate project docs once, gathers bounded backend and lifecycle evidence, proposes document selections and task conventions, asks for confirmation, and writes confirmed project-map values plus setup confirmation state.
bartoszarendt/agenticloop · ★ 2 · AI & Automation · score 69
Install: claude install-skill bartoszarendt/agenticloop
# Setup Agentic Loop This is an interactive setup and human-controlled profile-update skill. It is maintainer-run or human-run. Run it when: - setting up Agentic Loop in a target project for the first time, - source document names are non-standard or ambiguous, - `.agenticloop/project.md` is `setup_status: unconfirmed`, - `.agenticloop/project.md` needs confirmed typed document selections. - a confirmed project needs its one-time development-stage migration or a human wants to confirm a later development-stage transition. Do not use this skill for routine runtime document lookup. At runtime, agents read `.agenticloop/project.md` for overrides and fall back to conventional names. This skill performs one-time discovery so runtime agents do not need to scan the repository. ## What This Skill Does 1. Scan bounded candidate paths once. 2. Propose detected documents by role, detected grouping profile, inferred task ID style, backend choice, development stage, and implementation-lane maximum. 3. Ask the human to confirm before writing. 4. Write confirmed project-map values and setup confirmation state to `.agenticloop/project.md`. 5. Preserve existing `.agenticloop/project.md` content where possible. After this skill runs, future runtime agents use convention-first lookup plus the confirmed overrides recorded here. Setup is complete only after the maintainer or human confirms: - document role selections, - task ID pattern and regex, - grouping profile, - backend choice. -