build
SolidRigorous build process with worktree isolation, structured phases, quality gates, layered testing, observability, and self-improvement. Use for any substantial build task. Structurally enforced via stop hook.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- JKHeadley
- Repository
- JKHeadley/instar
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
build
Start or steer a supervised task-loop run. Use when the user types /build, or asks to work through a plan autonomously and have the loop keep going until it is done or a cap is hit.
build
Use when implementing any non-trivial feature, change, or fix — "build me X", "add this feature", "implement this", "make this work", "can you create". Covers new functionality, meaningful changes to existing code, and anything where quality matters. Not for a one-line diff — just do that.