Initialize Dynamic level project (bkend.ai BaaS fullstack)
Initializes a bkend.ai BaaS fullstack project with PDCA documentation structure.
/plugin marketplace add popup-studio-ai/bkit-claude-code/plugin install bkit@bkit-marketplaceCheck Project Structure
Create PDCA Document Folders
docs/
├── 01-plan/
│ ├── _INDEX.md
│ ├── requirements.md
│ └── features/
├── 02-design/
│ ├── _INDEX.md
│ ├── data-model.md # bkend.ai collection design
│ ├── api-spec.md # API endpoint specification
│ └── features/
├── 03-analysis/
│ ├── _INDEX.md
│ └── gap-analysis/
└── 04-report/
├── _INDEX.md
└── changelog.md
Dynamic Level Specific Setup
Check MCP Configuration
✅ Dynamic project has been initialized!
Next Steps:
1. Define collections in docs/02-design/data-model.md
2. /pdca-plan [feature-name] - Write feature plan
3. Or auto PDCA applied when feature requested
💡 Tip: Check project settings in bkend.ai dashboard.