← ClaudeAtlas

looplisted

Loop-workflow umbrella. Routes to /init-agents (bootstrap), /create-issue (genesis), /plan-issues (wave planning), /work-issue (5-stage execution), /close-out (ordered merge), or /run-loop (full pipeline in one command). Triggers: "loop", "loop workflow", "work issue", "spec build", "coding loop", "github workflow", "github loop", "spec build loop". Routes when intent is unclear.
Domek-Labs/stagecrew · ★ 0 · AI & Automation · score 66
Install: claude install-skill Domek-Labs/stagecrew
# /loop — Loop-Engineering Workflow (Umbrella) **Type:** umbrella / router ## Purpose Central entry point for the stagecrew pipeline: GitHub issue → merged PR (or research findings) via a multi-stage agent pipeline. Six sub-skills cover the full lifecycle: | Phase | Sub-skill | What | Direct trigger | |-------|-----------|------|----------------| | **Bootstrap** | `/init-agents` | Create `AGENTS.md` for a repo (one-time per repo, pure-reader prerequisite) | "init agents", "create agents.md", "coding spec bootstrap", "initialize repo standards" | | **Genesis** | `/create-issue` | Idea → fully-specified GitHub issue (spec standard with Idea/AC/Files/Test-Plan/OoS) | "create issue", "new issue", "create feature", "spec issue", "idea as ticket" | | **Planning** | `/plan-issues` | Assign parallel-safety waves to open issues before work starts; detect file collisions and dependency order | "plan issues", "wave plan", "assign waves", "plan before work", "parallel plan" | | **Execution** | `/work-issue` | Issue → merged PR via 5 stages (Validator → Implementer → Tester → Critic → Closer) | "work issue", "drive issue", "loop workflow", "spec build loop" | | **Merge** | `/close-out` | Merge completed PRs in wave order, auto-resolve additive conflicts, close issues, clean up branches | "close out", "merge waves", "ship waves", "finalize waves" | | **Pipeline** | `/run-loop` | Single-command entry point: chains create → plan → [confirm] → work | "run loop", "full loop", "start loop"