Canonical documentation and agent-governance starter for AI-assisted repositories.
Documentation-md is the source repo for a reusable documentation system. It is meant to be forked or copied into project repos so agents and humans inherit the same operating rules, shared vocabulary, and handoff patterns across vendors.
The policy source lives in Documentation.md.
Agents start in AGENT.md.
Recent state for this repo lives in docs/memory-context/context-orientation.md.
behavior/for context, memory, and reasoning rulesworkflows/for repeatable setup and delivery proceduresskills/for portable capabilities and overlaysarchitecture/for memory-system and workflow architectureagent-architecture/for multi-agent roles, topology, and coordination patternsdesign/for UI and visual guidance when a repo needs itdocs/for this repo's own map and change log
These modules are reusable, but downstream repos should only copy the parts they actively need.
- Copy
Documentation.md,README.md,AGENT.md, anddocs/context-orientation.md. - Bring over only the folders the project needs.
- Rewrite the project
README.mdimmediately so it describes the actual product or workspace. - Keep
AGENT.mdshort and repo-specific. - Add real working folders early so the repo is not mostly governance docs.
This repo keeps its own operational log under docs/memory-context/, but the default downstream template contract stays docs/context-orientation.md unless a project explicitly chooses a different layout.
- teams running multiple agent vendors
- repos that need durable handoff and context discipline
- projects that benefit from reusable Skills and workflow docs
- maintainers who want consistent repo initialization without rebuilding the docs system each time
Created and maintained by Matt Stenquist.
- 2026-06-03: Introduced a literal root
Documentation.mdand separated policy from README and cold-start routing. - 2026-05-30: Added PRD and TDD workflow documents.
- 2026-05-28: Added Watchdog and Drift to the memory architecture layer.
- 2026-05-16: Reworked context documents, updated the Skills folder, and added
AGENT.md. - 2026-05-11: Initial release.