feat: Add foundational documentation for security, workflow, and project management

- Create SECURITY.md to outline security policies and practices.
- Establish WORKFLOW.md detailing the project lifecycle from planning to retrospective.
- Introduce decision log structure in decisions/README.md for tracking architecture decisions.
- Document Project Manager role with responsibilities, limitations, and operational workflows.
- Implement templates for ADRs, bugs, meetings, projects, retrospectives, RFCs, roadmaps, and sprints.
- Set up memory logs for architecture and company-wide lessons learned.
- Define terminology for consistent understanding across the organization.
This commit is contained in:
Christopher Clendening
2026-07-30 13:34:07 -04:00
parent 9218f1cb4f
commit 96b7ff9766
36 changed files with 1932 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Roadmap — <Project Name or Company>
**Owner:** CEO (company-level) or Project Manager (project-level)
**Last updated:** YYYY-MM-DD
A roadmap here is a snapshot for human/agent readability — Plane's Epics and milestones
(`PLANE.md`) remain the actual source of truth for priority and sequencing. If this file and
Plane disagree, Plane is right and this file is stale; update it.
## Now
Epics/Stories actively in progress this cycle. Link to Plane.
## Next
Approved (cleared the `FOUNDER.md` gate) but not yet started.
## Later
Directionally likely but not yet through the approval gate — clearly marked as such so no one
mistakes "later" for "approved."
## Explicitly out of scope
What this roadmap deliberately excludes, and why — as useful as what's in scope, especially for
preventing scope creep an engineer might otherwise assume is implied.