What problem does it solve?
Manually coordinating multi-phase software development workflows is time-consuming, inconsistent across projects, and prone to missed quality gates or approval steps, especially when adapting to unique project conventions and tooling.
Core Features & Use Cases
- Specialized subagent delegation: Routes each phase of the dev cycle (planning, implementation, review, resolution) to purpose-built subagents (product owner, architect, developer, PR reviewer, resolution) to eliminate manual coordination overhead.
- Auto-adaptation to project context: Automatically detects project conventions from AGENTS.md, plan files, package manifests, and pre-commit hook systems to work with any codebase without hardcoded configuration.
- Built-in safety and quality guardrails: Enforces mandatory human approval checkpoints for commits and pushes, runs environment preflights for required tools like gh CLI and MCP servers, and supports local-only dry runs via the --experiment flag for safe testing.
Use case: For example, invoke the skill with a GitHub issue ID to automatically generate a compliant plan, implement changes, run a full code review, and prepare a merge-ready PR with zero manual workflow coordination.
Quick Start
Use the orchestrator skill to run a full end-to-end development cycle for a GitHub issue ID or free-text project topic of your choice.