project-guides
Installation
SKILL.md
Stage 2: Authoring guidance for a use case (Needs guidance)
This is the second of three stages in creating guidance:
- Stage 1: Identifying use cases for a feature
- Stage 2: Authoring guidance for a use case (you are here)
- Stage 3: Evaluating guidance for a use case
What a real-world coding agent sees
When a developer asks an AI coding assistant to implement something, the assistant retrieves the relevant guide.md via a RAG (vector search) system. guide.md is the only project file a real-world coding agent ever sees. Everything else in a use case directory is eval infrastructure: