Plan
Use when turning analyze outputs into reviewable technical plans with implementation boundaries, risks, validation, and handoff-ready planning outputs. Supports project overlays for domain-specific layering.From its SKILL.md
npx -y skills add Colacn/agent-pipeline --skill planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/bootstrap-run.sh <slug>`.
SKILL.md
1.8 KB, 465 tokens by cl100k_base, as published. Nobody here has run it
Plan(方案规划)
Instructions
- 完整执行规范见
references/execution-playbook.md。落盘前若无runs/<slug>/,执行scripts/bootstrap-run.sh<slug>。 - 分层:
references/layering-appendix-a.md;overlay 优先见project-overlays/<name>/appendix-a-layers.md。详见references/guide-layering.md。 - 下游协作口径:
references/collaboration-discipline.md;overlay 脚手架assets/overlay/README.md。 - 流水线:
references/workflow-pipeline.md。 - 输入/输出:来自
analyze;面向review与develop。 - 内容边界:
plan.solution.md负责落层、设计决策、实现路径;需求清单在analyze.requirements.md。 - 极简需求清单:须 §0 对表索引 + 正文可验收细则(见 execution-playbook)。
- 任务切片:按
references/plan-slicing.md写纵向切片、粒度与 Checkpoint。
On-demand references
references/plan-slicing.md— 纵向切片与任务粒度references/plan-checklist.mdreferences/risk-gate.mdreferences/execution-playbook.md
When not to use
- 仅改文案/UI 且不动分层与接口。
- 无 analyze 上下文且用户拒绝补充。
What ships with it: 15 files
20.8 KB alongside SKILL.md, 2 of them executable
assets/
references/
- collaboration-discipline.md1.8 KB
- execution-playbook.md4.0 KB
- guide-layering.md717 B
- layering-appendix-a.md828 B
- plan-checklist.md635 B
- plan-slicing.md2.0 KB
- risk-gate.md528 B
- workflow-pipeline.md2.8 KB
scripts/
- bootstrap-run.shruns3.3 KB
- lib/resolve-repo-root.shruns1.7 KB