Skill: synthesize-priorities
Read the system, write a draft of Context/Priorities.md using Leila Hormozi's 3-1-90 framework. Owned by the Architect agent.
When to use this skill
- Sunday Hour One: refresh the "This week" force-ranking using last week's log + active todos
- Last week of quarter: refresh "Quarterly themes (MITs)" by re-evaluating progress
- Anytime priorities feel stale or wrong: regenerate the draft and compare
Inputs (from the structured form or arguments)
| Field | Required | Default | Description |
|---|---|---|---|
mode | no | merge | draft rewrites all sections from scratch; merge updates only weekly + MIT + deferred (preserving DSS + VFOs); ratify flips (? — confirm) markers to confirmed only if Adam has provided ratification context in the prompt |
week_of | no | next Monday | ISO date of the Monday whose week is being planned |
Procedure
-
Read the current state:
Context/Priorities.md(the existing file — frontmatter + content)Wiki/Notes/_active-todos.md(open + doing items, with urgency tags + due dates)- Last 30 entries of
Wiki/Log.md(what was actually worked on) Departments/Projects/*/_Project.mdfor active projects + target_completionBrands/*/BrandContext.mdfor active brands + brief_completenessDepartments/Personal/Fitness/plan.mdto know current phase + weekRaw/Health/whoop/whoop-7d.jsonfor recovery trend (informs whether to plan heavy cognitive work this week)- Optional: list_events from Google Calendar MCP for upcoming meetings (next 7 days)
-
Classify each signal into one of the 5 sections:
- DSS (3-year): only changes when Adam explicitly says so. In
mergemode, pull verbatim from existing file. - VFO (annual, 3 of them): changes only end-of-year unless Adam says otherwise. Same merge rule.
- MIT (90-day, 3–5): re-evaluate based on what's actually being worked on + project target_completion + brand brief gaps + fitness phase windows.
- Weekly (force-ranked, 3–5): force-rank based on (a) blocking other work, (b) urgency tags from active todos, (c) due dates, (d) calendar commitments, (e) WHOOP-derived energy budget.
- Deferred (the conscious "not now"): pull from
_active-todos.mditems tagged#urgency/lowor older than 30 days.
- DSS (3-year): only changes when Adam explicitly says so. In
-
Compose the file, preserving the existing frontmatter (bump
last_updated). Use Leila's section headers verbatim. For any item where the system can't produce a high-confidence claim, mark it(? — confirm)so Adam can ratify or replace. -
Diff against existing: report which sections changed and which
(? — confirm)items are new vs carried-forward. -
Append an entry to Wiki/Log.md following the Skills/log-operation format:
- agent:
architect, skill:synthesize-priorities - input: the mode + week_of
- output: which sections changed, count of new
(? — confirm)items - artifacts:
<a class="wikilink" href="/wiki/file?path=Context%2FPriorities.md">Context/Priorities</a>
- agent:
Hard rules
- Never overwrite a confirmed item with an inferred one. A line that doesn't have
(? — confirm)is canonical — leave it alone unless Adam explicitly asked for a rewrite. - Never add more than 5 items per strategic section. Force-rank if needed.
- Always preserve the file's frontmatter shape (
type: context,framework: leila-hormozi-3-1-90, etc.) — only the dates change. - Family-first: never propose weekly priorities that would crowd out scheduled family time (when present in DSS).
- Recovery-aware: if 7d avg recovery < 50, the weekly draft de-prioritizes max-cognitive-load items and pushes them to next week.
Output format (chat reply when run interactively)
Updated Context/Priorities.md (mode: <mode>, last_updated bumped to <date>)
Sections changed:
- This week: 4 new items
- Quarterly MITs: 1 reworded
- Deferred: 2 items moved here from active
Newly inferred (please confirm):
- VFO 2: (? — confirm) "Primal Harvest performance role fully operationalized"
- This week #3: (? — confirm) "Spend 30 min reviewing the Brands/_Template gap"
Confirmed-from-data (no action needed):
- This week #1: "Fill Context/MI.md, Work.md, Team.md" — derived from active todo
- This week #4: "Fitness Phase 1 Week 1" — derived from plan.md current week
Cross-links
- Agents/Architect — owner agent
- Context/Priorities — the file this skill writes
- Wiki/Libraries/leila-hormozi — source frameworks (3-1-90, Sunday Hour One)
- Skills/decompose-priority — natural follow-up: turn one of these priorities into Goals
- Skills/log-operation — append-only log format