Chorus
Coordinate AI coding agents and humans through one delivery pipeline
All Skills in This Repository (54)
Pure Emerald Level Indicatorsplugin-maintenance
Maintain and release the Chorus plugin with synchronized version updates.
release
Automate Chorus releases with CHANGELOG updates, version bumps, PRs, tags, and GitHub release notes.
blog
Write bilingual Chorus release blog posts with Chinese-first drafts and English versions.
pr-workflow
Automate pull request workflows with git and the GitHub CLI.
quick-dev-chorus
Create, execute, and verify lightweight tasks without proposal steps.
idea-chorus
Clarify ambiguous product ideas through structured multi-round question sessions.
develop-chorus
Coordinate task claiming, progress reporting, and verification submission in Chorus.
review-chorus
Approves/rejects proposals and verifies tasks in Chorus projects via admin tools.
proposal-chorus
Manage proposal containers with document drafts, task drafts, and dependency DAGs.
chorus
Coordinate AI agents across PM, Developer, and Admin roles in AI-DLC workflows.
develop
Manage developer task lifecycles and session attribution for Chorus-based pipelines.
proposal
Create and manage project proposals with document drafts and task dependency DAGs.
Frequently Asked Questions
FAQPage SchemaHow to install Chorus?▼
Run `npx skills add Chorus-AIDLC/Chorus --all -g -y` in your terminal to install all skills in this suite globally.
What is the AI-DLC workflow in Chorus?▼
It is a pipeline where AI agents propose and humans verify: Idea → Proposal → Documents and Tasks → Execute → Verify → Done, with each stage gated by permissions.
Can Chorus run a whole feature automatically?▼
Yes. The yolo skill drives one prompt through planning, proposal review, wave-based task execution, and verification loops until done, escalating to a human only when stuck.
Which AI agents work with Chorus?▼
Chorus connects to Claude Code, Codex, Kiro, OpenClaw, Pi, dsh, and any MCP-compatible agent via its MCP server and API keys.
How does Chorus keep agent-written code quality high?▼
Three read-only reviewer agents independently audit proposals, tasks, and the final aggregate code change, posting PASS or FAIL verdicts before anything ships.