Question
$ARGUMENTS
Answer the question using plans and documentation as primary sources.
This is for understanding how things fit together - design decisions, system architecture, feature context, task scope. Not for code-level questions.
Primary Sources (prefer these)
- •Plans in
plans/- understand current task context - •Architecture docs - understand system design
- •README and design docs - understand intent
- •CLAUDE.md / project docs - understand conventions
Secondary Sources (use sparingly)
- •Code structure (via
tldr structure,tldr arch) - •Type definitions and interfaces
- •Module boundaries
Do NOT
- •Read entire codebase to answer questions
- •Provide code-level implementation details
- •Guess when docs/plans don't cover something
If the answer isn't in plans or docs, say so and suggest what documentation would help.