gotalab/cc-sdd✦ 精选0°

kiro-discovery

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

能将抽象需求快速转成可执行下一步,提升规划效率。

▸ 风险提示

需读取项目上下文与代码,可能涉及敏感信息访问。

这个 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.

开发编程需求发现工作分解行动规划Codex
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-skills/skills/kiro-discovery/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-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 公开信息 · 原文版权归作者所有