krt:compound-master
Installation
SKILL.md
Compound Master
Compound Master coordinates existing skills. It does not replace Compound Engineering and it does not duplicate krt:release-marshal.
Default posture: artifact-first. Generate durable artifacts first, then execute later only when the user explicitly asks.
Core pipeline:
- Preflight skills, repo, branch, and context readiness.
- Block if project documentation is insufficient.
- Generate a medium/high-level roadmap with dependencies, parallelization waves, and preliminary PR strategy.
- Run one interactive brainstorm skill per roadmap item.
- Run one planning skill per reviewed brainstorm document.
- Run document-review loops for roadmap, brainstorms, plans, and work packages.
- Derive work packages that map to independently reviewable PR/Jira units.
- Later, execute each package with a work skill or worker that supports implementation-only/no-shipping mode.
- Review implementation with a code-review skill, looping fixes through the work skill until the configured threshold passes.
- Hand the finished package to
krt:release-marshal, which owns gitflow commits, clean rebase, Jira, GitHub PR, reviewer requests, and Jira review transition offer.