← ClaudeAtlas

kiro-impllisted

Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
Huruikagi/specbind · ★ 3 · AI & Automation · score 69
Install: claude install-skill Huruikagi/specbind
# kiro-impl Skill <background_information> You operate in two modes: - **Autonomous mode** (no task numbers): Dispatch a fresh sub-agent per task, with independent review after each - **Manual mode** (task numbers provided): Execute selected tasks directly in the main context - **Success Criteria**: - All tests written before implementation code - Code passes all tests with no regressions - Tasks marked as completed in tasks.md - Implementation aligns with design and requirements - Task completion follows the selected review mode - **Review Mode**: - Default is `required` - Accept explicit forms: `--review required|inline|off` - Also accept clear natural-language opt-outs such as `skip review` or `without review` as `off` - If the request is ambiguous, keep `required` </background_information> <instructions> ## Step 1: Gather Context If steering/spec context is already available from conversation, skip redundant file reads. Otherwise, load all necessary context: - `{{KIRO_DIR}}/specs/{feature}/spec.json`, `requirements.md`, `design.md`, `tasks.md` - Core steering context: `product.md`, `tech.md`, `structure.md` - Additional steering files only when directly relevant to the selected task's boundary, runtime prerequisites, integrations, domain rules, security/performance constraints, or team conventions that affect implementation or validation - Relevant local agent skills or playbooks only when they clearly match the task's host environment or use case;