kiro-discovery

Determine optimal action paths or work decomposition for new projects.

8|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/gaebalai/k-sdd --skill kiro-discovery-gaebalai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-discovery
Source: https://github.com/gaebalai/k-sdd/tree/main/tools/k-sdd/templates/agents/claude-code-skills/skills/kiro-discovery
Command: npx skills add https://github.com/gaebalai/k-sdd --skill kiro-discovery-gaebalai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of determining the best action path or work decomposition for new projects, ensuring clarity and efficiency in project planning.

Core Features & Use Cases

  • Project Discovery: Identifies the optimal action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed).
  • Structured Dialogue: Refines ideas through a series of structured questions to clarify user intent and define project boundaries.
  • Automated Documentation: Generates brief.md and roadmap.md files to document project context and decisions.
  • Multi-Spec Initiatives: Supports the creation of multiple specs in parallel, with cross-spec review to catch contradictions and ensure consistency.

Quick Start

Initiate the kiro-discovery Skill by providing an idea or request.

Frequently Asked Questions about kiro-discovery

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

FAQPage Schema
How do I decompose a new project into actionable specs?

Project discovery determines the optimal action path for new projects by using structured dialogue to refine scope, deciding whether to update existing specs, create new ones, or proceed directly to implementation.

When do I need structured dialogue for project planning?

Structured dialogue is needed when refining new project ideas to clarify user intent, define project boundaries, and determine whether specs require updating, creation, or mixed decomposition.

Can I create multiple specs in parallel for a single initiative?

Yes, you can create multiple specs in parallel for a single initiative. The process includes cross-spec review to catch contradictions and ensure consistency across the generated project documentation.

What is the best way to document project context and decisions?

Automated documentation generates brief.md and roadmap.md files to capture project context and decisions, providing a clear record of the scope defined during the structured discovery dialogue.

Does project discovery work without any existing specs?

Project discovery works without existing specs by evaluating the new idea and determining the optimal path, which may involve creating new specs, mixed decomposition, or proceeding with direct implementation if no spec is needed.

Why use spec decomposition instead of direct implementation?

Spec decomposition is preferred over direct implementation for complex projects to ensure clarity, refine scope through structured dialogue, and generate documentation that guides multi-spec initiatives.