What problem does it solve?
Coordinating a feature release that spans multiple repositories is error-prone: repos must ship in dependency order, parallel sub-agents can silently stall, and post-merge reviews and remediations are easy to skip. This Skill drives the entire cross-repo program from kickoff to final merge without requiring the user to hand-hold every transition.
Core Features & Use Cases
- Ordered multi-repo execution: Runs the full specify → plan → tasks → implement → review → merge → mission-review → remediation pipeline per repo, respecting cross-repo contract dependencies.
- Parallel sub-agent dispatch: Dispatches implementer and reviewer sub-agents per work package, capped at ~6 concurrent agents, with cross-repo context injected into every prompt.
- Pulse heartbeat safety net: Keeps a scheduled wakeup armed during uninterrupted runs to detect dead or stalled sub-agents and recover automatically.
- Known-friction workarounds: Ships ready-made fixes for test-DB collisions, stale-lane merges, and post-merge invariant-check failures.
- Use Case: A team shipping "Decision Moment V1" across an events repo, a SaaS backend, a CLI, and a web app uses this Skill to sequence the repos, run missions in parallel where dependencies allow, and land all merges plus mission reviews autonomously.
Quick Start
Ask the agent to orchestrate the full Spec Kitty mission workflow across your ordered list of repositories, for example: "Ship this program across repos A, B, and C in dependency order, working uninterrupted."