From a96d689556220b38541e10dc7636939b3d76ebe4 Mon Sep 17 00:00:00 2001 From: Leonard Date: Sat, 20 Jun 2026 16:34:13 +0000 Subject: [PATCH] feat: add project README template --- templates/project-readme-template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/project-readme-template.md 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