← ClaudeAtlas

orchestrate-projectlisted

Meta-skill that enforces the 6-phase core loop (discover → elaborate → plan → build → verify → release) with hard gates. Use to coordinate multi-phase projects with guaranteed quality checkpoints. One-time command for the entire project lifecycle.
danielvm-git/bigpowers · ★ 2 · AI & Automation · score 68
Install: claude install-skill danielvm-git/bigpowers
# Orchestrate > **HARD GATE** — **HARD GATE** — Do NOT invoke orchestrate-project unless you have a clear multi-phase workflow. Single-skill tasks should use dedicated skills instead. Orchestrate is for complex, multi-stage work that requires coordination across phases. The orchestrate skill coordinates projects through a prescriptive 6-phase core loop with hard gates, ensuring consistent quality and preventing scope creep. ## Quick Start ```bash # Start a new project (initializes specs/ YAML cockpit and begins discover phase) claude /orchestrate --mode standard # Or resume an existing project at the current phase claude /orchestrate --mode standard --resume # For low-risk scenarios (hotfixes, refactors on well-tested code) claude /orchestrate --mode fast-track ``` ## The 6-Phase Core Loop 1. **DISCOVER** (3-6 hours): Understand problem. Deliverables: `requirements/VISION_LATEST.yaml`, `requirements/SCOPE_LATEST.yaml`, `plans/TECH_STACK_LATEST.md`. 2. **ELABORATE** (3-6 hours): Research solutions. Deliverables: Prior art in scope YAML, ADRs in `specs/adr/`. 3. **PLAN** (2-4 hours): Write verifiable plan. Deliverables: `release-plan.yaml`, `epics/eNN-*.yaml` with `verify:` per task. 4. **BUILD** (1-8 hours): Execute plan. Runs build-epic once per story in WSJF order. Deliverables: Code; update `execution-status.yaml`. 5. **VERIFY** (1-3 hours): Validate success criteria. Deliverables: UAT evidence, `specs/EVALS-*.md` if used. 6. **RELEASE** (30 min - 2 hours): Ship to