diff --git a/templates/project-readme-template.md b/templates/project-readme-template.md new file mode 100644 index 0000000..7282a7f --- /dev/null +++ b/templates/project-readme-template.md @@ -0,0 +1,24 @@ +# [Project Name] + +## Overview +*One paragraph. What is this project? Why does it exist? What problem does it solve?* + +## Status +- **Phase:** [Ideation / Active / Maintenance / Winding Down] +- **Last updated:** YYYY-MM-DD +- **Priority:** [High / Medium / Low] + +## Goals +- [ ] Goal 1 +- [ ] Goal 2 +- [ ] Goal 3 + +## Architecture / Approach +*Key design decisions, architecture notes, constraints.* + +## Resources +- [Link](url) — description +- [Link](url) — description + +## Related +- Links to knowledge-base entries, X threads, or tool evaluations that inform this project