| name | council |
| description | Life advisory council with 8 parallel specialist advisors and synthesis. Dispatches domain-specific advisors (life coach, finance, health, career, learning, systems, relationships, creative) in parallel, synthesizes their outputs into a unified action plan with prioritized next steps. Use when: life planning, goal setting, periodic review, career decision, financial planning, health optimization, relationship advice, productivity systems, creative projects, life direction, organize my life, what should I focus on, I need advice about, quarterly review. |
| license | MIT |
| metadata | {"version":"1.0.0","category":"life-planning","tags":["life-advisory","multi-agent","coaching","goal-setting","reviews","finance","health","career","productivity"]} |
Important: This skill provides structured thinking frameworks, not professional advice. For medical, legal, or financial decisions, always consult qualified professionals.
Council โ Life Advisory Council
Coordinate 8 specialist advisors to analyze any life topic from multiple angles simultaneously. Each advisor brings domain expertise, then a synthesizer resolves conflicts and produces a unified, prioritized action plan.
How It Works
- Topic Analysis โ determines which advisors (3-8) are relevant
- Advisor Selection โ picks from the full roster:
- Life Coach: always included (holistic perspective, values alignment)
- Finance: budget, investments, debt strategy
- Health: physical, mental, nutrition, sleep
- Career: development, networking, positioning
- Learning: skill acquisition, courses, deliberate practice
- Systems: time management, workflows, automation
- Relationships: communication, social dynamics, community
- Creative: innovation, projects, aesthetics
- Parallel Dispatch โ launches advisors simultaneously using agent files in
agents/
- Synthesis โ
agents/advisor-synthesizer.md resolves conflicts, finds synergies, produces unified output
Output
- Council Summary โ holistic overview
- Key Synergies โ actions serving multiple domains
- Prioritized Action Plan โ max 7 focused actions
- Watch List โ monitor but don't act yet
- Recommended Follow-ups โ which advisors to consult individually
Example Output
## Prioritized Action Plan
1. **Career**: Start networking in target industry (Career Advisor: 8/10 urgency)
2. **Finance**: Build 6-month runway before transition (Finance Advisor: 9/10 urgency)
3. **Health**: Establish stress management routine (Health Advisor: 7/10 urgency)
4. **Relationships**: Communicate plans with partner (Relationships Advisor: 8/10 urgency)
Advisor Consensus: 6/8 advisors support the transition with conditions.
Key Conflict: Finance says "wait 6 months", Career says "move now" โ Synthesizer recommends staged approach.
Usage
"I'm considering a career change โ convene the council"
"Help me plan my finances for the next quarter"
"I need to optimize my daily routines and productivity"
"Review my progress across all life domains"
"organize my life"
"what should I focus on"
"I need advice about..."
"quarterly review"
Individual Advisors
Use standalone advisor commands for focused sessions:
commands/council-life-coach.md โ values, direction, life balance
commands/council-finance.md โ budgeting, investing, debt
commands/council-health.md โ fitness, nutrition, sleep, mental health
commands/council-career.md โ career strategy, networking, positioning
commands/council-learning.md โ learning plans, skill development
commands/council-systems.md โ workflows, automation, productivity
commands/council-relationships.md โ communication, social dynamics
commands/council-creative.md โ creative projects, innovation
commands/council-review.md โ quarterly/annual structured reviews
Structure
council/
โโโ SKILL.md # This file
โโโ commands/
โ โโโ council.md # Main orchestrator (full council)
โ โโโ council-life-coach.md # Life Coach standalone
โ โโโ council-finance.md # Financial Advisor standalone
โ โโโ council-health.md # Health Director standalone
โ โโโ council-career.md # Career Strategist standalone
โ โโโ council-learning.md # Learning Architect standalone
โ โโโ council-systems.md # Systems Engineer standalone
โ โโโ council-relationships.md # Relationships Advisor standalone
โ โโโ council-creative.md # Creative Director standalone
โ โโโ council-review.md # Periodic Review Coordinator
โโโ agents/
โ โโโ advisor-life-coach.md
โ โโโ advisor-finance.md
โ โโโ advisor-health.md
โ โโโ advisor-career.md
โ โโโ advisor-learning.md
โ โโโ advisor-systems.md
โ โโโ advisor-relationships.md
โ โโโ advisor-creative.md
โ โโโ advisor-synthesizer.md
โโโ references/
โ โโโ frameworks.md # Analysis frameworks per domain
โ โโโ assessment-rubrics.md # 1-10 scoring criteria for reviews
โ โโโ review-templates.md # Quarterly/annual review templates
โโโ data/
โโโ profile.md # Your personal context (fill this in)
โโโ goals/
โ โโโ active.md # Current goals
โ โโโ archive.md # Completed/abandoned goals
โโโ tracking/ # Domain tracking data (auto-populated)
โ โโโ finance.md
โ โโโ health.md
โ โโโ career.md
โ โโโ learning.md
โ โโโ systems.md
โ โโโ relationships.md
โ โโโ creative.md
โโโ reviews/ # Periodic review documents
โโโ journal/ # Session logs (auto-populated)
Setup
After installing, fill in data/profile.md with your:
- Core values and life vision
- Current situation (career, finances, health, relationships)
- Priorities (ranked)
- Constraints and considerations
- Communication preferences
This personalizes all advisory sessions to your context.
Language
All advisors respond in the same language the user writes in. Detected automatically โ no configuration needed.