# Council

> 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,…

- **Type:** Skill
- **Install:** `agentstack add skill-juanmarchetto-agent-skills-council`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JuanMarchetto](https://agentstack.voostack.com/s/juanmarchetto)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [JuanMarchetto](https://github.com/JuanMarchetto)
- **Source:** https://github.com/JuanMarchetto/agent-skills/tree/main/skills/council
- **Website:** https://github.com/JuanMarchetto/agent-skills

## Install

```sh
agentstack add skill-juanmarchetto-agent-skills-council
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## 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

1. **Topic Analysis** — determines which advisors (3-8) are relevant
2. **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
3. **Parallel Dispatch** — launches advisors simultaneously using agent files in `agents/`
4. **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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [JuanMarchetto](https://github.com/JuanMarchetto)
- **Source:** [JuanMarchetto/agent-skills](https://github.com/JuanMarchetto/agent-skills)
- **License:** MIT
- **Homepage:** https://github.com/JuanMarchetto/agent-skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-juanmarchetto-agent-skills-council
- Seller: https://agentstack.voostack.com/s/juanmarchetto
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
