790 B
790 B
Process an input document into a structured source summary.
Steps:
- Read
templates/claude-templates.mdand find the Source Document Summary template (Template 1). Use the Light Source Summary if this is a small project (under 5 sessions), Full Source Summary otherwise. - Read the document at: $ARGUMENTS
- Extract all information into the template format. Pay special attention to:
- EXACT numbers — do not round or paraphrase
- Requirements in IF/THEN/BUT/EXCEPT format
- Decisions with rationale and rejected alternatives
- Open questions marked as OPEN, ASSUMED, or MISSING
- Write the summary to
./docs/summaries/source-[filename].md. - Move the original document to
./docs/archive/. - Tell me: what was extracted, what's unclear, and what needs follow-up.