From ideation-planning
Convert a refined idea or consolidated document into a concrete project plan
npx claudepluginhub danielrosehill/claude-code-plugins --plugin ideation-planningProduce a project plan from an existing idea document. ## Procedure 1. **Locate source**. Look for (in order): - `$ARGUMENTS` as a file path - `docs/idea.md` (WIP-idea variant) - The most recent file in `consolidated/` - If none found, ask the user. 2. **Extract** problem, solution, scope, key decisions. 3. **Write** `plan/plan.md` (create `plan/` if needed): 4. Echo the path and suggest `/ideation-planning:deliverable-audience` for a polished PDF.
/plan-projectAutomates initial project planning: checks for PROJECT_BRIEF.md, invokes project-planning skill for requirements and docs, creates SESSION.md, prepares for Phase 1.
/plan-projectPlans optimal file creation order for multi-file projects (3+ files), producing an architecture plan listing files, shared dependencies, numbered sequence with reasons, cross-references, and potential issues.
Share bugs, ideas, or general feedback.
Produce a project plan from an existing idea document.
Locate source. Look for (in order):
$ARGUMENTS as a file pathdocs/idea.md (WIP-idea variant)consolidated/Extract problem, solution, scope, key decisions.
Write plan/plan.md (create plan/ if needed):
# Project Plan: <Title>
## Goals
## Scope (in / out)
## Milestones
| # | Milestone | Outcome | Target date |
## Workstreams
### <Workstream>
- Tasks
- Dependencies
- Owner / Skill set required
## Risks & Mitigations
## Open Questions
## Success Criteria
## First Actions (next 1-2 weeks)
Echo the path and suggest /ideation-planning:deliverable-audience for a polished PDF.