ARC Demo File Writer
Creates notes/summary.md from notes/input.md in the current workspace.
Workflow
- Read
notes/input.md. - Create the
notes/directory if missing. - Write
notes/summary.mdwith:# Project Summaryheading## Key Pointssection- 3-5 bullets derived from the input notes
## Open Questionssection if the input includes unresolved questions
- Summarize what file was written.
Quality rules
- Do not call external services.
- Keep the summary under 250 words.
- If
notes/input.mdis missing, ask the user for the notes instead of inventing content.