Add DOMAIN-AWARENESS.md and update SKILL.md files to reference it for code exploration

This commit is contained in:
Matt Pocock 2026-04-28 12:04:01 +01:00
parent ecdadb4076
commit f76e3ba4af
8 changed files with 63 additions and 11 deletions

View file

@ -7,7 +7,7 @@ This skill takes the current conversation context and codebase understanding and
## Process
1. Explore the repo to understand the current state of the codebase, if you haven't already.
1. Explore the repo to understand the current state of the codebase, if you haven't already. Before exploring, follow [../grill-with-docs/DOMAIN-AWARENESS.md](../grill-with-docs/DOMAIN-AWARENESS.md). Use the project's `CONTEXT.md` vocabulary throughout the PRD.
2. Sketch out the major modules you will need to build or modify to complete the implementation. Actively look for opportunities to extract deep modules that can be tested in isolation.