plain text 49 lines
<!-- Scaffolded by `eeco docs new vision` (eeco {{.Version}}).
Edit freely; delete this comment once the doc is yours. -->
# {{.Project}} — vision
A short statement of what {{.Project}} is for and why it exists. Write
this in your own voice: one or two paragraphs that a stranger can
understand without prior context.
## What it gives you
Three or four concrete capabilities {{.Project}} delivers today. Keep
each to one line; link out to the user-facing guide for detail.
- …
- …
- …
## Non-goals
What {{.Project}} deliberately is not. Naming the non-goals here saves
future readers a round-trip.
- …
- …
## Roadmap
The shape of the next stretch of work, in one paragraph. Link to the
live planning surface rather than restating it.
<!-- eeco:docs:start -->
## See also
{{- if .HasReadme}}
- [README.md](README.md) — quick start and install
{{- end}}
{{- if .HasUsage}}
- [docs/USAGE.md](docs/USAGE.md) — full user reference
{{- end}}
{{- if .HasArch}}
- [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) — architecture overview
{{- end}}
{{- if and (not .HasReadme) (not .HasUsage) (not .HasArch)}}
- (no related docs detected — link out as the project grows)
{{- end}}
<!-- eeco:docs:end -->