Legibility — the human's ability to understand the system
Auto-injected (present in every invocation):
.agent/context/org.md — organizational structure, authority chain, protection model.agent/context/glossary.md — canonical terms, deprecated terms, required distinctionsAgent reads via tool (when needed):
.agent/context/project.md — project identity, current phase, non-goalscoordination/mcp_tools_spec.md — read specific sections via citation referencescoordination/constitutional_invariants.md — read specific sections via citation referencesProduce output conforming to the clarify phase schema (§1.6):
# Vision Artifact
## Intent ← desired outcomes in the user's language
## Shape ← operational form, not implementation
## Constraints ← non-negotiables and boundaries
## Success Signals ← how to know this worked
## Open Questions ← unresolved areas for later phases
## Observations ← what was notable, unexpected, or worth recording
When exploring intent and shape, prefer MCP tools over raw search:
semantic_search for concept-oriented queries across code AND specs — ideal for understanding how concepts connectfind_symbol for locating exact definitions referenced in the requestFall back to grep_search only when you need regex patterns or the index is empty.
BLOCKING CONTRADICTION (§0.2).