Generate Design phase document (feature design)
Generates feature design documents from existing plan documents using templates.
/plugin marketplace add popup-studio-ai/bkit-claude-code/plugin install bkit@bkit-marketplaceReceives feature name via $ARGUMENTS. (e.g., /pdca-design login)
Check Plan Document
Check Existing Design
Reference Plan Content
Apply Template
Generate Document
/pdca-design login # Login feature design document
/pdca-design user-profile # User profile feature design document
ā
Design document has been created!
š Generated File:
docs/02-design/features/login.design.md
š Linked Plan:
docs/01-plan/features/login.plan.md
š Next Steps:
1. Fill in the architecture, data model, and API specification sections
2. Request implementation after design completion
3. After implementation, analyze with /pdca-analyze login
š” Tip: Focus on "how" to implement in the design document.
Completing design before coding improves efficiency.
Sections are automatically added based on level:
| Section | Starter | Dynamic | Enterprise |
|---|---|---|---|
| Architecture | ā | ā | ā |
| Data Model | Optional | ā | ā |
| API Specification | - | ā | ā |
| Infrastructure | - | - | ā |
| Security | - | Optional | ā |