TODO: Create Dottie agent config in claude-custom
TODO: Create Dottie agent config in claude-custom
Problem
Dottie currently runs as a general-purpose
subagent_type with all tools available. No restrictions are enforced — her access scope (defined in agent-dottie) is honored only by prompt convention, not by config. She can technically call Write, Edit, Bash, and any other tool. This is a gap.Work Required
- Create
dottie.mdagent config in theclaude-customrepo, following the pattern of existing agent configs (dev.md,qa.md). - Define allowed MCP servers:
- Define disallowed tools:
- Investigate subagent_type registration. Determine whether a custom
subagent_typecan be registered for Dottie (so she spawns with the right config automatically), or whether the personality-in-prompt approach is sufficient when combined with tool restrictions via config. Document the finding.
Current State
Dottie runs with no tool restrictions. Her boundaries exist only in the spawn prompt and in her personality note. Any subagent can ignore those boundaries.
References
sop-claude-config-development— workflow for making changes toclaude-customagent-dottie— personality definition and access scopedecision-agent-dottie— decision to create the Dottie agentagent-workflow— the multi-agent operating model