doc-iplan
仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
把需求转为可复现的执行步骤,便于自动化执行与审计。
▸ 风险提示
可能生成并执行 shell 命令,运行前需审查执行内容。
这个 Skill 做什么
为 SPEC/TDD 生成可执行的实现计划与文件清单。
把 SPEC/TDD 的要求转成可执行的 Implementation Plan:按测试优先顺序列出要创建的文件、可跑的 bash 命令和会话可恢复的进度清单。用在准备把 SPEC 组件落地写代码、需要明确实现顺序和自动化执行步骤时。特点是把从规格到交付的审计链和可复现执行步骤都写清楚,便于交接和自动化运行。
▸ 展开 SKILL.md 英文原文
Create an Implementation Plan (IPLAN) - Layer 8 of the SDD flow, the mandatory execution bridge from SPEC/TDD to source code via an executable, session-resumable file manifest. Use when ready to implement a SPEC component.
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-iplan/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-iplan/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# doc-iplan ## Purpose Create an **Implementation Plan (IPLAN)** — Layer 8 of the SDD flow. An IPLAN bridges SPEC + TDD to source code: declares test-first file order (inherited from TDD), executable bash commands, session progress for stateless executors, and an audit trail from spec to delivered files. **Layer**: 8 (final doc layer; downstream is Code). **Upstream**: SPEC, TDD (per the necessary-upstream contract; the rest of the chain is reachable transitively via SPEC/TDD's own @-tag references). One IPLAN per SPEC component (matching its TDD). Bugfixes with no new functionality use a temporary plan in `docs/08_IPLAN/tmp/` instead. ## When to Use Use `doc-iplan` when: - Layers 1–7
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有