Skill Claude CodeCodex
Multi-agent orchestration playbook — coordinate OTHER agents and humans across the AI-DLC lifecycle by delegating ideas and tasks, running independent reviewers, and gatekeeping at the Reversed-Conversation gates.
Skill Claude CodeCodex
Multi-agent orchestration playbook — coordinate OTHER agents and humans across the AI-DLC lifecycle by delegating ideas and tasks, running independent reviewers, and gatekeeping at the Reversed-Conversation gates.
Skill Claude CodeCodex
Chorus Proposal workflow — create proposals with document and task drafts, manage dependency DAG, validate and submit for review.
Skill Claude CodeCodex
Adversarial read-only review of a submitted Chorus proposal — document completeness, task granularity, AC↔requirement coverage, and the dependency DAG. Invoke after a proposal is submitted; ends with a VERDICT comment.
Skill Claude CodeCodex
Quick Task workflow — skip Idea→Proposal, create tasks directly, execute, and verify.
Skill Claude CodeCodex
Chorus Review workflow — approve/reject proposals, verify tasks, and manage project governance.
Skill Claude CodeCodex
Adversarial verification of a submitted Chorus task against its AC and proposal documents — read the code, verify each criterion, run tests. Invoke after a task is submitted for verify; ends with a VERDICT comment.
Skill Claude CodeCodex
Full-auto AI-DLC pipeline — from prompt to done. Automates the entire Idea -> Proposal -> Execute -> Verify lifecycle.
Agent
Final ship-time review of an Idea's aggregate code change — the whole feature across all its tasks, not one task. Read-only; posts a VERDICT comment on the Idea. Spawn via the blocking subagent tool after the last task of an idea-rooted proposal is verified.
Agent
Review submitted Chorus proposals for quality — check document completeness, task granularity, AC alignment, and cross-task dependencies. Spawn via the blocking subagent tool after choruspmsubmitproposal.
Agent
Review submitted Chorus tasks — verify implementation against AC and proposal documents. Spawn via the blocking subagent tool after chorussubmitforverify.
Skill Claude CodeCodex
Chorus Development workflow — claim tasks, report work, manage sessions, and integrate with Pi subagents.
Skill Claude CodeCodex
Chorus documentation router — consult the live Chorus docs site to answer product-usage questions (UI workflow, agent/plugin setup, API/MCP, deployment, operations).
Skill Claude CodeCodex
Chorus Idea workflow — claim ideas, run elaboration rounds, and prepare for proposal creation.
Skill Claude CodeCodex
Opt-in OpenSpec-mode authoring for Chorus PM workflows in Pi. Detects the local openspec CLI, scaffolds openspec/changes/ / on disk, and mirrors Markdown files into Chorus document drafts via chorus mcp call --arg-file (bash chorus-mcp-call.sh wrapper as fallback). Required reading for the proposal, develop, and yolo…
Skill Claude CodeCodex
Multi-agent orchestration playbook — coordinate OTHER agents and humans across the AI-DLC lifecycle by delegating ideas and tasks, running independent reviewers, and gatekeeping at the Reversed-Conversation gates.
Skill Claude CodeCodex
Chorus Proposal workflow — create proposals with document and task drafts, manage dependency DAG, validate and submit for review.
Skill Claude CodeCodex
Quick Task workflow — skip Idea→Proposal, create tasks directly, execute, and verify.
Skill Claude CodeCodex
Chorus Review workflow — approve/reject proposals, verify tasks, and manage project governance.
Skill Claude CodeCodex
Full-auto AI-DLC pipeline — from prompt to done. Automates the entire Idea -> Proposal -> Execute -> Verify lifecycle.
Skill Claude CodeCodex
Optional divergent-then-convergent dialogue for fuzzy ideas. Invoked from the idea skill as a prelude to structured elaboration; produces one ElaborationRound of decision-point Q&A and returns control. Never writes files, never posts comments, never validates elaboration.
Skill Claude CodeCodex
Final ship-time review of an Idea's aggregate code change — the whole feature across all its tasks, not one task. Read the integrated code, check cross-task integration / architecture / security / regression / coverage, run tests. Invoke after the last task of an idea-rooted proposal is verified; ends with a VERDICT…
Skill Claude CodeCodex
Adversarial read-only review of a submitted Chorus proposal — document completeness, task granularity, AC↔requirement coverage, and the dependency DAG. Invoke after a proposal is submitted; ends with a VERDICT comment.
Skill Claude CodeCodex
Adversarial verification of a submitted Chorus task against its AC and proposal documents — read the code, verify each criterion, run tests. Invoke after a task is submitted for verify; ends with a VERDICT comment.
Skill Claude CodeCodex
Read-only Chorus code-review gateway — the final ship-time review of an Idea's aggregate code change (the whole feature across all its tasks, not one task). Fetches the Idea, its approved proposals, documents, and tasks via MCP, reviews the aggregate implementation, and posts a structured VERDICT comment on the Idea.…