kiro-spec-status

Generate a concise, accurate news summary from a provided text.

1.5k|242|Updated Feb 16, 2017
One-click install
npx skills add https://github.com/growilabs/growi --skill kiro-spec-status-growilabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-status
Source: https://github.com/growilabs/growi/tree/main/.claude/skills/kiro-spec-status
Command: npx skills add https://github.com/growilabs/growi --skill kiro-spec-status-growilabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Specification projects often lack visibility into current phase, progress, blockers, and readiness for boundary changes; KiRo spec-status helps teams quickly understand where a spec stands and what actions are needed.

Core Features & Use Cases

  • Load metadata from .kiro/specs and related files to compute status across Requirements, Design, Tasks, and Approvals.
  • Surface boundary context, upstream/downstream touchpoints, and revalidation signals for downstream work.
  • Generate a concise status report suitable for leadership reviews and sprint planning.

Quick Start

Run kiro-spec-status with the target spec name to generate the current status report.

Frequently Asked Questions about kiro-spec-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track spec status and progress for a project?

To track spec status, the Skill parses spec.json, brief.md, design.md, tasks.md, and roadmap files under .kiro/specs/ to compute completion across Requirements, Design, Tasks, and Approvals.

What is spec boundary context and when do I need revalidation signals?

Boundary context identifies upstream and downstream touchpoints, while revalidation signals indicate when downstream work requires review. You need them to assess readiness for boundary changes and understand project impact.

How do I identify current phase and blockers for a given specification?

To identify current phase and blockers, the Skill loads metadata from .kiro/specs and related files to produce a structured report. This report surfaces the spec's current phase, completion percentage, and existing blockers.

Can I generate a status report for sprint planning from .kiro specs?

Yes, you can generate a concise status report suitable for leadership reviews and sprint planning. Run the tool with the target spec name to assess current progress and readiness instantly.

Does kiro-spec-status work with specs stored outside the .kiro/specs/ directory?

No, the tool applies specifically to specs stored under .kiro/specs/ and their associated briefs, designs, and roadmaps. It relies on parsing files within this directory structure to compute status.