From agent-skills-android
Build the next task incrementally using test-driven development.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-skills-android:buildcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /build — Incremental Implementation with TDD Build the next task incrementally using test-driven development. ## Instructions Load and follow these skills: - `incremental-implementation` from `skills/incremental-implementation/SKILL.md` - `test-driven-development` from `skills/test-driven-development/SKILL.md` ### Per-Task Cycle For each task in `tasks/todo.md`: 1. **Review** the task's acceptance criteria 2. **Gather examples** — find similar patterns in the codebase 3. **Write a failing test** (RED) — describes the expected behavior 4. **Write minimal code** to pass the test (GREE...
Build the next task incrementally using test-driven development.
Load and follow these skills:
incremental-implementation from skills/incremental-implementation/SKILL.mdtest-driven-development from skills/test-driven-development/SKILL.mdFor each task in tasks/todo.md:
./gradlew test — verify all tests pass./gradlew assembleDebug — verify the build succeedsIf a test fails unexpectedly or the build breaks:
debugging-and-error-recovery skillnpx claudepluginhub guillemroca/agent-skills-android --plugin agent-skills-android/buildExecutes incremental, test-driven implementation of tasks from a plan. Accepts "auto" to run through the entire plan without human stepping between tasks.
/buildBuilds, compiles, and packages projects with error handling, optimization for dev/prod/test, and detailed reporting. Supports optional target and flags like --type, --clean, --optimize.
/buildScaffolds a VitePress site from existing wiki markdown files, adding dark theme, dark-mode Mermaid diagrams, and click-to-zoom for images and diagrams.
/buildPlans and executes against SPEC.md with optional target selection, verification contracts, and auto-backprop on failure.
/buildBuilds a macOS/iOS Shortcut end-to-end via a delegate agent. Pass a natural-language brief describing the desired shortcut functionality.
/buildBuilds a task from a Notion page URL: fetches details and properties, implements per spec with progress updates in Notion, communicates via comments if needed, then marks complete with optional diff explanation.