Project Planner Skill
Universal planning methodology for creating structured, actionable plans for any project type. Works for business initiatives, personal goals, creative projects, academic work, event planning, and organizational change.
When to Use This Skill
Activate this skill when planning:
- Business Projects: Product launches, marketing campaigns, process improvements
- Personal Goals: Career development, learning objectives, lifestyle changes
- Creative Projects: Writing projects, art installations, content creation
- Academic Work: Research projects, thesis planning, study programs
- Event Planning: Conferences, weddings, community events
- Organizational Change: Restructuring, culture initiatives, policy changes
NOT for software development - Use implementation-planner skill instead
Pre-Planning Protocol
ALWAYS execute before creating new plan:
Check for active plan:
test -f docs/plan.md && cat docs/plan.md
If active plan exists:
- Ask user: "Active plan found: [PLAN-ID]. Continue this plan or create new one?"
- If continue: Load active plan and continue from current phase
- If new: Mark current plan as paused/completed and create new
If no active plan:
- Proceed with new plan creation
Plan Format Standards
Naming Convention
- Format:
PLAN-YYYYMMDD-HHMM-{project-slug}.md
- Example:
PLAN-20251118-1430-product-launch.md
- Location:
docs/plans/
Required Frontmatter
---
plan_id: PLAN-YYYYMMDD-HHMM-{slug}
title: [Project Name]
created: YYYY-MM-DD HH:MM
status: draft | active | completed | on_hold | cancelled
category: business | personal | creative | academic | event | organizational
phase: planning | execution | monitoring | complete
priority: critical | high | medium | low
---
Required Sections
- Vision & Objectives - What and why
- Scope & Deliverables - Specific outcomes
- Action Steps - Sequenced tasks with owners
- Resources Required - People, budget, materials, time
- Timeline & Milestones - Deadlines and checkpoints
- Risks & Contingencies - What could go wrong
- Success Metrics - Measurable outcomes
Master Plan Tracker (docs/plan.md)
Same structure as implementation-planner, tracks all project plans.
Update Workflow
When creating new plan:
- Generate plan file in
docs/plans/
- Update
docs/plan.md:
- Set
active_plan to new plan ID
- Add to appropriate category section
- Update
last_updated timestamp
When completing plan:
- Update plan file
status: completed
- Update
docs/plan.md:
- Move to "Completed" with ✅
- Update statistics
When pausing plan:
- Update plan file
status: on_hold
- Update
docs/plan.md:
- Move to "On Hold" section
- Clear
active_plan if it was active
Core Planning Principles
- Clarity over complexity - Simple, understandable plans
- Action-oriented - Every section leads to concrete actions
- Flexibility - Plans adapt to changing circumstances
- Accountability - Clear ownership and deadlines
- Measurable - Success criteria are objective
Planning Methodology
Step 1: Vision & Objectives (< 5 minutes)
Purpose: Define what you want to achieve and why
Questions to answer:
- What is the desired end state?
- Why is this project important?
- Who benefits from this project?
- What problem does this solve?
Output format:
## Vision & Objectives
### Vision Statement
[One paragraph describing the ideal outcome]
### Primary Objective
[Main goal - SMART format: Specific, Measurable, Achievable, Relevant, Time-bound]
### Secondary Objectives
- Objective 1: [SMART format]
- Objective 2: [SMART format]
### Alignment
- **Strategic Fit**: [How this aligns with broader goals]
- **Stakeholders**: [Who cares about this and why]
- **Value Proposition**: [Why now, why this approach]
Step 2: Scope & Deliverables (< 5 minutes)
Purpose: Define boundaries and specific outputs
Questions to answer:
- What's included in this project?
- What's explicitly excluded?
- What tangible deliverables will we produce?
- What are the acceptance criteria?
Output format:
## Scope & Deliverables
### In Scope
- [Specific activity/outcome 1]
- [Specific activity/outcome 2]
### Out of Scope
- [What we're NOT doing 1]
- [What we're NOT doing 2]
### Deliverables
1. **Deliverable 1**: [Description]
- Acceptance Criteria: [How we know it's done]
- Format: [Document, event, product, etc.]
2. **Deliverable 2**: [Description]
- Acceptance Criteria: [How we know it's done]
- Format: [Format]
### Constraints
- **Budget**: [Budget limitation]
- **Time**: [Time constraint]
- **Resources**: [Resource constraints]
- **Quality**: [Non-negotiable quality standards]
Step 3: Action Steps (< 10 minutes)
Purpose: Break down work into executable tasks
Sequencing principles:
- Dependencies first - Complete prerequisites before dependent tasks
- Quick wins early - Build momentum with achievable tasks
- Parallel work - Identify tasks that can happen simultaneously
- Critical path - Highlight tasks that determine overall timeline
Output format:
## Action Steps
### Phase 1: [Phase Name] (Weeks 1-2)
#### Step 1.1: [Action Verb] [What]
- **Description**: [What needs to be done]
- **Owner**: [Who is responsible]
- **Duration**: [Estimated time]
- **Dependencies**: [What must be done first]
- **Output**: [What this produces]
- **Verification**: [How to confirm completion]
#### Step 1.2: [Action Verb] [What]
[Same structure]
### Phase 2: [Phase Name] (Weeks 3-4)
[Continue with steps]
### Critical Path
Tasks that determine overall timeline:
1. Step X.X → Step Y.Y → Step Z.Z
Step 4: Resources Required (< 5 minutes)
Purpose: Identify what's needed to execute
Categories:
- People: Skills, roles, time commitment
- Budget: Money for materials, services, licenses
- Materials: Physical items, equipment, supplies
- Time: Duration, deadlines, availability
- Knowledge: Training, expertise, information
- Tools: Software, platforms, systems
Output format:
## Resources Required
### People
- **Role 1**: [Skills needed], [Time commitment], [Availability]
- **Role 2**: [Skills], [Time], [Availability]
### Budget
| Category | Item | Estimated Cost | Status |
|----------|------|----------------|--------|
| Materials | [Item] | $X,XXX | Approved/Pending |
| Services | [Service] | $X,XXX | Approved/Pending |
**Total Budget**: $X,XXX
### Materials & Equipment
- [Item 1]: [Quantity], [Specifications], [Source]
- [Item 2]: [Quantity], [Specifications], [Source]
### Knowledge & Training
- [Skill/Knowledge 1]: [Who needs it], [How to acquire]
- [Skill/Knowledge 2]: [Who needs it], [How to acquire]
### Tools & Systems
- [Tool 1]: [Purpose], [License/Access], [Cost]
- [Tool 2]: [Purpose], [License/Access], [Cost]
Step 5: Timeline & Milestones (< 5 minutes)
Purpose: Set deadlines and create accountability
Milestone criteria:
- Significant progress point
- Measurable completion
- Enables next phase
- Stakeholder visibility
Output format:
## Timeline & Milestones
### Overall Timeline
**Start Date**: YYYY-MM-DD
**End Date**: YYYY-MM-DD
**Total Duration**: [X weeks/months]
### Milestones
#### Milestone 1: [Name] - [Date]
- **Criteria**: [What must be complete]
- **Deliverables**: [What to show]
- **Checkpoint**: [Review meeting/decision point]
#### Milestone 2: [Name] - [Date]
[Same structure]
### Gantt Chart (Text-based)
Week 1 : [█████████░░░] Phase 1 (Step 1.1-1.3)
Week 2 : [░░░░█████████] Phase 1 (Step 1.4-1.6)
Week 3 : [█████████░░░] Phase 2 (Step 2.1-2.3)
Week 4 : [░░░░█████████] Phase 2 Complete
### Key Dates
- [YYYY-MM-DD]: [Event/Deadline]
- [YYYY-MM-DD]: [Event/Deadline]
Step 6: Risks & Contingencies (< 5 minutes)
Purpose: Anticipate problems and plan responses
Risk categories:
- External: Market changes, regulations, competition
- Resource: Budget cuts, people unavailable, materials
- Technical: Complexity, dependencies, unknowns
- Stakeholder: Resistance, competing priorities, misalignment
- Timeline: Delays, scope creep, optimism bias
Output format:
## Risks & Contingencies
### Risk 1: [Description]
**Category**: [External/Resource/Technical/Stakeholder/Timeline]
**Probability**: [High/Medium/Low]
**Impact**: [High/Medium/Low]
**Risk Score**: [Probability × Impact = Score]
**Mitigation**: [How to prevent]
**Contingency**: [What to do if it happens]
**Early Warning Signs**: [Indicators this is occurring]
**Owner**: [Who monitors this]
### Risk 2: [Description]
[Same structure]
### Risk Matrix
Impact
High │ R3 │ R1 │ R1 │
Medium │ R5 │ R2 │ R1 │
Low │ R7 │ R5 │ R2 │
└────┴────┴────┘
L M H
Probability
Step 7: Success Metrics (< 3 minutes)
Purpose: Define measurable outcomes
SMART criteria:
- Specific: Exact metric
- Measurable: Quantifiable
- Achievable: Realistic
- Relevant: Aligned with objectives
- Time-bound: By when
Output format:
## Success Metrics
### Primary Metrics
- **Metric 1**: [Name]
- **Target**: [Specific number/outcome]
- **Measurement**: [How to measure]
- **Frequency**: [How often to check]
- **Baseline**: [Current state]
- **Metric 2**: [Name]
[Same structure]
### Secondary Metrics
- [Metric 3]: [Target]
- [Metric 4]: [Target]
### Completion Criteria
- [ ] All deliverables accepted by stakeholders
- [ ] Primary metrics meet/exceed targets
- [ ] Budget within ±10% of estimate
- [ ] Timeline within ±10% of estimate
- [ ] Stakeholder satisfaction ≥ 8/10
- [ ] No critical issues remaining
### Post-Project Review
- **Review Date**: [2-4 weeks after completion]
- **Participants**: [Who attends]
- **Topics**: Lessons learned, metrics achieved, improvements
Complete Plan Template
---
plan_id: PLAN-YYYYMMDD-HHMM-{slug}
title: [Project Name]
created: YYYY-MM-DD HH:MM
status: draft
category: [business|personal|creative|academic|event|organizational]
phase: planning
priority: [critical|high|medium|low]
---
# 🎯 Project Plan: [Project Name]
## Vision & Objectives
[Vision statement and SMART objectives]
## Scope & Deliverables
[What's included, excluded, and delivered]
## Action Steps
[Phased, sequenced tasks with owners]
## Resources Required
[People, budget, materials, time, knowledge, tools]
## Timeline & Milestones
[Dates, milestones, Gantt chart]
## Risks & Contingencies
[Identified risks with mitigation strategies]
## Success Metrics
[Measurable outcomes and completion criteria]
## Notes & Considerations
[Additional context, assumptions, dependencies]
Quality Standards
Completeness
- All 7 sections present and filled
- Each action step has owner and deadline
- Resources are realistic and available
- Risks have mitigation plans
- Success metrics are SMART
Clarity
- Anyone can understand the plan
- No jargon without explanation
- Concrete examples provided
- Ambiguity eliminated
Actionability
- Next steps are clear
- Owners know what to do
- Timeline is realistic
- Resources are secured
Common Project Types
Business Project Example Triggers
- Product launch, marketing campaign, sales initiative
- Process improvement, efficiency project
- Market expansion, partnership development
Personal Project Example Triggers
- Career transition, skill development
- Health/fitness goal, lifestyle change
- Financial goal, savings plan
Creative Project Example Triggers
- Book/article writing, content creation
- Art project, exhibition planning
- Music production, album release
Academic Project Example Triggers
- Research project, thesis planning
- Study program, exam preparation
- Conference presentation, paper publication
Event Planning Example Triggers
- Conference/workshop organization
- Wedding/celebration planning
- Community event, fundraiser
Organizational Change Example Triggers
- Team restructuring, role changes
- Culture initiative, value implementation
- Policy change, process adoption
Continue Planning Workflow
When user says "continue plan":
- Load active plan from
docs/plan.md
- Check phase:
- Planning: Add details, refine sections
- Execution: Update progress, mark steps complete
- Monitoring: Review metrics, adjust timeline
- Update status as work progresses
Format Validation
Before finalizing:
Example Usage
Scenario: Product Launch Plan
User: "Create a plan for launching our new mobile app"
Claude:
- Checks
docs/plan.md - no active plan
- Asks clarifying questions:
- Who is the target audience?
- What's the launch date goal?
- What's the budget?
- Creates
PLAN-20251118-1430-mobile-app-launch.md:
- Vision: Achieve 10K downloads in first month
- Objectives: SMART goals for downloads, revenue, engagement
- Scope: Features in v1.0, marketing channels, launch events
- Action Steps: Development, testing, marketing, launch
- Resources: Team roles, budget, tools
- Timeline: 12-week timeline with milestones
- Risks: Technical delays, market reception, competition
- Metrics: Downloads, DAU, revenue, ratings
- Updates
docs/plan.md with active plan
Scenario: Personal Learning Goal
User: "Help me plan learning Python for data science"
Claude:
- Checks for active plan
- Creates structured learning plan:
- Vision: Become job-ready data scientist in 6 months
- Objectives: Complete courses, build portfolio projects
- Scope: Topics to cover, projects to build
- Action Steps: Weekly study schedule, hands-on practice
- Resources: Courses, books, datasets, tools
- Timeline: Month-by-month progression
- Risks: Time management, motivation, difficulty
- Metrics: Courses completed, projects finished, job applications
Integration with Implementation Planner
When planning involves software development:
Use this skill for overall project planning:
- Business objectives
- Stakeholder management
- Resource allocation
- Timeline
Use implementation-planner for technical implementation:
- Code architecture
- File changes
- Testing strategy
- Deployment
Cross-reference plans:
- Implementation plan referenced in technical deliverables
- Project plan tracks implementation as one action step
This skill creates actionable, complete plans for any project type while maintaining consistent format and tracking.
1---2name: project-planner3description: Universal project planning for non-technical projects. Domains: business, personal, creative, academic, organizational, events. Capabilities: goal setting, milestone planning, resource allocation, timeline creation, risk assessment, progress tracking. Actions: create, plan, structure, breakdown, track projects. Keywords: project plan, roadmap, strategy, goal setting, milestones, timeline, action plan, project management, business plan, personal goals, creative project, academic planning, event planning, organizational change, OKRs, SMART goals, Gantt chart. Use when: creating project plans, setting goals/milestones, planning business initiatives, organizing events, structuring academic work, developing strategies/roadmaps.4---5
6# Project Planner Skill
7
8Universal planning methodology for creating structured, actionable plans for any project type. Works for business initiatives, personal goals, creative projects, academic work, event planning, and organizational change.
9
10## When to Use This Skill
11
12Activate this skill when planning:
13- **Business Projects**: Product launches, marketing campaigns, process improvements
14- **Personal Goals**: Career development, learning objectives, lifestyle changes
15- **Creative Projects**: Writing projects, art installations, content creation
16- **Academic Work**: Research projects, thesis planning, study programs
17- **Event Planning**: Conferences, weddings, community events
18- **Organizational Change**: Restructuring, culture initiatives, policy changes
19
20**NOT for software development** - Use `implementation-planner` skill instead
21
22## Pre-Planning Protocol
23
24**ALWAYS execute before creating new plan:**
25
261. **Check for active plan**:
27 ```bash
28 test -f docs/plan.md && cat docs/plan.md
29 ```
30
312. **If active plan exists**:
32 - Ask user: "Active plan found: [PLAN-ID]. Continue this plan or create new one?"
33 - If continue: Load active plan and continue from current phase
34 - If new: Mark current plan as paused/completed and create new
35
363. **If no active plan**:
37 - Proceed with new plan creation
38
39## Plan Format Standards
40
41### Naming Convention
42- **Format**: `PLAN-YYYYMMDD-HHMM-{project-slug}.md`
43- **Example**: `PLAN-20251118-1430-product-launch.md`
44- **Location**: `docs/plans/`
45
46### Required Frontmatter
47```yaml
48---
49plan_id: PLAN-YYYYMMDD-HHMM-{slug}
50title: [Project Name]
51created: YYYY-MM-DD HH:MM
52status: draft | active | completed | on_hold | cancelled
53category: business | personal | creative | academic | event | organizational
54phase: planning | execution | monitoring | complete
55priority: critical | high | medium | low
56---
57```
58
59### Required Sections
601. **Vision & Objectives** - What and why
612. **Scope & Deliverables** - Specific outcomes
623. **Action Steps** - Sequenced tasks with owners
634. **Resources Required** - People, budget, materials, time
645. **Timeline & Milestones** - Deadlines and checkpoints
656. **Risks & Contingencies** - What could go wrong
667. **Success Metrics** - Measurable outcomes
67
68## Master Plan Tracker (docs/plan.md)
69
70Same structure as implementation-planner, tracks all project plans.
71
72### Update Workflow
73
74**When creating new plan:**
751. Generate plan file in `docs/plans/`
762. Update `docs/plan.md`:
77 - Set `active_plan` to new plan ID
78 - Add to appropriate category section
79 - Update `last_updated` timestamp
80
81**When completing plan:**
821. Update plan file `status: completed`
832. Update `docs/plan.md`:
84 - Move to "Completed" with ✅
85 - Update statistics
86
87**When pausing plan:**
881. Update plan file `status: on_hold`
892. Update `docs/plan.md`:
90 - Move to "On Hold" section
91 - Clear `active_plan` if it was active
92
93## Core Planning Principles
94
951. **Clarity over complexity** - Simple, understandable plans
962. **Action-oriented** - Every section leads to concrete actions
973. **Flexibility** - Plans adapt to changing circumstances
984. **Accountability** - Clear ownership and deadlines
995. **Measurable** - Success criteria are objective
100
101## Planning Methodology
102
103### Step 1: Vision & Objectives (< 5 minutes)
104
105**Purpose**: Define what you want to achieve and why
106
107**Questions to answer:**
108- What is the desired end state?
109- Why is this project important?
110- Who benefits from this project?
111- What problem does this solve?
112
113**Output format:**
114```markdown
115## Vision & Objectives
116
117### Vision Statement
118[One paragraph describing the ideal outcome]
119
120### Primary Objective
121[Main goal - SMART format: Specific, Measurable, Achievable, Relevant, Time-bound]
122
123### Secondary Objectives
124- Objective 1: [SMART format]
125- Objective 2: [SMART format]
126
127### Alignment
128- **Strategic Fit**: [How this aligns with broader goals]
129- **Stakeholders**: [Who cares about this and why]
130- **Value Proposition**: [Why now, why this approach]
131```
132
133### Step 2: Scope & Deliverables (< 5 minutes)
134
135**Purpose**: Define boundaries and specific outputs
136
137**Questions to answer:**
138- What's included in this project?
139- What's explicitly excluded?
140- What tangible deliverables will we produce?
141- What are the acceptance criteria?
142
143**Output format:**
144```markdown
145## Scope & Deliverables
146
147### In Scope
148- [Specific activity/outcome 1]
149- [Specific activity/outcome 2]
150
151### Out of Scope
152- [What we're NOT doing 1]
153- [What we're NOT doing 2]
154
155### Deliverables
1561. **Deliverable 1**: [Description]
157 - Acceptance Criteria: [How we know it's done]
158 - Format: [Document, event, product, etc.]
159
1602. **Deliverable 2**: [Description]
161 - Acceptance Criteria: [How we know it's done]
162 - Format: [Format]
163
164### Constraints
165- **Budget**: [Budget limitation]
166- **Time**: [Time constraint]
167- **Resources**: [Resource constraints]
168- **Quality**: [Non-negotiable quality standards]
169```
170
171### Step 3: Action Steps (< 10 minutes)
172
173**Purpose**: Break down work into executable tasks
174
175**Sequencing principles:**
1761. Dependencies first - Complete prerequisites before dependent tasks
1772. Quick wins early - Build momentum with achievable tasks
1783. Parallel work - Identify tasks that can happen simultaneously
1794. Critical path - Highlight tasks that determine overall timeline
180
181**Output format:**
182```markdown
183## Action Steps
184
185### Phase 1: [Phase Name] (Weeks 1-2)
186
187#### Step 1.1: [Action Verb] [What]
188- **Description**: [What needs to be done]
189- **Owner**: [Who is responsible]
190- **Duration**: [Estimated time]
191- **Dependencies**: [What must be done first]
192- **Output**: [What this produces]
193- **Verification**: [How to confirm completion]
194
195#### Step 1.2: [Action Verb] [What]
196[Same structure]
197
198### Phase 2: [Phase Name] (Weeks 3-4)
199[Continue with steps]
200
201### Critical Path
202Tasks that determine overall timeline:
2031. Step X.X → Step Y.Y → Step Z.Z
204```
205
206### Step 4: Resources Required (< 5 minutes)
207
208**Purpose**: Identify what's needed to execute
209
210**Categories:**
211- People: Skills, roles, time commitment
212- Budget: Money for materials, services, licenses
213- Materials: Physical items, equipment, supplies
214- Time: Duration, deadlines, availability
215- Knowledge: Training, expertise, information
216- Tools: Software, platforms, systems
217
218**Output format:**
219```markdown
220## Resources Required
221
222### People
223- **Role 1**: [Skills needed], [Time commitment], [Availability]
224- **Role 2**: [Skills], [Time], [Availability]
225
226### Budget
227| Category | Item | Estimated Cost | Status |
228|----------|------|----------------|--------|
229| Materials | [Item] | $X,XXX | Approved/Pending |
230| Services | [Service] | $X,XXX | Approved/Pending |
231
232**Total Budget**: $X,XXX
233
234### Materials & Equipment
235- [Item 1]: [Quantity], [Specifications], [Source]
236- [Item 2]: [Quantity], [Specifications], [Source]
237
238### Knowledge & Training
239- [Skill/Knowledge 1]: [Who needs it], [How to acquire]
240- [Skill/Knowledge 2]: [Who needs it], [How to acquire]
241
242### Tools & Systems
243- [Tool 1]: [Purpose], [License/Access], [Cost]
244- [Tool 2]: [Purpose], [License/Access], [Cost]
245```
246
247### Step 5: Timeline & Milestones (< 5 minutes)
248
249**Purpose**: Set deadlines and create accountability
250
251**Milestone criteria:**
252- Significant progress point
253- Measurable completion
254- Enables next phase
255- Stakeholder visibility
256
257**Output format:**
258```markdown
259## Timeline & Milestones
260
261### Overall Timeline
262**Start Date**: YYYY-MM-DD
263**End Date**: YYYY-MM-DD
264**Total Duration**: [X weeks/months]
265
266### Milestones
267
268#### Milestone 1: [Name] - [Date]
269- **Criteria**: [What must be complete]
270- **Deliverables**: [What to show]
271- **Checkpoint**: [Review meeting/decision point]
272
273#### Milestone 2: [Name] - [Date]
274[Same structure]
275
276### Gantt Chart (Text-based)
277
278```
279Week 1 : [█████████░░░] Phase 1 (Step 1.1-1.3)
280Week 2 : [░░░░█████████] Phase 1 (Step 1.4-1.6)
281Week 3 : [█████████░░░] Phase 2 (Step 2.1-2.3)
282Week 4 : [░░░░█████████] Phase 2 Complete
283```
284
285### Key Dates
286- [YYYY-MM-DD]: [Event/Deadline]
287- [YYYY-MM-DD]: [Event/Deadline]
288```
289
290### Step 6: Risks & Contingencies (< 5 minutes)
291
292**Purpose**: Anticipate problems and plan responses
293
294**Risk categories:**
295- External: Market changes, regulations, competition
296- Resource: Budget cuts, people unavailable, materials
297- Technical: Complexity, dependencies, unknowns
298- Stakeholder: Resistance, competing priorities, misalignment
299- Timeline: Delays, scope creep, optimism bias
300
301**Output format:**
302```markdown
303## Risks & Contingencies
304
305### Risk 1: [Description]
306**Category**: [External/Resource/Technical/Stakeholder/Timeline]
307**Probability**: [High/Medium/Low]
308**Impact**: [High/Medium/Low]
309**Risk Score**: [Probability × Impact = Score]
310
311**Mitigation**: [How to prevent]
312**Contingency**: [What to do if it happens]
313**Early Warning Signs**: [Indicators this is occurring]
314**Owner**: [Who monitors this]
315
316### Risk 2: [Description]
317[Same structure]
318
319### Risk Matrix
320
321```
322Impact
323High │ R3 │ R1 │ R1 │
324Medium │ R5 │ R2 │ R1 │
325Low │ R7 │ R5 │ R2 │
326 └────┴────┴────┘
327 L M H
328 Probability
329```
330```
331
332### Step 7: Success Metrics (< 3 minutes)
333
334**Purpose**: Define measurable outcomes
335
336**SMART criteria:**
337- Specific: Exact metric
338- Measurable: Quantifiable
339- Achievable: Realistic
340- Relevant: Aligned with objectives
341- Time-bound: By when
342
343**Output format:**
344```markdown
345## Success Metrics
346
347### Primary Metrics
348- **Metric 1**: [Name]
349 - **Target**: [Specific number/outcome]
350 - **Measurement**: [How to measure]
351 - **Frequency**: [How often to check]
352 - **Baseline**: [Current state]
353
354- **Metric 2**: [Name]
355 [Same structure]
356
357### Secondary Metrics
358- [Metric 3]: [Target]
359- [Metric 4]: [Target]
360
361### Completion Criteria
362- [ ] All deliverables accepted by stakeholders
363- [ ] Primary metrics meet/exceed targets
364- [ ] Budget within ±10% of estimate
365- [ ] Timeline within ±10% of estimate
366- [ ] Stakeholder satisfaction ≥ 8/10
367- [ ] No critical issues remaining
368
369### Post-Project Review
370- **Review Date**: [2-4 weeks after completion]
371- **Participants**: [Who attends]
372- **Topics**: Lessons learned, metrics achieved, improvements
373```
374
375## Complete Plan Template
376
377```markdown
378---
379plan_id: PLAN-YYYYMMDD-HHMM-{slug}
380title: [Project Name]
381created: YYYY-MM-DD HH:MM
382status: draft
383category: [business|personal|creative|academic|event|organizational]
384phase: planning
385priority: [critical|high|medium|low]
386---
387
388# 🎯 Project Plan: [Project Name]
389
390## Vision & Objectives
391[Vision statement and SMART objectives]
392
393## Scope & Deliverables
394[What's included, excluded, and delivered]
395
396## Action Steps
397[Phased, sequenced tasks with owners]
398
399## Resources Required
400[People, budget, materials, time, knowledge, tools]
401
402## Timeline & Milestones
403[Dates, milestones, Gantt chart]
404
405## Risks & Contingencies
406[Identified risks with mitigation strategies]
407
408## Success Metrics
409[Measurable outcomes and completion criteria]
410
411## Notes & Considerations
412[Additional context, assumptions, dependencies]
413```
414
415## Quality Standards
416
417### Completeness
418- All 7 sections present and filled
419- Each action step has owner and deadline
420- Resources are realistic and available
421- Risks have mitigation plans
422- Success metrics are SMART
423
424### Clarity
425- Anyone can understand the plan
426- No jargon without explanation
427- Concrete examples provided
428- Ambiguity eliminated
429
430### Actionability
431- Next steps are clear
432- Owners know what to do
433- Timeline is realistic
434- Resources are secured
435
436## Common Project Types
437
438### Business Project Example Triggers
439- Product launch, marketing campaign, sales initiative
440- Process improvement, efficiency project
441- Market expansion, partnership development
442
443### Personal Project Example Triggers
444- Career transition, skill development
445- Health/fitness goal, lifestyle change
446- Financial goal, savings plan
447
448### Creative Project Example Triggers
449- Book/article writing, content creation
450- Art project, exhibition planning
451- Music production, album release
452
453### Academic Project Example Triggers
454- Research project, thesis planning
455- Study program, exam preparation
456- Conference presentation, paper publication
457
458### Event Planning Example Triggers
459- Conference/workshop organization
460- Wedding/celebration planning
461- Community event, fundraiser
462
463### Organizational Change Example Triggers
464- Team restructuring, role changes
465- Culture initiative, value implementation
466- Policy change, process adoption
467
468## Continue Planning Workflow
469
470**When user says "continue plan":**
471
4721. **Load active plan** from `docs/plan.md`
4732. **Check phase**:
474 - Planning: Add details, refine sections
475 - Execution: Update progress, mark steps complete
476 - Monitoring: Review metrics, adjust timeline
4773. **Update status** as work progresses
478
479## Format Validation
480
481**Before finalizing:**
482- [ ] Frontmatter complete (plan_id, title, status, category, phase, priority)
483- [ ] All 7 sections present
484- [ ] Vision is inspiring and clear
485- [ ] Objectives are SMART
486- [ ] Action steps have owners and deadlines
487- [ ] Resources identified and available
488- [ ] Timeline is realistic
489- [ ] Risks have contingencies
490- [ ] Success metrics are measurable
491- [ ] Master tracker updated
492
493## Example Usage
494
495**Scenario: Product Launch Plan**
496
497User: "Create a plan for launching our new mobile app"
498
499Claude:
5001. Checks `docs/plan.md` - no active plan
5012. Asks clarifying questions:
502 - Who is the target audience?
503 - What's the launch date goal?
504 - What's the budget?
5053. Creates `PLAN-20251118-1430-mobile-app-launch.md`:
506 - Vision: Achieve 10K downloads in first month
507 - Objectives: SMART goals for downloads, revenue, engagement
508 - Scope: Features in v1.0, marketing channels, launch events
509 - Action Steps: Development, testing, marketing, launch
510 - Resources: Team roles, budget, tools
511 - Timeline: 12-week timeline with milestones
512 - Risks: Technical delays, market reception, competition
513 - Metrics: Downloads, DAU, revenue, ratings
5144. Updates `docs/plan.md` with active plan
515
516**Scenario: Personal Learning Goal**
517
518User: "Help me plan learning Python for data science"
519
520Claude:
5211. Checks for active plan
5222. Creates structured learning plan:
523 - Vision: Become job-ready data scientist in 6 months
524 - Objectives: Complete courses, build portfolio projects
525 - Scope: Topics to cover, projects to build
526 - Action Steps: Weekly study schedule, hands-on practice
527 - Resources: Courses, books, datasets, tools
528 - Timeline: Month-by-month progression
529 - Risks: Time management, motivation, difficulty
530 - Metrics: Courses completed, projects finished, job applications
531
532## Integration with Implementation Planner
533
534**When planning involves software development:**
535
5361. Use this skill for **overall project planning**:
537 - Business objectives
538 - Stakeholder management
539 - Resource allocation
540 - Timeline
541
5422. Use `implementation-planner` for **technical implementation**:
543 - Code architecture
544 - File changes
545 - Testing strategy
546 - Deployment
547
5483. **Cross-reference** plans:
549 - Implementation plan referenced in technical deliverables
550 - Project plan tracks implementation as one action step
551
552---
553
554**This skill creates actionable, complete plans for any project type while maintaining consistent format and tracking.**