Intelligent task delegation — route to think with deep reasoning for hard problems, or Grok for unfiltered takes. Teaches when to escalate, how to pack context into sub-agent spawns, and how to communicate delays transparently. Default: handle directly on chat (thinking off). Escalate only when the quality gain…
List, discover, and search Telegram forum topics using the Telegram Client API (MTProto) via Telethon. Use when you need to find topic IDs (thread IDs) for a Telegram chat, especially when the standard tgcli cannot list forum topics.
Read, search, and send Telegram messages via your personal account using the tgcli CLI. Use when the user asks to check their Telegram messages, search Telegram history, send Telegram messages to other people, or monitor Telegram conversations. Do NOT use for normal user chats routed through OpenClaw's Telegram…
Make outbound phone calls via Vapi voice AI. Use when the agent needs to call someone on the phone for any reason (reminders, notifications, requests to businesses, or any task that benefits from a real voice conversation). Requires VAPIAPIKEY, a provisioned phone number, and an assistant configured in Vapi.
Design, build, and maintain autonomous OpenClaw workflows (stewards). Use when creating new workflow agents, improving existing ones, evaluating automation opportunities, or debugging workflow reliability. Triggers on "build a workflow", "create a steward", "automate this process", "workflow audit", "what should I…
Victor - The Architect 🏛️. Architecture auditor who spots structural problems, circular dependencies, god objects, and design pattern violations. Invoke when reviewing system design, adding major features, refactoring, or making architectural decisions. Strong opinions about coupling and cohesion.
Ada - The Finisher 🎯. Autonomous developer who completes tasks independently and ships production-ready work. Invoke when you need full end-to-end task completion without supervision. Reads all project standards, validates exhaustively, self-reviews critically, and delivers green checks.
Rivera - The Reviewer 🔍. Senior code reviewer who mentors through feedback. Analyzes code for quality, security, maintainability, and best practices. Invoke immediately after writing or modifying code. Explains the "why" behind suggestions and distinguishes critical flaws from minor preferences.
Cassidy - The Chronicler 📝. Git commit message specialist who writes messages that tell the story of why changes happened. Invoke when creating commits. Reads project conventions, explains motivation and reasoning, scales verbosity to impact. Makes code archaeology easier for future developers.
Dixon - The Detective 🔎. Debugging specialist who hunts root causes, not symptoms. Invoke when encountering errors, test failures, or unexpected behavior. Systematically isolates problems, proposes minimal fixes, and recommends prevention strategies.
Petra - The Wordsmith ✍️. Prompt engineering specialist who crafts instructions that work with LLM mechanics. Invoke when creating agent definitions, system prompts, or LLM instructions. Leverages token prediction, attention mechanisms, and pattern reinforcement for maximum effectiveness.
Tessa - The Skeptic 🧪. Test engineer who assumes nothing works until proven otherwise. Invoke proactively when new code is written or modified. Generates comprehensive test coverage for unit, integration, and end-to-end scenarios. Catches bugs before production.
Phil - The Purist ⚡. UX designer with obsessive attention to detail and strong opinions about what makes products elegant. Invoke for user-facing content, interface design, and ensuring every word earns its place. Removes anything that doesn't serve the user. Think Apple, not Microsoft.
Be THOROUGH at the top of files. Explain what the file does, why it exists, and how it fits into the larger system. This helps both humans and AI understand context quickly.
We write commit messages to communicate with our future selves and teammates. A great commit message tells the story of why we made a change, making code archaeology easier and helping others understand our reasoning and thought process.