analysis-to-delivery
New通用需求分析到开发设计工作流 — thin Skill router,加载规则与路径按声明。Use when starting any new feature requiring structured analysis-to-delivery workflow.
Summary
This skill provides a structured workflow from analysis to delivery for new features or projects.
- It routes requests to the appropriate action skill or guides you through a complete 9-stage workflow, ensuring efficient and organized development.
Overview
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/*
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/analysis-to-delivery.md https://raw.githubusercontent.com/BlueprintOS/analysis-to-delivery/main/SKILL.md/analysis-to-deliveryUse Cases
Usage Examples
/analysis-to-delivery I need to start a new feature for user authentication. What's the next step?
/ask-delivery What action should I take for a new API endpoint?
/analysis-delivery-workflow Begin the full workflow for a new dashboard project.
Security Audits
Frequently Asked Questions
What is analysis-to-delivery?
This skill provides a structured workflow from analysis to delivery for new features or projects. It routes requests to the appropriate action skill or guides you through a complete 9-stage workflow, ensuring efficient and organized development.
How to install analysis-to-delivery?
To install analysis-to-delivery: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/analysis-to-delivery.md https://raw.githubusercontent.com/BlueprintOS/analysis-to-delivery/main/SKILL.md. Finally, /analysis-to-delivery in Claude Code.
What is analysis-to-delivery best for?
analysis-to-delivery is a skill categorized under General. Created by BlueprintOS.
What can I use analysis-to-delivery for?
analysis-to-delivery is useful for: Starting a new feature that requires structured analysis before development.; Selecting the correct action for a project delivery request.; Running the complete 9-stage analysis-to-delivery workflow for a complex project.; Configuring project knowledge base, tech stack, compliance, and naming conventions.; Transitioning from analysis to development implementation using superpowers.; Loading only the necessary rules and paths for a specific skill to avoid clutter..