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.
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-discovery/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-discovery/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# kiro-discovery Skill
## Core Mission
- **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)
## Execution Steps
### Step 1: Lightweight Scan
Gather **only metadata** to determine the action path. Do NOT read full file contents yet.
- **Specs inventory**: Glob `{{KIRO_DIR}}/specs/*/spec.json`, read each 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, via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有