Initialize a new telic-loop sprint with VISION.md and PRD.md
Create a new sprint named $0 for this project.
sprints/$0/sprints/$0/VISION.md and sprints/$0/PRD.md using the templates belowsprints/$0/ARCHITECTURE.md# Vision: <Project Name>
<2-4 sentences describing the OUTCOME. What does the user get? What can they do
that they couldn't before? Focus on the experience, not the technology.>
Good Vision: Describes what the user experiences when the work is done. : Describes technology choices or implementation details.
# PRD: <Project Name>
## Requirements
1. **<Feature>**: <Specific behavior — what the user can do, what happens>
2. **<Feature>**: <Specific behavior>
## Tech Stack
- <Framework with pinned major.minor version>
- <Database>
## Constraints
- <Any hard constraints>
If the project has existing code, scan for:
package.json, pyproject.toml, Cargo.toml, go.modnext.config.*, vite.config.*, django, flaskWrite findings to sprints/$0/ARCHITECTURE.md so the planner has context.