Create the baseline Shared Context Engineering context directory structure.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
context/ is missing.Create these paths:
context/overview.mdcontext/architecture.mdcontext/patterns.mdcontext/glossary.mdcontext/context-map.mdcontext/plans/context/handovers/context/decisions/context/tmp/context/tmp/.gitignoreUse the following commands to create the directory structure:
mkdir -p context/plans context/handovers context/decisions context/tmp
touch context/overview.md context/architecture.md context/patterns.md context/glossary.md context/context-map.mdcontext/tmp/.gitignore content:
*
!.gitignoreAfter running the commands, verify all expected paths exist before proceeding:
ls context/overview.md context/architecture.md context/patterns.md context/glossary.md context/context-map.md context/plans context/handovers context/decisions context/tmp context/tmp/.gitignoreIf any path is missing, re-create it before moving on.
overview.md, architecture.md, patterns.md, and glossary.md empty or placeholder-only.Example placeholder content for empty files in a no-code repo:
# Overview
> This section has not been populated yet. Add a high-level description of the project here.context/context-map.md.context/ should be committed as shared memory.