Goals, planning, reviews, and strategic direction. USE WHEN plan, strategy, goals, quarterly review, weekly review, OR prioritize.
Auto-routes when user mentions planning, goals, strategy, or reviews.
| Tool | Purpose | Command |
|---|---|---|
| Planner.ts | Spawn a Planner agent | bun run $PAI_DIR/skills/Strategy/Tools/Planner.ts --task "<task>" |
Traits: business, analytical, systematic
The Planner agent handles strategic direction:
| Workflow | Trigger | Action |
|---|---|---|
| GoalSet | "set goal", "define objective" | Goal setting session |
| WeeklyReview | "weekly review", "review week" | Weekly progress review |
| QuarterlyReview | "quarterly review", "Q review" | Quarterly deep review |
| Prioritize | "prioritize", "what's most important" | Priority assessment |
Example 1: Set a goal
User: "Help me set a goal for Q2"
-> Spawns Planner agent
-> Structured goal-setting session
-> Returns specific, measurable goal
Example 2: Weekly review
User: "Let's do a weekly review"
-> Spawns Planner agent
-> Reviews progress, identifies blockers
-> Returns status + next priorities
Example 3: Prioritize tasks
User: "Help me prioritize these 5 things"
-> Spawns Planner with comparative trait
-> Returns ranked priorities with rationale
| Situation | Hand to | Why |
|---|---|---|
| Goal requires content | Writing/ | Create content |
| Goal requires building | Coding/ | Implement |
| Goal requires research | Research/ | Learn first |
| Goal requires admin | Organizer/ | Execute logistics |
| Personal blockers | Coaching/ | Get unstuck |