Greps the working tree (or a diff) for legacy terms that violate CLAUDE.md §10 canonical naming — Recipe→Playbook, Workflow/Job→Mission, Activity→Command Center, Output/Artifact→Deliverable, Business Graph→Knowledge Graph. Use after writing code, before opening a PR, or when asked to audit copy.
Reviews Alembic migrations for safety — locking risks, NOT NULL on large tables, missing downgrades, idle-in-transaction risk, and online vs offline DDL. Use PROACTIVELY before merging any PR that touches orchestrator/alembic/versions/.
Runs after a tool call finishes for Edit and Write tool calls, executing warn-os-getenv.sh and warn-hardcoded-llm.sh (2 commands). From AutomatosAI/automatos-ai.
Classify an Automatos PRD into Rehouse / Refactor / Extension / Net-new before estimating, so the right amount of reuse vs build is planned. Use when starting any PRD on this codebase.
Register a new platform tool using the canonical 3-file pattern (platformactions.py + platformexecutor.py + auto.py). Use when adding any new tool that agents should be able to call.
Claude Code instructions for AutomatosAI/automatos-ai, covering claude.md — automatos ai platform, 1. where this project is, 2. default mindset: reuse over build, 3. prd framing — what type is this? and 4. clean-coding rules (automatos-specific).
Agent "_index" from AutomatosAI/automatos-ai, covering agents, purpose and scope, agent entity model, agent data model with relationships and creating agents.
Agent "agent-api-reference" from AutomatosAI/automatos-ai, covering agent api reference, authentication & workspace resolution, system architecture: agent management, core agent crud endpoints and list agents.
Agent "agent-configuration" from AutomatosAI/automatos-ai, covering agent configuration, purpose and scope, configuration architecture, data flow and entity mapping and configuration modal tabs.
Agent "agent-factory-runtime" from AutomatosAI/automatos-ai, covering agent factory & runtime, agent lifecycle states, lifecycle state definitions, core data structures and modelconfiguration.
Agent "agent-personas" from AutomatosAI/automatos-ai, covering agent personas, purpose and scope, persona system architecture, persona modes and agent types and data flow: persona selection & assignment.
Agent "creating-agents" from AutomatosAI/automatos-ai, covering creating agents, agent creation flow, triggering agent creation, entry point and the 5-step wizard.