kiro-discovery

仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 21 天前
▸ 精选理由

通过结构化对话产出可执行的下一步计划,适合新项目启动与评估。

这个 Skill 做什么

项目入口的发现与分解流程,确定最佳行动路径并细化需求。

对新任务做入口级的发现与拆解,通过结构化对话和问答澄清意图后决定最佳行动路径:更新现有 spec、创建新 spec、混合拆解或无需写规格。适合接手模糊需求、评估项目现状或需要明确下一步可执行动作时使用。流程轻量先扫元信息,以问题驱动而非臆断,输出的是可执行的下一步,而不是空洞的描述。

▸ 展开 SKILL.md 英文原文

Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dialogue.

Skill 开发管理需求发现工作分解规划对话式探索通用
3.6k
Stars
274
Forks
40
仓库内 Skill
+49
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-discovery/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-discovery/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Discovery

<background_information>
- **Success Criteria**:
  - Correct action path or work decomposition identified based on existing project state
  - User's intent clarified through questions, not assumptions
  - Output is an actionable next step (not just a description)
</background_information>

<instructions>

## Step 1: Lightweight Scan

Gather **only metadata** to determine the action path. Do NOT read full file contents yet.

- **Specs inventory**: Scan `{{KIRO_DIR}}/specs/*/spec.json` for `name`, `phase` fields and `approvals` status. Note feature names and their current status.
- **Steering existence**: Check which files exist in `{{KIRO_DIR}}/steering/` (product.md, tech.md, st
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有