spec-workflow
仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
覆盖从立项到任务执行的完整流程,适合规范化交付场景。
这个 Skill 做什么
把功能请求按阶段转为规范并逐步生成研究、需求、设计与任务。
把功能请求按阶段拆成可执行规范:先做研究/用户访谈,然后产出需求、设计稿,最后分解成可交付任务并跟踪实施,支持从快速版本到完整史诗级规划的多条路径。用在要把模糊想法变成可交付的 spec、编排 epic 或推进规范化开发流程时,能给出相位顺序、里程碑和决策树。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user asks to "build a feature", "create a spec", "start spec-driven development", "run research phase", "generate requirements", "create design", "plan tasks", "implement spec", "check spec status", "triage a feature", "create an epic", "decompose a large feature", or needs guidance on spec-driven development workflow, phase ordering, or epic orchestration.
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum/skills/spec-workflow/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum/skills/spec-workflow/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Spec Workflow Spec-driven development transforms feature requests into structured specs through sequential phases, then executes them task-by-task. ## Decision Tree: Where to Start | Situation | Command | |-----------|---------| | New feature, want guidance | `/ralph-specum:start <name> <goal>` | | New feature, skip interviews | `/ralph-specum:start <name> <goal> --quick` | | Large feature needing decomposition | `/ralph-specum:triage <goal>` | | Resume existing spec | `/ralph-specum:start` (auto-detects) | | Jump to specific phase | `/ralph-specum:<phase>` | ## Single Spec Flow ``` start/new -> research -> requirements -> design -> tasks -> implement ``` Each phase produces a markdo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有