๐Ÿ› ๏ธ
AI EngineeringTypeScript

Kiro Impl

by gotalab

Kiro Impl is an AI Engineering skill for Claude Code, published by gotalab in cc-sdd.

3.6K stars275 forkson gotalab/cc-sddAdded 2026/08/16Repository updated 2026/05/20
agent-skillsclaude-codecodexcursorgemini-cligithub-copilotkiroopencodesddspec-driven-developmentsteeringsubagents
Install in seconds
Install Kiro Impl
Copy Kiro Impl into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/gotalab/cc-sdd/tree/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-impl ~/.claude/skills/kiro-impl

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/gotalab/cc-sdd.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-impl/SKILL.md in gotalab/cc-sdd
Installs to
~/.claude/skills/kiro-impl
Collection
One of 24 skills cataloged from this repository
Category
AI Engineering โ€” 2451 skills

What Kiro Impl does

Kiro Impl implements approved tasks using test-driven development and native subagent dispatch, running pending tasks autonomously or selected tasks manually.

Kiro Impl is cataloged under AI Engineering on DirSkills. Kiro Impl comes from a repository tagged agent-skills, claude-code, codex, cursor and gemini-cli.

Documentation

README

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
    • Task completion follows the selected review mode

Review Mode

  • Default review mode 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

This is the opening of the README. Read the full README on GitHub.

Commands Kiro Impl provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /kiro-validate-impl
  • /kiro-spec-requirements
  • /kiro-spec-design
  • /kiro-spec-tasks

Frequently asked about Kiro Impl

  • What else does gotalab publish alongside Kiro Impl?

    Kiro Impl is one of 24 skills that DirSkills catalogs from gotalab/cc-sdd, the repository it ships in. Its siblings there include CC-SDD New Agent Integration, Implementation Gap Validation and Implementation Integration Validation. Each one is a separate skill with its own page in this directory, installs the same way Kiro Impl does, and is maintained by gotalab in that same repository. The rest of the collection is listed on the gotalab/cc-sdd page.

  • How does Kiro Impl compare to other AI Engineering skills?

    Kiro Impl ranks #576 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Kiro Impl against them. Open each page to compare what they document and how they install.

More from gotalab/cc-sdd

Kiro Impl is one of 24 skills cataloged on DirSkills from gotalab/cc-sdd.

See all 24 skills โ†’
๐Ÿค–
2w ago

CC-SDD New Agent Integration

CC-SDD New Agent Integration adds or extends coding-agent support in cc-sdd by executing the SOP in docs/cc-sdd/sop-new-agent.md end-to-end. Use it when introducing a new agent, adding a subagent-capable variant, or migrating an existing supported agent to skills-based templates.
AI Engineering
3.6K275
๐Ÿ”
2w ago

Implementation Gap Validation

Implementation Gap Validation analyzes gaps between approved requirements and an existing codebase to inform implementation strategy. Use it before design to identify missing capabilities, integration challenges, and viable implementation approaches.
Quality
3.6K275
๐Ÿงช
2w ago

Implementation Integration Validation

Implementation Integration Validation checks completed feature tasks as a whole to catch cross-task integration issues, run the full test suite, verify spec coverage, and confirm design boundaries before a GO/NO-GO call. Use it after all tasks in a feature are implemented to decide whether the implementation is ready.
Quality
3.6K275
๐Ÿ“
2w ago

Kiro Custom Steering Creation

Kiro Custom Steering Creation creates custom steering documents for specialized project contexts beyond core product, tech, and structure files. Use it to capture domain-specific patterns like API standards, testing strategies, or security conventions.
Writing
3.6K275
๐Ÿ”
2w ago

Kiro Debug

Kiro Debug investigates implementation failures using root-cause-first debugging, gathering evidence from errors, runtime config, and external docs to identify root cause and recommend the smallest safe next action. Use it when an implementer is blocked or verification fails.
Quality
3.6K275
๐Ÿ”
2w ago

Kiro Debug

Kiro Debug investigates implementation failures using root-cause-first debugging, gathering local evidence, runtime/config inspection, and external docs before proposing a fix. Use when an implementer is blocked, verification fails, or repeated remediation does not converge.
Quality
3.6K275