This bundle is a starter kit for projects that need durable context, code-referenced architecture, handoff, and validation docs.
It supports two use cases:
- create a new context architecture from a product/project idea
- populate or repair context architecture for an existing codebase
Copy the files in this folder into a project root, then replace bracketed
placeholders such as [PROJECT_NAME], [PRIMARY_RUNTIME], and
[VALIDATION_COMMAND] with project-specific content.
critical_prompt.md- north star, boundaries, and non-negotiablescontext.md- concise live restart snapshotcontext_pipeline.md- lifecycle and documentation ownership rulesinstructions.md- daily documentation workflowwork_prompt.md- session start/end/feature completion promptsstructure.md- maintained project tree and source ownership snapshotSYSTEM_FLOW_INDEX.md- compact runtime and UX flow indexarchitecture/- code map and component docsdocs/- user/operator/developer guidestest_index/- validation ownership docsknowledgebase/- verified reusable findingsplans/- active implementation and architecture plansdecisions/- ADRslogs/- session logscontext_checkpoints/- end-of-session checkpointscontext_history/- archived priorcontext.mdsnapshotsaudits/- read-only audit reportserrors/- hard debugging notesskills/- reusable repo-local skillsscripts/check_doc_coverage.py- advisory code-map drift checker
context.mdis concise and current; it links to anchors instead of becoming the architecture.architecture/code-map.mdowns source-to-doc/test traceability.architecture/components/owns subsystem contracts.test_index/owns validation meaning and commands.logs/andcontext_checkpoints/own session evidence.- Skills capture repeatable procedures only, not session history.