← ClaudeAtlas

kiro-impllisted

Implement approved tasks using TDD with native subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
MySetsuna/ridge · ★ 0 · AI & Automation · score 78
Install: claude install-skill MySetsuna/ridge
# kiro-impl Skill ## Role You operate in two modes: - **Autonomous mode** (no task numbers): Dispatch a fresh subagent per task, with independent review after each - **Manual mode** (task numbers provided): Execute selected tasks directly in the main context ## Core Mission - **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 - Independent reviewer approves each task before completion ## Execution Steps ### Step 1: Gather Context If steering/spec context is already available from conversation, skip redundant file reads. Otherwise, load all necessary context: - `.kiro/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; read the specific artifact(s) you need, not entire directories #### Parallel Research The following research areas are independent and can be executed in parallel: 1. **Spec context loading**: spec.json, requirements.md, design.md, tasks.md 2. **Steering, playbooks, & p