TODO: Create Dottie agent config in claude-custom

todo-dottie-claude-config Todo

agent todo done

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.md agent config in the claude-custom repo, 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_type can 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 to claude-custom
  • agent-dottie — personality definition and access scope
  • decision-agent-dottie — decision to create the Dottie agent
  • agent-workflow — the multi-agent operating model