autonomous-loop

Solid

Use when a set-up project (project/BRIEF.md approved, PROFILE/STATE/backlog present) should continue building autonomously — orchestration of CEO/PO/DEV/REVIEWER cycles with parallel agents, without user input. Also for resuming after an interruption or handoff.

AI & Automation 4 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
23
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Autonomous Delivery Loop ## Principle The loop orchestrates roles as subagents and works without user input until the MVP gate, an escalation criterion, or context pressure. The core contract in `project/BRIEF.md` is the constitution; `project/STATE.md` the single state store. ## Cycle (repeat) 1. **Sync:** read `STATE.md`; increment the cycle counter (basis for cooling-off) and check it against the cycle cap — cap reached → runaway stop (see stop conditions), no further cycle. Incorporate open merges, blockers, review results. 2. **CEO tick** (inline per `role-ceo`): activate next WORK items up to the WIP limit, evaluate gates. No new reason → no reprioritization. 3. **PO step** (per `role-po`): cut activated items into cards — with acceptance criteria, claim limits, and **disjoint claim zones**. Idea triage via `project/IDEAS.md`. 4. **DEV fan-out (parallel):** one DEV subagent per card, all in **one** invocation block. **Embed context instead of having it read**: the WORK card and profile extract (commands, quality rules) are verbatim in the prompt — the subagent only reads its role skill. **Model choice by card complexity:** S/M → `sonnet` (very large diff or wide context → `sonnet[1m]`); L or "sensitive" → `opus`. These override the subagent's own `model` field (the role skills carry `inherit` precisely so the spawn decides). The orchestrator verifies the rating before spawning: risk-regex hits in the claim zone, gate relevance, or security/concurrency aspects overr...

Details

Author
BechsteinDigital
Repository
BechsteinDigital/claude-shiploop
Created
1 weeks ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

loop-system-architect

Design, audit, repair, and operationalize reliable agent loops with explicit goals, triggers, persistent state, orchestration, independent verification, failure recovery, open skill discovery or creation, experience distillation, controlled self-improvement, and retirement conditions. Use when the user asks to build a loop, autonomous or recurring agent workflow, multi-agent operating system, self-improving process, knowledge/experience distillation pipeline, zero-context recovery flow, permanent update/replacement loop, or to turn a prose plan or repeated prompt into a genuinely executable loop.

0 Updated 4 days ago
m1nga
AI & Automation Listed

run-verified-development-loop

Execute an approved PRD and development contract through bounded multi-model implementation cycles with architecture-aware work packages, isolated worktrees, separate coding and testing roles, deterministic architecture and quality gates, repair limits, and independent review. Use when the user asks to implement approved work automatically with an orchestrator such as Fable, Opus, or OpenAI Codex; workers such as Sonnet, Gemini, or Codex; testers such as Haiku; or explicit requirements that the result be structurally clean, tested, and working.

0 Updated 3 days ago
Cartograf666
Data & Documents Listed

dev-loop

Use when AgentHub work is long-running, cross-file, multi-agent, worktree-based, or needs repeated implementation, review, verification, documentation, and progress synchronization.

5 Updated today
TokenDanceLab