development-pipeline
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDevelopment Pipeline Skill
开发流程技能
Complete knowledge of the 9-phase development pipeline
掌握完整的九阶段开发流程知识
When to Use
适用场景
- When user says "I have little development experience"
- When using commands
/pipeline-* - When asked "How do I start development?", "What's the order?"
- When starting a new project from scratch
- 当用户表示“我几乎没有开发经验”时
- 当使用 命令时
/pipeline-* - 当被问到“我该如何开始开发?”、“开发顺序是什么?”时
- 从零开始启动新项目时
Optional Application Principle
可选应用原则
This skill is optional, not mandatory.
Activation conditions:
- When non-developers/beginner developers start development
- When user explicitly requests guidance
- When /pipeline-start command is used
Deactivation conditions:
- When experienced developers want to "proceed freely"
- For non-development AI work (documentation, analysis, etc.)
- For existing project maintenance/bug fixes本技能为可选技能,非强制使用。
激活条件:
- 非开发人员/入门级开发人员开始开发时
- 用户明确请求指导时
- 使用 /pipeline-start 命令时
停用条件:
- 资深开发人员希望“自由推进”时
- 非开发类AI工作(文档、分析等)时
- 现有项目维护/Bug修复时9-Phase Pipeline Overview
九阶段开发流程概览
Phase 1: Schema/Terminology ──→ Define data structures and domain terms
Phase 2: Coding Convention ────→ Define code writing rules
Phase 3: Mockup Development ───→ Feature validation with HTML/CSS/JS + JSON
Phase 4: API Design/Impl ──────→ Backend API + Zero Script QA
Phase 5: Design System ────────→ Build component system
Phase 6: UI Implementation ────→ Actual UI implementation and API integration
Phase 7: SEO/Security ─────────→ Search optimization and security hardening
Phase 8: Review ───────────────→ Architecture/convention quality verification
Phase 9: Deployment ───────────→ Production deploymentPhase 1: Schema/Terminology ──→ 定义数据结构和领域术语
Phase 2: Coding Convention ────→ 定义代码编写规范
Phase 3: Mockup Development ───→ 使用HTML/CSS/JS + JSON进行功能验证
Phase 4: API Design/Impl ──────→ 后端API + 零脚本测试
Phase 5: Design System ────────→ 构建组件系统
Phase 6: UI Implementation ────→ 实际UI开发与API集成
Phase 7: SEO/Security ─────────→ 搜索优化与安全加固
Phase 8: Review ───────────────→ 架构/规范质量验证
Phase 9: Deployment ───────────→ 生产环境部署Relationship with PDCA (Key Concept)
与PDCA的关系(核心概念)
❌ Wrong understanding: Mapping entire Pipeline to PDCA
❌ (Plan=Phase1-3, Do=Phase4-6, Check=Phase7-8, Act=Phase9)
✅ Correct understanding: Run PDCA cycle within each Phase
Phase N
├── Plan: Plan what to do in this Phase
├── Design: Detailed design
├── Do: Execute/implement
├── Check: Verify/review
└── Act: Confirm and move to next Phase❌ 错误理解:将整个开发流程映射到PDCA
❌ (Plan=第1-3阶段, Do=第4-6阶段, Check=第7-8阶段, Act=第9阶段)
✅ 正确理解:在每个阶段内运行PDCA循环
第N阶段
├── Plan:规划本阶段的工作内容
├── Design:详细设计
├── Do:执行/开发
├── Check:验证/评审
└── Act:确认完成并进入下一阶段Phase Application by Level
分阶段应用层级
| Phase | Starter | Dynamic | Enterprise |
|---|---|---|---|
| 1. Schema/Terms | Simple | Detailed | Detailed |
| 2. Convention | Basic | Extended | Extended |
| 3. Mockup | O | O | O |
| 4. API | - | bkend.ai | Direct impl |
| 5. Design System | Optional | O | O |
| 6. UI + API | Static UI | Integration | Integration |
| 7. SEO/Security | SEO only | O | O |
| 8. Review | - | O | O |
| 9. Deployment | Static hosting | Vercel etc. | K8s |
| 阶段 | 入门级 | 动态级 | 企业级 |
|---|---|---|---|
| 1. Schema/Terms | 简单定义 | 详细定义 | 详细定义 |
| 2. Convention | 基础规范 | 扩展规范 | 扩展规范 |
| 3. Mockup | 是 | 是 | 是 |
| 4. API | - | 使用bkend.ai | 直接开发 |
| 5. Design System | 可选 | 是 | 是 |
| 6. UI + API | 静态UI | 集成开发 | 集成开发 |
| 7. SEO/Security | 仅SEO | 是 | 是 |
| 8. Review | - | 是 | 是 |
| 9. Deployment | 静态托管 | 使用Vercel等平台 | 使用K8s |
Starter Level Flow
入门级流程
Phase 1 → 2 → 3 → 5(optional) → 6(static) → 7(SEO) → 9阶段1 → 2 → 3 → 5(可选) → 6(静态) → 7(SEO) → 9Dynamic Level Flow
动态级流程
Phase 1 → 2 → 3 → 4(bkend.ai) → 5 → 6 → 7 → 8 → 9阶段1 → 2 → 3 → 4(bkend.ai) → 5 → 6 → 7 → 8 → 9Enterprise Level Flow
企业级流程
Phase 1 → 2 → 3 → 4(direct impl) → 5 → 6 → 7 → 8 → 9阶段1 → 2 → 3 → 4(直接开发) → 5 → 6 → 7 → 8 → 9Phase Deliverables Summary
阶段交付物汇总
| Phase | Key Deliverables |
|---|---|
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 阶段 | 核心交付物 |
|---|---|
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
Related Skills
相关技能
- ~
phase-1-schema/: Detailed guides per Phasephase-9-deployment/ - : How to apply PDCA
pdca-methodology/ - ,
starter/,dynamic/: Level-specific knowledgeenterprise/
- ~
phase-1-schema/: 各阶段详细指南phase-9-deployment/ - : PDCA应用方法
pdca-methodology/ - ,
starter/,dynamic/: 对应层级的专属知识enterprise/