Files
template-project/SPEC.md
Elias Ahokas 235afe66b7 Initial commit
2026-06-16 22:37:46 +03:00

35 lines
532 B
Markdown

# SPEC - [project name]
This file defines WHAT the project does.
## Goal
One or two sentences about what this project will solve and for who.
## Acceptance criteria
Project is ready when following concrete criteria are met and tested:
- [ ] [criteria 1]
- [ ] [criteria 2]
## Constraints
Technical boundaries and limitations:
- Constraint 1
- Constraint 2
## Out of scope
What is not part of this project:
- Out of scope 1
- Out of scope 2
## Invariants
Things that must never be broken:
- Invariant 1
- Invariant 2