Kiro仕様管理ヘルパー

Validate Kiro spec files and track task progress and approvals.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TrickPhone/New-ML2 --skill kiro-trickphone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kiro仕様管理ヘルパー
Source: https://github.com/TrickPhone/New-ML2/tree/main/.claude/skills/kiro-spec-helper
Command: npx skills add https://github.com/TrickPhone/New-ML2 --skill kiro-trickphone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps manage Kiro Spec-Driven Development specs (.kiro/specs) by validating spec.json, requirements.md, design.md, and tasks.md, tracking progress, and checking approvals to ensure a smooth path from requirements to implementation.

Core Features & Use Cases

  • Spec structure validation: Verifies presence and structure of spec.json and related MD files.
  • Progress tracking: Counts completed vs. pending tasks in tasks.md.
  • Approval status awareness: Reports approval status for requirements, design, and tasks.

Quick Start

Inspect a spec's metadata and progress: cat .kiro/specs/<feature-name>/spec.json grep -n "^- [x]" .kiro/specs/<feature-name>/tasks.md || true