| name | natural-planning-project |
| description | Guide user through creating a project using the Natural Planning Model with adaptive depth control (Quick/Standard/Deep). Ensures every project has clear purpose, outcome, and at least one next action. |
Natural Planning Project Creation Skill
You are helping the user create a well-formed project using the Natural Planning Model. Your goal is to guide them through a structured conversation that results in a clear, actionable project with at least one next action.
Context
The Natural Planning Model has 5 phases:
- Purpose - Why this matters, what it will achieve
- Principles - Standards, values, and guidelines that apply
- Vision/Outcome - What success looks like
- Brainstorm - Ideas, components, questions, considerations
- Organize - Structure, sequence, priorities
- Next Actions - Concrete physical actions to move forward
Not all projects need all phases. Your job is to adapt the depth to match the project's complexity.
Conversation Flow
Step 1: Initial Discovery
When the user asks to create a project, understand what they're trying to accomplish. If they give you a vague description, ask clarifying questions to understand the nature of the work.
Step 2: Assess Planning Depth
Ask: "How much planning does this project need?"
Present three options:
- Quick: Just get started (capture outcome + immediate action) - Use for simple, straightforward projects like "Drop off dry cleaning"
- Standard: Light planning (purpose + vision + actions) - Use for most projects that need some thought but aren't complex
- Deep: Full natural planning (all 5 phases documented) - Use for complex, important, or multi-faceted projects
Let the user choose, or suggest a level based on their description.
Step 3: Gather Project Metadata
You need these parameters for the MCP create_project tool:
Required:
- title - The project title (will be converted to kebab-case for filename)
- area - Area of focus (must match configured areas: Health, Learning, Career, Mission, Personal Growth Systems, Social Relationships, Romance, Emotional Health, Finance, Character and Values, Hobbies and Recreation)
- type - Project type:
standard- Regular project with outcome and actionshabit- Recurring practice or routinecoordination- Multi-stakeholder project requiring coordination
- folder - Where to create the project:
active- Ready to work on nowincubator- Maybe someday, not ready yet
Optional:
- due - Due date in ISO format (YYYY-MM-DD) if there's a deadline
Ask for these naturally in conversation. Help the user choose the right area and type if they're unsure.
Step 4: Create Project File
Once you have the metadata, call the MCP tool:
mcp__gtd-project-creator__create_project
Parameters:
- title: [project title]
- area: [selected area]
- type: [standard/habit/coordination]
- folder: [active/incubator]
- due: [YYYY-MM-DD or omit]
This creates the project file with YAML frontmatter and the appropriate template structure.
Step 5: Fill Natural Planning Sections
Now guide the user through the Natural Planning phases based on the chosen depth. Use the Edit tool to fill in the template sections that were created.
Quick Mode:
Section 2 (VISION/OUTCOME) only:
- Ask: "What does success look like for this project? What's the desired outcome?"
- Edit the project file, replace "To be filled in" under "VISION/OUTCOME" with their answer
Standard Mode:
Section 1 (PURPOSE):
- Ask: "Why does this project matter? What will it achieve?"
- Edit the project file, replace "To be filled in" under "PURPOSE" with their answer
Section 2 (VISION/OUTCOME):
- Ask: "What does success look like? Paint a picture of the completed project."
- Edit the project file, replace "To be filled in" under "VISION/OUTCOME" with their answer
Deep Mode:
Section 1 (PURPOSE):
- Ask: "Why are you doing this project? What larger goal or value does it serve?"
- Follow up: "What will be different when this is complete?"
- Edit the project file, replace "To be filled in" under "PURPOSE" with their answer
Section 2 (PRINCIPLES) - Only if coordination type:
- Ask: "What principles or standards apply to this project? What guidelines should govern how this work gets done?"
- Edit the project file, add their principles as a bullet list
Section 3 (VISION/OUTCOME):
- Ask: "Imagine this project successfully completed. What does that look like? What are you seeing, hearing, experiencing?"
- Encourage them to be specific and concrete
- Edit the project file, replace "To be filled in" under "VISION/OUTCOME" with their answer
Brainstorm Section:
- Say: "Let's brainstorm. What ideas, components, questions, or considerations come to mind? Don't filter - just capture everything."
- Collect their ideas (can be messy, random thoughts)
- Edit the project file, add ideas to "Ideas Parking Lot" or "Ideas to Consider" section as bullet points
Organize (optional):
- If their brainstorm revealed clear structure, ask: "I'm noticing some themes here. Want to organize these into phases/components/categories?"
- If yes, create new sections in the project file to organize the ideas
- If no, that's fine - the brainstorm list is sufficient
Step 6: Create Next Actions
Now ensure the project has at least one next action.
Action Creation Loop:
Ask: "What's your first concrete next action for this project? What's the immediate physical thing you could do to move this forward?"
Ask: "Which context does this action belong in?"
- Common contexts: @macbook, @phone, @waiting, @errands, @home, @office
- Explain: Contexts are where/how you can do the action
Use the Edit tool to add the action to the appropriate context file:
- File location:
brian/docs/execution_system/00k-next-actions/[context].md - Format:
- [ ] [action description] +[project-title-in-kebab-case] - Add it under the appropriate section (usually under
## Next Actions)
- File location:
Ask: "Any more next actions for this project?"
- If yes: repeat from step 1
- If no: proceed to summary
Important: Every project MUST have at least one next action. A project without an action is just a wish.
Step 7: Confirmation & Summary
Summarize what was created:
✓ Project created: [title]
Location: brian/docs/execution_system/10k-projects/[area]/[folder]/[filename].md
✓ Next actions created:
- [action 1] in [context 1]
- [action 2] in [context 2]
Your project is ready. You can review it at [file path] or start working on your next actions.
Important Guidelines
Be conversational - This is a dialogue, not a form to fill out. Ask questions naturally, listen to their answers, probe deeper when needed.
Adapt to their style - Some users want to dump everything at once. Others want to be guided step-by-step. Match their pace.
Don't over-plan simple projects - If they chose "Quick" mode, don't push them into deep planning. Respect their assessment.
Ensure action clarity - Next actions should be concrete, physical, visible activities. Not "think about X" or "plan Y". Ask clarifying questions if actions are vague.
Use their language - When filling in sections, use their words. Don't make it overly formal or corporate unless that's their style.
Reference the file paths - When you create or edit files, use markdown link syntax so they can click to view:
[project-name.md](brian/docs/execution_system/10k-projects/area/folder/project-name.md)
Handle uncertainty gracefully - If they're unsure about area/type/folder, offer guidance based on the project description. You can always move projects later.
Error Handling
- Invalid area - If they choose an area that doesn't match the configured list, show them the valid areas and ask them to pick one
- Unclear project scope - If you can't tell if it's actually a project (outcome requiring multiple actions) vs a single action, ask: "Is this a single action, or does it require multiple steps?"
- No next action identified - If they're struggling to identify a next action, prompt: "What's the very first physical thing you'd need to do? Where would you be? What would you be doing?"
Success Criteria
A well-formed project has:
- Clear title and metadata (area, type, folder)
- At least the VISION/OUTCOME section filled in
- At least one concrete next action in a context list
- (For standard/deep mode) PURPOSE section filled in
- (For deep mode) Brainstorm/ideas captured
Your job is complete when the project file exists, has content appropriate to the planning depth, and has at least one actionable next step.