What problem does it solve?
When more than one agent or human touches the same work, coordination breaks down: ideas lack a single accountable owner, parallel tasks collide on status transitions, and quality gates get skipped. This Skill gives an orchestrator agent a playbook for decomposing work, delegating each piece to a chosen owner, and enforcing the human-verify gates of the AI-DLC lifecycle.
Core Features & Use Cases
- Idea and task delegation: Assign whole ideas via
chorus_pm_assign_idea or individual tasks via chorus_pm_assign_task, optionally pinning work to a specific AgentInstance with instanceUuid.
- Theme decomposition and fan-out: Derive child ideas from a container/theme idea and hand each child to a distinct owner (e.g., one to Codex, one to a Claude dev agent, one to a human) so they advance independently.
- Independent adversarial review gates: Spawn read-only reviewer sub-agents (proposal, task, and code reviewers) that post VERDICT comments at each gate before work advances.
- Use Case: You own a theme idea with three independent slices. Create three child ideas, assign each to a different agent, run the proposal reviewer when drafts arrive, and hand approve/verify decisions to the human owner at every gate.
Quick Start
Ask the orchestrator agent to decompose your theme idea into child ideas and assign each one to a different agent or human owner.