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.
npx claudepluginhub orlandoharris/gemini14plugins reuse this command
First indexed Mar 22, 2026
Showing the 6 earliest of 14 plugins
/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.
/buildImplements an approved plan task by task using TDD with graduated quality gates, then chains into review and check stages. Resumes interrupted builds from checkpoint.
/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.
/do-one-taskFinds the next pending non-blocked task, implements it methodically with tests, verifies build, commits and rebases changes, then marks it complete.
/nextRetrieves next task by priority and initiates strict TDD workflow: implement, check, done. Accepts [task_id] and flags like --check, --dry-run, --json, --quiet.