Back to list
popup-studio-ai

development-pipeline

by popup-studio-ai

bkit Vibecoding Kit - PDCA methodology + Claude Code mastery for AI-native development

23🍴 10📅 Jan 24, 2026

SKILL.md


name: development-pipeline description: | 9-phase Development Pipeline complete knowledge. Use when user doesn't know development order or starts a new project from scratch.

Use proactively when user asks about development order, phases, what to do first, or starts a new project without clear direction.

Triggers: development pipeline, phase, development order, where to start, what to do first, how to begin, new project, 개발 파이프라인, 뭐부터, 어디서부터, 순서, 시작, 開発パイプライン, 何から, どこから, 开发流程, 从哪里开始

Do NOT use for: ongoing implementation, existing feature work, or bug fixes. agent: pipeline-guide allowed-tools:

  • Read
  • Write
  • Glob
  • Grep
  • TodoWrite user-invocable: true hooks: Stop:
    • matcher: ".*" hooks:
      • type: command command: "echo '{"continue": false}'"

Development Pipeline Skill

Complete knowledge of the 9-phase development pipeline

When to Use

  • When user says "I have little development experience"
  • When using /pipeline-* commands
  • When asked "How do I start development?", "What's the order?"
  • When starting a new project from scratch

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

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 deployment

Relationship with PDCA (Key Concept)

❌ 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

Phase Application by Level

PhaseStarterDynamicEnterprise
1. Schema/TermsSimpleDetailedDetailed
2. ConventionBasicExtendedExtended
3. MockupOOO
4. API-bkend.aiDirect impl
5. Design SystemOptionalOO
6. UI + APIStatic UIIntegrationIntegration
7. SEO/SecuritySEO onlyOO
8. Review-OO
9. DeploymentStatic hostingVercel etc.K8s

Starter Level Flow

Phase 1 → 2 → 3 → 5(optional) → 6(static) → 7(SEO) → 9

Dynamic Level Flow

Phase 1 → 2 → 3 → 4(bkend.ai) → 5 → 6 → 7 → 8 → 9

Enterprise Level Flow

Phase 1 → 2 → 3 → 4(direct impl) → 5 → 6 → 7 → 8 → 9

Phase Deliverables Summary

PhaseKey Deliverables
1docs/01-plan/schema.md, terminology.md
2CONVENTIONS.md, docs/01-plan/naming.md
3mockup/ folder, docs/02-design/mockup-spec.md
4docs/02-design/api-spec.md, src/api/
5components/ui/, docs/02-design/design-system.md
6src/pages/, src/features/
7docs/02-design/seo-spec.md, security-spec.md
8docs/03-analysis/architecture-review.md
9docs/04-report/deployment-report.md
  • phase-1-schema/ ~ phase-9-deployment/: Detailed guides per Phase
  • pdca-methodology/: How to apply PDCA
  • starter/, dynamic/, enterprise/: Level-specific knowledge

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon