Modules · Powers
Plan and run
The work. Projects, tasks, the roadmap, the goals ladder, briefings, and the session radar.
Everything here reads and writes the home: tasks are files, goals live in the board, briefings are reports. Run a skill as /agent-kevin:<name> in Claude Code or $<name> in Codex; the agent calls tools on its own when a request needs them.
| Capability | What it does | Skills and tools |
|---|---|---|
| Projects and tasks | One markdown file per task with frontmatter and a thread. A board that regenerates from them. | create-project archive-project tools: task_create, task_update, task_thread, task_query, task_close, task_scan |
| Roadmap | A north-star plan rendered as one self-contained HTML page: lanes, milestones, horizons. | roadmap |
| Goals ladder | Yearly, monthly, and weekly goals set by interview and tied to real tasks. | yearly-goals monthly-goals weekly-goals |
| Flywheel | A cross-project working session: triage every active task against the roadmap, advance each project. | flywheel |
| Briefings and pulses | Morning and evening briefings, a one-minute pulse, a standup built from git and sessions. | morning-briefing evening-briefing quick-pulse standup |
| Session radar | What every session worked on, where it left off, and its resume command. Find one by what it did. | where-am-i find-session |
| Customer bugs and requests with a deployment | Your support channels mined for reported defects and feature asks: a severity-ranked bug report and a voice-of-customer report, both mapped to the backlog. | customer-bugs customer-feature-requests |
| Itineraries | A trip planned end to end into a print-ready HTML itinerary. | itinerary |
A day with it
morning-briefingat the start: priorities, drafted artifacts, the goals delta, a per-project pulse.where-am-iwhen you have been away: every session, where it left off, the resume command.weekly-goalson Monday,monthly-goalson the first,yearly-goalseach quarter. Each one interviews you before drafting.flywheelwhen several projects need a push in one sitting.evening-briefingat the end: what shipped, what stalled, tomorrow's first move.