spec-flow

Installation
SKILL.md

Spec Flow

用 action-first 的方式维护一个长期任务的 spec 生命周期。 把业务内容写进 spec.md / plan.md / 报告模板,把状态更新交给工作区 runtime,避免会话中断后丢失上下文。

Core Model

  • 把生命周期固定为 explore -> plan -> implement -> accept -> archive
  • 把状态拆成 statuscurrentActionrunState,不要回退到多阶段大状态机。
  • .specs/registry.json 和各 spec 的 progress.json 视为唯一状态源。
  • spec.mdplan.mdacceptance-report.mdarchive-summary.md 视为业务产物。
  • 把 slash command 作为唯一用户入口,把 runtime 作为唯一状态写入器。

Start Here

Installs
1
GitHub Stars
12
First Seen
Jun 30, 2026
spec-flow — flamemida/spec-dev