AgentLayerdocs
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.

CapabilityWhat it doesSkills and tools
Projects and tasksOne 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
RoadmapA north-star plan rendered as one self-contained HTML page: lanes, milestones, horizons.roadmap
Goals ladderYearly, monthly, and weekly goals set by interview and tied to real tasks.yearly-goals monthly-goals weekly-goals
FlywheelA cross-project working session: triage every active task against the roadmap, advance each project.flywheel
Briefings and pulsesMorning and evening briefings, a one-minute pulse, a standup built from git and sessions.morning-briefing evening-briefing quick-pulse standup
Session radarWhat 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
ItinerariesA trip planned end to end into a print-ready HTML itinerary.itinerary

A day with it

  1. morning-briefing at the start: priorities, drafted artifacts, the goals delta, a per-project pulse.
  2. where-am-i when you have been away: every session, where it left off, the resume command.
  3. weekly-goals on Monday, monthly-goals on the first, yearly-goals each quarter. Each one interviews you before drafting.
  4. flywheel when several projects need a push in one sitting.
  5. evening-briefing at the end: what shipped, what stalled, tomorrow's first move.

On this page