Use this agent to review calendar events, log what happened, and handle rescheduling. Can run daily or cover multiple days. Writes directly to official session logs. Examples: Context: User wants to review their calendar. user: "Check my calendar" assistant: "I'll run calendar-audit to review your scheduled events."…
Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…
Use this agent to run a weekly goal review for a company. Reads YAML goal files, walks through KR actuals and initiative statuses, generates a CEO-ready narrative email with CSV attachment, and updates all files. Examples: Context: User wants to do a weekly check-in. user: "Weekly review" assistant: "I'll launch the…
Use this agent to triage work and decide what to do next. Reads the tasks inbox, active initiatives, and recent decisions. Sorts tasks into ready / blocked / needs-human-gate. Useful for weekly planning, Monday startup, or any moment you ask 'what should I work on?' Examples: Context: Monday morning, user wants to…
Use this agent to consolidate temp logs into official session logs. Run this to process work that was automatically captured throughout the day by various chats. Examples: Context: User wants to consolidate logged work. user: "Consolidate my logs" assistant: "I'll run session-logger to consolidate your temp logs into…
Use this agent to surface patterns from past work — what's worked, what keeps breaking, what could become a reusable playbook. Reads goals YAML, session logs, and task history. Recommends what to repeat and what to codify. Examples: Context: End of quarter. user: "What's been working?" assistant: "I'll run…
Use this agent on first run to set up a new workspace from scratch. Walks the user through identity, agent selection, MCP integrations, and goal-setting as a guided Q&A conversation. Run once when setting up a new workspace. Examples: Context: User just cloned the repo and wants to get started. user: "start here"…
Use this agent to generate a cross-project status dashboard showing all projects at a glance. Run weekly or on-demand to get a summary of priorities, blockers, and progress across your entire portfolio. Examples: Context: User wants a quick overview of all projects. user: "What's the status across all my projects?"…
Use this agent when the user wants to understand how Ace works before diving in — the philosophy, the three pillars (memory, automation, human/agent alignment), the agent roles, and the result. The agent reads start-here first so it knows what setup involves, then walks the user through the recap from Alfred Naayem's…
Use this agent to set up the user's IDE for Claude Code. Walks through installing VS Code, the Claude Code extension, the recommended plugins, the workbench layout, and the two permission layers (Claude in VS Code vs Claude in Terminal). Run when the user is about to start working in this repo for the first time, or…
Use this agent when the user wants to save work, sync repos, undo changes, check history, or manage branches. All git operations happen through natural language — the user never needs to know git commands. Examples: Context: User finished working and wants to save. user: "Save my work" assistant: "I'll use…