Workflows
Runbooks for the three core development activities in jjk-workspace. Each workflow is enforced by Claude Code when invoked via its corresponding slash command.
Runbooks
- Bug Fix
- Diagnose, fix, and close bugs. Steps 1–3 (reproduce, root cause, scope) must complete before any code changes.
- Feature
- Plan and ship new functionality. A brief and acceptance criteria must exist before a branch does.
- Refactor / Cleanup
- Restructure without changing behavior. Requires a green test baseline before the first change and a hard scope boundary.