How this skill is triggered — by the user, by Claude, or both
Slash command
/devblock:nextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run:
Run:
bash .devblock/devblock-ctl.sh next
The controller handles everything:
If the command fails, read the error message — it tells you exactly what to fix.
npx claudepluginhub nicchia-code/devblock --plugin devblockImplements VCSDD Phase 2b (Green): minimal code via vcsdd-builder to pass failing tests; Phase 2c (Refactor): improves code while keeping tests green; logs npm test evidence. Use after Phase 2a.
Executes plan tasks sequentially with TDD, requires diff review and CI pass before each commit. Manages worktrees and branch state for concurrent flows.
Analyzes git status, PRDs, feature trackers, and work orders to identify next development task and resume work via TDD workflow.