explore-repo-readonly
Installation
SKILL.md
Explore repo (readonly)
When to use
- Subagent or parent turn: "Explore premflow / elomaxz and report …"
- Before CMake + MVU refactor when structure is unknown
- User wants report only, not implementation yet
Return format
- Layout — key dirs (
src/,cmake/, models, tests) - Build — how to configure and build today
- MVU / model hooks — where state and update live (file:line references)
- Gaps — what the plan must add vs what exists
- Risks — ColumnLimit, single-file god modules, missing tests
Procedure
UpdateCurrentStep → Glob → Grep → Read — no Write unless user escalates to implement.