Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

spk-run-program-orchestrate

This Claude Code skill coordinates multiple Spec Kitty missions across repositories as a unified program by mapping dependencies, sequencing work appropriately, and managing parallel execution where feasible. Use it when implementing interconnected initiatives that require dependency ordering, review gates, merge coordination, and post-merge closeout across multiple teams or repositories.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-run-program-orchestrate && cp -r /tmp/spk-run-program-orchestrate/src/doctrine/skills/spk-run-program-orchestrate ~/.claude/skills/spk-run-program-orchestrate
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# spk-run-program-orchestrate

Use this skill when a user wants to coordinate several related Spec Kitty
missions or repositories as one program.

## Flow

1. Build the mission dependency order before launching work.
2. Use `spk-run-next` for each mission's authoritative next action.
3. Coordinate parallel implementation only where dependencies allow.
4. Keep review, accept, merge, mission-review, and retrospective gates per
   mission.
5. Surface blockers as program risks without bypassing mission-level gates.

## Legacy Alias

For detailed program orchestration mechanics, use
`spec-kitty-program-orchestrate` when available.