planning-businesslisted
Install: claude install-skill bankielewicz/DevForgeAI
# Planning Business
Business planning skill that guides users through structured business model creation. Supports adaptive question depth based on user experience profile.
## When to Use
- User wants to create or validate a business plan
- User needs a Lean Canvas for their product/startup
- User wants to refine an existing business model
## Phases
### Phase 1: Lean Canvas
Guides user through all 9 Lean Canvas blocks via AskUserQuestion prompts. Produces a structured one-page business model.
**Workflow:**
1. Check for adaptive profile from EPIC-072:
- Read user profile for experience level (beginner/intermediate/advanced)
- If missing profile or no profile found, default to intermediate question depth
- Log warning for missing profile: "No adaptive profile found, defaulting to intermediate depth"
2. Check for existing `devforgeai/specs/business/business-plan/lean-canvas.md`:
- If exists: Enter iteration mode (read, present, modify)
- If not exists: Start fresh canvas workflow
3. Walk through 9 blocks in order, adapting question depth per profile
4. Write completed canvas to `devforgeai/specs/business/business-plan/lean-canvas.md`
**Adaptive Profile Fallback:**
When no adaptive profile exists or the profile is absent, the skill defaults to intermediate question depth. A warning is logged indicating the missing profile so the user is aware adaptation is unavailable. The full 9-block workflow completes without error regardless of profile availability.