What problem does it solve? Coordinating a full feature lifecycle — from idea to merged pull request — across one or many repositories requires constant context switching between planning, coding, reviewing, testing, and PR management. This Skill acts as an orchestrator that drives that pipeline through specialized subagents while keeping the user in control at every gate. ## Core Features & Use Cases - Pipeline Orchestration: Runs a Refine → Implement → Review → QA → PR pipeline, spawning Architect, Manager, Coder, Code Reviewer, QA, and Pull Request subagents in the background via the Agent tool. - Multi-Repo Support: Resolves per-repo build configurations from agent-build.yaml files, supports mono-repo sub-projects, and runs integration, iOS, and Android build validation across repositories. - Workflow State Management: Maintains BACKLOG/TODO/DONE/BUGS markdown files, per-task files, and a timestamped session journal, with an optional GitHub Projects board backend. - Use Case: You describe a feature spanning a Django backend and a mobile app. The coordinator scopes it with you, spawns an architect to plan it, a manager to break it into tasks, coders to implement in parallel, reviewers and QA to verify, and finally opens pull requests — checking in with you at every gate. ## Quick Start Ask the coordinator to pick up a feature from the backlog and run it through the refinement and implementation pipeline.