Documentation
README
Review the spec the user points you to. Follow these steps in order.
Step 1: Read the spec
Read the spec file the user references.
Step 2: Research the codebase
Use sub-agents to read every file listed in the spec's "Important files" section. For each file, understand its current state well enough to evaluate whether the spec's proposed changes are correct and complete.
If the spec references external libraries or APIs, look up their documentation.
Step 3: Evaluate
Assess the spec against three categories. For each finding, cite the specific spec line or section and the relevant source file and line number.
Under-specified areas
Find places where the spec leaves ambiguous decisions that should have explicit design intent from the user. Examples:
This is the opening of the README. Read the full README on GitHub.