Chorus-AIDLC/Chorus.
21 skills★ 914View on GitHub ↗
- 100/100
brainstorm-chorus
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.
- 100/100
chorus
Chorus AI Agent collaboration platform — overview, tools, and workflow routing.
- 100/100
chorus-proposal-reviewer
Read-only Chorus proposal reviewer. Fetches a proposal via MCP, audits PRD/task drafts against the originating Idea, and posts a structured VERDICT comment. Invoke by mounting this skill into a default sub-agent via spawn_agent(agent_type="default", items=[{ type: "skill", path: "chorus:chorus-proposal-reviewer", ... }, { type: "text", text: "Review proposal <uuid>. Max review rounds: 3." }]).
- 100/100
chorus-task-reviewer
Read-only Chorus task reviewer. Fetches a task plus its acceptance criteria plus originating proposal documents via MCP, independently verifies the implementation, and posts a structured VERDICT comment. Invoke by mounting this skill into a default sub-agent via spawn_agent(agent_type="default", items=[{ type: "skill", path: "chorus:chorus-task-reviewer", ... }, { type: "text", text: "Review task <uuid>. Max review rounds: 3." }]).
- 100/100
develop
Chorus Development workflow — claim tasks, report work, and submit for verification.
- 100/100
develop-chorus
Chorus Development workflow — claim tasks, report work, self-check acceptance criteria, and submit for verification.
- 100/100
idea
Chorus Idea workflow — claim ideas, run elaboration, and prepare for proposal.
- 100/100
idea-chorus
Chorus Idea workflow — claim ideas, run elaboration rounds, and prepare for proposal creation.
- 100/100
openspec-apply-change
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
- 100/100
openspec-archive-change
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
- 100/100
openspec-aware
Opt-in OpenSpec-mode authoring for Chorus PM workflows in Codex. Detects the local `openspec` CLI, scaffolds `openspec/changes/<slug>/` on disk, and mirrors Markdown files into Chorus document drafts via the `chorus-mcp-call.sh` wrapper. Required reading for the proposal, develop, and yolo skills whenever the user has the `openspec` CLI installed.
- 100/100
openspec-explore
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
- 100/100
openspec-propose
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
- 100/100
plugin-maintenance
Guide for modifying the Chorus plugin (Claude Code + Codex ports), updating skill documentation, and releasing new plugin versions.
- 100/100
pr-workflow
Complete workflow for submitting code changes — create branch, commit, open PR, check CI, fix failures, and merge.
- 100/100
proposal
Chorus Proposal workflow — create proposals with document & task drafts, manage DAG, submit for review.
- 100/100
proposal-chorus
Chorus Proposal workflow — create proposals with document and task drafts, manage dependency DAG, validate and submit for review.
- 100/100
quick-dev
Quick Task workflow — skip Idea→Proposal, create tasks directly, execute, and verify.
- 100/100
quick-dev-chorus
Quick Task workflow — skip Idea→Proposal, create tasks directly, execute, and verify.
- 100/100
review-chorus
Chorus Review workflow — approve/reject proposals, verify tasks, and manage project governance.
- 100/100
yolo
Full-auto AI-DLC pipeline — from prompt to done. Automates the entire Idea -> Proposal -> Execute -> Verify lifecycle.