kiro-impl

kiro-impl is a skill for Claude Code, Codex from gotalab/cc-sdd. It costs 27 tokens per session (4,051 once invoked), scanned A, original, MIT.

A task-implementation workflow that uses test-driven development (writing tests before the code) and can send tasks to separate helper agents.

In plain words
What is it for?
Use it to implement all pending tasks automatically or selected tasks manually, run tests, review changes, and update tasks.md.
Why use it?
It reduces the chance of implementing tasks without tests or losing track of requirements, reviews, and completed work.

Skill for Claude CodeCodex

About the project

cc-sdd is a spec-driven development workflow for coding agents: it turns approved software specifications into requirements, designs, task plans, and extended autonomous implementation. Developers use it across several AI coding agents, with independent review and task-level continuation for long-running work. The catalogue entries provide commands, skills, agents, and instructions for using this workflow.

gotalab/cc-sdd · 3,652 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/gotalab/cc-sdd/kiro-impl
Any agent
npx skills add gotalab/cc-sdd --skill kiro-impl
Clone the repo
git clone --depth 1 https://github.com/gotalab/cc-sdd

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kiro-impl

README.md
[![agentmods](https://agentmods.dev/badge/skills/gotalab/cc-sdd/kiro-impl.svg)](https://agentmods.dev/skills/gotalab/cc-sdd/kiro-impl)
Your own site
<a href="https://agentmods.dev/skills/gotalab/cc-sdd/kiro-impl"><img src="https://agentmods.dev/badge/skills/gotalab/cc-sdd/kiro-impl.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,051 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.04051
Opus 5 $0.00014 $0.02025
Sonnet 5 $0.00005 $0.00810
Haiku 4.5 $0.00003 $0.00405

Measured 5d ago against content hash 7a08471f7215, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kiro-impl scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-impl/SKILL.md · 270 lines

How it starts

The opening of the file, as written. The whole thing — 270 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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>

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; 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, & patterns: Core steering, task-relevant extra steering, matching local agent skills/playbooks, and existing code patterns

After all parallel research completes, synthesize implementation brief before starting.

Preflight

Validate approvals:

  • Verify tasks are approved in spec.json (stop if not, see Safety & Fallback)

Read the full file on GitHub · 270 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 270 lines · 27 tokens per session scan A 7a08471f7215

Subscribe to this mod's changes

kiro-impl is a skill published in the GitHub repository gotalab/cc-sdd (3,652 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 4,051 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

test-driven-development

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

addyosmani/agent-skills · 50 tokens

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

wshobson/agents · 35 tokens

skillshare-implement-feature

Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development…

runkids/skillshare · 114 tokens

todo-for-ai-agent-runtime

Runtime integration skill for external agents connecting to Todo for AI over HTTP API Token / Agent Key, including auth, task lease, events, commit, and task logs.

todo-for-ai/todo-for-ai · 39 tokens

tdd

Test-driven development with red-green-refactor loops around vertical slices (tracer bullets), not horizontal layers. Use when asked to "use TDD", "write test-first", "red-green-refactor", "build this with tests", or when a feature has a clear observable contract. The discipline complement to the test/add-tests skills…

open-gsd/gsd-pi · 73 tokens

tdd-explore-ideas

Systematic codebase exploration, architectural critique, and 5-step Idea Assessment with TDD hypothesis verification for Phase 0.

GulajavaMinistudio/awesome-copilot-id · 32 tokens