Analysis to delivery
通用需求到开发设计工作流 — 26 个独立可组合 skill,跨行业(医药/SaaS/移动),3 个完整示例,5 个 CI workflow,Mermaid/Drawio 流程图工具链,VSCode 集成
npx -y skills add BlueprintOS/analysis-to-deliveryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 24 stars24 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.
What its author says it does
Copied from the file, not written here
通用需求分析到开发设计工作流 — thin Skill router,加载规则与路径按声明。Use when starting any new feature requiring structured analysis-to-delivery workflow.
SKILL.md
1.5 KB, as published. Nobody here has run it
Analysis to Delivery
契约
- 输入: 新功能或项目交付请求,可选既有项目
paths/*.md - 输出: 路由到具体 action Skill,或进入完整 9 阶段工作流
- 规则: 只加载被选中 Skill 声明的
Required rules - 路径: 只加载被选中 Skill 声明的
Required paths - 下一步:
/ask-delivery、/analysis-delivery-workflow,或具体 user-invoked Skill
快速开始
| 你想要 | 直接调 |
|---|---|
| 选择正确动作 | /ask-delivery |
| 运行完整 9 阶段工作流 | /analysis-delivery-workflow |
| 配置项目(知识库/技术栈/合规/命名) | /setup-analysis-delivery |
| 进入开发实施 | /using-superpowers |
架构
skills/ 放动作与编排入口。rules/ 放跨阶段不变式。paths/ 放项目自有上下文指针。templates/ 放交付文档骨架。scripts/ 放确定性校验与迁移工具。
加载规则
- 加载被选中的 Skill(user-invoked 或 orchestration)
- 读取该 Skill 的
Required rules/Required paths声明 - 仅按声明加载对应的
rules/*.md与paths/*.md - 禁止一次性全量加载所有
rules/*与paths/*