cross-repo-plan
Installation
SKILL.md
Skill: Cross-Repo Plan
Note: This skill extends the plan model beyond single repositories. The execution is inherently serial (one repo at a time in OpenCode). Use this for planning and tracking, not for simultaneous multi-repo execution.
What This Skill Does
Creates an implementation plan that spans multiple repositories. While the standard create-plan skill works within a single repo, many real-world features require coordinated changes across several repos (e.g., updating a shared library and then adapting all consumers).
Produces:
- Coordinator plan in the current repo with cross-repo phase dependencies
- Per-repo phase documents that reference the coordinator plan
- Execution order that respects inter-repo dependencies
- Global progress tracking across all involved repos