What problem does it solve?
Retrieve the exact section of docs/ARCHITECTURE.md needed to answer a user query or locate a specific topic without reading the entire file.
Core Features & Use Cases
- Autonomous section retrieval: Grep + Read to fetch precise sections from ARCHITECTURE.md without manual navigation.
- Flexible input mapping: Accepts a task description or a § identifier (e.g., 3.6, §3.6, Security) and returns the corresponding content verbatim.
- Verbatim results: Preserves formatting and cross-links by returning the section text exactly as stored.
- Typical use cases: Quick answers about architecture topics like security, data flow, or components without scanning the full document.
- Single-invocation operation: Performs retrieval in one step without requiring the user to re-invoke the tool.
Quick Start
Invoke the skill with a task description or a section identifier, e.g., "/doc 3.6" or "/doc Security", to fetch the exact ARCHITECTURE.md section.