What problem does it solve?
Provide concise, evidence-backed answers to questions about a GRACE codebase by loading and reasoning over the project's documentation, knowledge graph, module contracts, and source artifacts so users avoid speculation and get verifiable conclusions.
Core Features & Use Cases
- Full project context loading: Reads AGENTS.md, knowledge graph XML, requirements, technology, development plans, module contracts, and relevant source blocks to build a grounded view.
- Knowledge graph navigation: Locates related modules, follows CrossLinks, and identifies dependency surfaces to surface relevant components.
- Code-level investigation and citations: Dives into MODULE_MAP locations and START_BLOCK/END_BLOCK sections to explain implementation details with explicit file/module citations.
- Documentation gap detection: Flags missing contracts or unclear documentation and recommends appropriate $grace-* follow-up skills.
- Use Case: A developer asks how authentication is implemented; the Skill locates related modules, reads contracts and code blocks, and returns a traced answer citing files and blocks.
Quick Start
Ask the agent a specific question about the repository and request explicit file and module citations in the answer.