doc-flow

仓库创建 2025年11月10日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

适合不确定流程或需自动选取下一步的团队使用。

这个 Skill 做什么

引导并路由 Specification-Driven Development 各层技能与下一步工作。

负责把 Specification-Driven Development(SDD)的八层流程串起来:判断当前在哪一层、推荐下一步该用哪个技能,并说明 BRD→…→Code 的流程和上游产物要求。遇到不确定做什么或不知该跑哪个技能时用它来导路。它不产出文档,只做路由和规则执行,确保每步按上游artifact策略衔接。

▸ 展开 SKILL.md 英文原文

Orchestrate the 8-layer SDD workflow - recommend the right skill for an intent, detect the current position and next steps, explain the BRD→…→Code flow, and enforce the upstream-artifact policy. Use when unsure what to do or which skill to run next.

Skill 开发管理流程编排SDD路由Claude Code
16
Stars
3
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-flow/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-flow/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-flow

## Purpose

Route the **Specification-Driven Development (SDD) workflow**: point at the
right skill for the task, report current position, enforce the
upstream-artifact policy. `doc-flow` never creates artifacts itself — the
artifact skills do.

**Layer**: cross-cutting (no upstream; routes into all 8 layers).
**Authoritative spec**: `${CLAUDE_PLUGIN_ROOT}/framework/SPEC_DRIVEN_DEVELOPMENT_GUIDE.md`.

## When to Use

| Situation | Action |
|-----------|--------|
| Unsure which skill applies | Use `doc-flow` (this) |
| Brand-new project | `../project-init/SKILL.md` first, then `doc-flow` |
| Adopting SDD into existing code | `../project-adopt/SKILL.md` first |
| Editing a publishe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有