Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub dot-do/workers --plugin workers-doHow this command is triggered — by the user, by Claude, or both
Slash command
/dev-loop:dev-loop-advanceThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Advance Dev Loop Phase Manually advance to the next phase of the development loop. 1. Read `.claude/dev-loop.local.md` to get current phase 2. Validate prerequisites for advancement: - BRAINSTORM → PLAN: Design document must exist - PLAN → IMPLEMENT: Beads issues must be created - IMPLEMENT → REVIEW: All issues should be closed - REVIEW → APPROVED or FEEDBACK_PLAN: Based on findings - FEEDBACK_PLAN → FIX: Fix issues must be created - FIX → FINAL_REVIEW: All fixes closed - FINAL_REVIEW → APPROVED or back to FEEDBACK_PLAN 3. Update the phase in the state file 4. Anno...
/approveApproves current workflow phase after validation, updates state with timestamp and approver, advances to next phase, auto-executes it, and shows new approval gate.
/dev-loopOrchestrates full feature development cycle: interactive brainstorm/plan, GitHub issue/PR creation, automated implementation, iterative reviews (simplify/code/security) until clean.
/autonomousExecutes all remaining milestone phases autonomously — discuss, plan, and execute each phase in sequence. Updates ROADMAP.md and STATE.md, creates phase artifacts.
/writ-approveAdvances the current phase of the Writ workflow (design, plan, or tests) using explicit tool-confirmed approval, recording the transition in the session and audit log.
/loop-with-codex-reviewStarts an iterative development loop where Claude implements a plan, writes summaries, and receives Codex review feedback until completion or max iterations. Accepts plan path, max rounds, and codex model/timeout options.
/loop-planPlans tasks via interactive interview, auto-parallelizes execution across git worktrees, runs loop, and merges results into a single branch.
Share bugs, ideas, or general feedback.
Manually advance to the next phase of the development loop.
Read .claude/dev-loop.local.md to get current phase
Validate prerequisites for advancement:
Update the phase in the state file
Announce the new phase and what to do next
Phase-specific actions: