What problem does it solve?
This Skill enables orchestration of multi-task work across GitHub issues and epics by coordinating parallel agents, managing dependencies, and enforcing consensus reviews. It leverages contextd for memory, checkpoints, and context folding to provide robust, auditable progress.
Core Features & Use Cases
- Parallel task execution: Dispatch multiple issues or epics to agents concurrently while respecting dependencies.
- Dependency and branching discipline: Resolve task graphs, create isolated feature branches, and prevent mainline edits during orchestration.
- Consensus-driven quality: Run phased reviews after groups to ensure high quality before proceeding, with remediation and PR creation.
- Contextd integration: Use memory, checkpoints, and context folding to preserve state, enable resume, and improve learning over time.
- Use Case: Orchestrate an epic spanning several issues, automatically branch, run tasks in parallel, accumulate results, and open a PR when complete.
Quick Start
Trigger orchestration with the contextd command that fits your workflow, for example: /contextd:orchestrate --issues 42,43 --epic EPIC-1. The skill requires a contextd MCP server and will guide you through resolution, branching, execution, and review steps.