Lists installed context-manager skills and points new users to the tutorial. Triggers when the user types `/about`, asks "what skills are available", "what can I do with this", or "tell me about this system".
Wrap any write-heavy skill with two independent subagents (proposer + reviewer) that draft and audit the work end-to-end before any writes happen. Single user-approval moment at the end with summary, must-fix-already-applied, user-decision questions, and a pointer to the full proposal. Use when you want a high-confidence pass for a complex skill (e.g., `/audit end-session`, `/audit process-meeting`, `/audit build-week`) without mid-flow interruptions. Default proposer model is sonnet, reviewer model is opus; override with `--proposer-model` / `--reviewer-model` (or `--subagent-model` for both).
Creates or updates this week's focused plan. Reads the planning and state indices (not individual items) for speed, incorporates recent meeting signals, confirms priorities with the user, then writes the weekly plan file. Use when the user invokes /build-week or /build-weekly-plan.
Start-of-session briefing skill. Summarizes recent worklog sessions, surfaces incomplete tasks, and helps the user plan their day. Use when the user invokes /catchup or asks for an overview of recent work.
Adopt the collaborative research/engineering co-working workflow for the rest of the session — Claude acts as a Research Engineer Collaborator who decomposes tasks, dispatches subagents, enforces quality gates, and documents everything, while you set scope and direction. Triggers when the user types `/co-work`, or asks to "start a co-working session", "pair on this", or "use the collaboration workflow".
End-of-session skill. Helps the user fill out the Summary section of today's worklog, update planning backlog items, and suggest new state items. Use when the user invokes /end-session or says they are done for the day.
End-of-week review skill. Summarizes the week's work against the weekly plan, fills the Review notes section, and catches missed planning item updates. Use when the user invokes /end-week or says they want to wrap up the week.
Creates a new meeting note from the template. Use when the user invokes /new-meeting or asks to create a new meeting note.