← ClaudeAtlas

nauro-looplisted

Run a gated iteration of work origination on top of /nauro-ship-task. Invoke under the dynamic /loop command (/loop /nauro-loop). Mines the project's existing Nauro store state read-only (get_context, open-questions RESUME/BRIEF pointers, diff_since_last_session, list_decisions) and originates 1-3 ranked candidate tasks, then surfaces them via AskUserQuestion for the human to pick - a mandatory ratify-gate with no auto-pick path. On the human's pick it dispatches /nauro-ship-task <chosen task> byte-for-byte with all six inner gates intact, then loops back. Originates the candidate set only; the human selects the task, approves the plan, clears every tech-lead pause, and confirms every push. The loop itself never files a decision, never pushes, and never runs gh; it holds no store-write authority. Stops on an empty mine and at a hard per-session ceiling. Installed by `nauro adopt --with-skills`.
Nauro-AI/nauro · ★ 6 · AI & Automation · score 76
Install: claude install-skill Nauro-AI/nauro
# Nauro loop skill Run a gated iteration of work origination on top of `/nauro-ship-task`. This skill is a thin outer loop. It mines the project's existing Nauro store state for candidate work, ranks a small set, and surfaces it to the human to pick; on the human's pick it dispatches `/nauro-ship-task <chosen task>` byte-for-byte with all six inner gates intact, then loops back. It originates the candidate set; the human selects, approves, and confirms everything downstream. The loop adds one net-new agent authority — task origination — and nothing else. Today the human authors the task description handed to `/nauro-ship-task`; the loop now proposes and ranks the candidate "what to build next" set. It enumerates options; it never selects. Everything past enumeration stays with the human: the SELECT ratify-gate, the chain's plan-approval gate, every AMBER/RED tech-lead pause, and every push confirmation. ## What the loop cannot do These are structural, not stylistic. The loop holds none of these capabilities and must not simulate them. - The loop never files a decision. It holds no doctrine-write authority into the store, cannot record doctrine, and carries no path to commit one. It runs in the main-agent context with no tool-lock, so an autonomous filing would install binding doctrine with no human gate; the only filing that ever happens is inside the dispatched chain, after a human clears a chain gate, by the agent the chain assigns. Writing a SELECT checkpoint (below)