Create PARA area notes for ongoing life responsibilities. Validates that the concept is truly an area (ongoing, no end date) rather than a project. Use when establishing new life domains or responsibilities to track.
From para-obsidiannpx claudepluginhub nathanvale/side-quest-marketplace-old --plugin para-obsidianThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Create PARA-compliant area notes for ongoing life responsibilities through collaborative dialogue.
From Tiago Forte's PARA Method:
Phase 0: Load Existing Areas (prevent duplicates)
↓
Phase 1: Gather Intent
├── What responsibility/domain?
└── Validate it's ongoing (no end date)
↓
Phase 2: Define Standards (optional but recommended)
├── What standards to maintain?
└── What routines support this area?
↓
Phase 3: Confirm & Create
ALWAYS fetch existing areas first:
para_list_areas({ response_format: "json" })
Use this to:
If not provided in initial message, ask:
I'll help you create a new area. Areas are ongoing responsibilities - the
"departments" of your life that need continuous attention.
**What life responsibility or domain is this?**
Examples:
- 🏡 Home - Household maintenance and improvements
- 🏃 Health - Physical and mental wellness
- 💼 Career - Professional growth and work
- 👨👩👧 Family - Family relationships and care
- 💰 Finance - Money management and planning
Key test: Does it have an end state?
| User Says | Type | Action |
|---|---|---|
| "Manage my health" | Area ✅ | Continue |
| "Lose 10kg" | Project ❌ | Suggest project instead |
| "Home maintenance" | Area ✅ | Continue |
| "Renovate kitchen" | Project ❌ | Suggest project instead |
| "Learn Spanish" | Ambiguous | Ask: ongoing skill or specific goal? |
If user describes something with an end state:
That sounds more like a **Project** (specific goal with end state) than an
**Area** (ongoing responsibility).
Would you like to:
1. **Create a project instead** - For "Lose 10kg" with a target date
2. **Reframe as an area** - "Health" is the area, weight loss is a project within it
3. **Continue as area** - If you see this as truly ongoing
If similar area exists:
I notice you already have [[🏡 Home]] as an area.
Is this new area:
1. **Different enough** to be separate? (tell me how)
2. **Should merge** into the existing area?
3. **A project** within that area instead?
This phase helps create meaningful areas, but can be skipped for quick creation.
Areas are defined by the standards you want to maintain.
**What standards matter for this area?**
Examples for "Health":
- [ ] Exercise 3x per week
- [ ] Annual checkup completed
- [ ] Sleep 7+ hours most nights
(Type your standards, or "skip" to add later)
**What routines help maintain this area?**
| Frequency | Example |
|-----------|---------|
| Daily | Morning walk, medication |
| Weekly | Meal prep, gym sessions |
| Monthly | Budget review, date night |
(Type your routines, or "skip" to add later)
## Area Proposal
**Title:** 🌱 [Area Name]
**Type:** Ongoing responsibility
**Status:** active
### Standards to Maintain
- [ ] [Standard 1]
- [ ] [Standard 2]
- [ ] [Standard 3]
(or "To be defined" if skipped)
### Routines
- **Daily:** [routine or "—"]
- **Weekly:** [routine or "—"]
- **Monthly:** [routine or "—"]
---
**Ready to create?** (yes / tell me what to change)
Before creating, query the area template for its current structure:
para_template_fields({ template: "area", response_format: "json" })
Extract from response:
validArgs → which args to pass (e.g., status field name)creation_meta.dest → destination foldercreation_meta.sections → body section headingscreation_meta.titlePrefix → emoji prefix (auto-applied)Use discovered values from Step 3.2 (creation_meta.dest for dest, creation_meta.sections for section headings, validArgs for field names):
para_create({
template: "area",
title: "[Area name without emoji - template adds prefix]",
dest: "<discovered-dest>",
args: {
"<discovered-status-field>": "active"
},
content: {
"<discovered-description-section>": "[What this area encompasses]",
"<discovered-standards-section>": "[Checklist from Phase 2.1]",
"<discovered-routines-section>": "[Routines from Phase 2.2]"
},
response_format: "json"
})
Created: 🌱 [Area Name].md → [discovered-dest]
This area is now ready to:
- Track projects that serve this responsibility
- Hold resources related to this domain
- Guide your weekly reviews
Would you like to:
1. **Create a project** within this area
2. **Add more standards** to maintain
3. **Done** - Area is ready
| Error | Recovery |
|---|---|
| Duplicate area name | Suggest merge or differentiate |
| Sounds like a project | Offer to create project instead |
| Too narrow scope | Suggest broader area name |
| Area creation fails | Show error, preserve user input |
User: /para-obsidian:create-area
AI: I'll help you create a new area. Let me check your existing areas first.
Your current areas:
- 🎹 Movie Love
- 🏠 Property
- 🏡 Home
- 🐶 Pet - Muffin
- 📝 Note Taking
- 🔧 Dotfiles
- 🤖 AI Practice
What life responsibility or domain do you want to track?
User: I want to manage my career development and professional growth
AI: Great! "Career" is a classic area - ongoing professional responsibility.
What standards do you want to maintain? Examples:
- [ ] Stay current with industry trends
- [ ] Attend 2+ conferences per year
- [ ] Maintain professional network
(Type yours, or "skip" to add later)
User: skip for now
AI: No problem. Any routines that support your career?
- Daily: Learning time?
- Weekly: Networking?
- Monthly: Skill review?
(Type yours, or "skip")
User: Weekly learning - 2 hours on Fridays
AI: ## Area Proposal
**Title:** 🌱 Career
**Type:** Ongoing responsibility
**Status:** active
### Standards to Maintain
- To be defined
### Routines
- **Weekly:** 2 hours learning on Fridays
---
**Ready to create?** (yes / tell me what to change)
User: yes
AI: Created: 🌱 Career.md → 02 Areas
Would you like to create a project within this area?
Common areas that cover most of life:
| Area | Covers |
|---|---|
| 🏡 Home | Household, maintenance, improvements |
| 🏃 Health | Physical, mental, medical |
| 💼 Career | Work, professional development |
| 💰 Finance | Budget, investments, taxes |
| 👨👩👧 Family | Relationships, parenting, care |
| 🎓 Learning | Education, skills, growth |
| 🎨 Hobbies | Creative pursuits, recreation |
| 🤝 Social | Friendships, community, networking |
Guideline: Most people need 5-10 areas. More than 15 suggests over-categorization.
After creating the area, emit a structured completion signal so the brain orchestrator can parse the outcome:
SKILL_RESULT:{"status":"ok","skill":"create-area","summary":"Created area: [name]"}SKILL_RESULT:{"status":"ok","skill":"create-area","summary":"Redirected to create-project"}SKILL_RESULT:{"status":"ok","skill":"create-area","summary":"Cancelled by user"}SKILL_RESULT:{"status":"error","skill":"create-area","error":"[error description]"}