From agent-skills
Implements next planned task incrementally via TDD: write failing test, minimal implementation, full tests/build verification, commit changes.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-skills:buildcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the agent-skills:incremental-implementation skill alongside agent-skills:test-driven-development. Pick the next pending task from the plan. For each task: 1. Read the task's acceptance criteria 2. Load relevant context (existing code, patterns, types) 3. Write a failing test for the expected behavior (RED) 4. Implement the minimum code to pass the test (GREEN) 5. Run the full test suite to check for regressions 6. Run the build to verify compilation 7. Commit with a descriptive message 8. Mark the task complete and move to the next one If any step fails, follow the agent-skills:de...
Invoke the agent-skills:incremental-implementation skill alongside agent-skills:test-driven-development.
Pick the next pending task from the plan. For each task:
If any step fails, follow the agent-skills:debugging-and-error-recovery skill.
22plugins reuse this command
First indexed Mar 22, 2026
Showing the 6 earliest of 22 plugins
npx claudepluginhub faisalbasra/agent-skills/buildImplements next planned task incrementally via TDD: write failing test, minimal implementation, full tests/build verification, commit changes.
/buildExecutes implementation plan from docs/plans/ using TDD (RED-GREEN-REFACTOR), parallel agents for independent tasks, and 2-stage code reviews. Produces code, tests, atomic git commits, and review reports.
/nextGets the next prioritized task and implements it following a strict TDD workflow. Supports dry-run, quiet mode, and check/done steps via agent-foreman.
/buildImplements features using TDD workflow: write failing tests, add minimal passing code, refactor, commit; verifies via quality gates including static analysis, security scan, and coverage checks.
/buildExecutes an approved feature plan task by task using TDD with graduated quality gates, scenario coverage, and success criteria validation. Auto-chains to review and check stages.
/do-one-taskFinds the next pending non-blocked task, implements it methodically with tests, verifies build, commits and rebases changes, then marks it complete.