What problem does it solve?
Coordinating multiple AI agents through implementation and review cycles is error-prone: work packages get stuck in lanes, reviewer feedback is lost, and sub-agents appear hung while synchronous pre-review test gates are still running. This Skill drives the full implement-review loop for a Spec Kitty mission until every work package reaches done, approved, or a correctly rejected state.
Core Features & Use Cases
- Loop Orchestration: Identifies the active work package and lane via
spk-run-next, dispatches implementation from runtime prompt context, and reviews each package independently with spk-run-review-wp.
- Rejection Feedback Loop: Feeds structured reviewer feedback back into the next implementation attempt so rejected work packages converge on acceptance.
- Long-Gate Contract Handling: Treats
move-task --to for_review as a synchronous pre-review regression gate that must be polled to completion, with opt-outs via --skip-pre-review-gate or the SPEC_KITTY_SYNC_DISABLE environment variables.
- Use Case: A team running parallel Claude Code or Codex agents in git worktrees uses this Skill to keep implementers and reviewers cycling through work packages without manual lane management.
Quick Start
Ask the agent to run the implement-review loop for the current Spec Kitty mission and keep cycling work packages until all lanes reach done or approved.