Purpose
Maintain an auto-managed registry of agents and keep their scopes current.
Steps
- Discover all
AGENTS.mdandAGENTS.override.mdfiles. - Update
.agent-docs/memory/AGENTS_REGISTRY.mdand.agent-docs/memory/AGENTS_REGISTRY.json. - Compare coverage with
.agent-docs/memory/INDEX.mdand architecture maps. - Propose missing agents in
.agent-docs/memory/AGENT_PROPOSALS.md. - Explain each proposal objective and ask for approval before scaffolding.
- Detect drift by comparing scope file timestamps to agent instructions.
- Mark
needs_update,stale, orretire_candidatein the registry. - For approved proposals, scaffold new agent instructions from
.agent-docs/agents/AGENT_TEMPLATE.md. - Record actions in the Action Log.
- Use the agent management checklist for completeness.
Guardrails
- Use the merge protocol for updates.
- Do not modify fixed agents; only propose changes.