with one click
context-loader
Reads and validates context files before agent execution
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Reads and validates context files before agent execution
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | context-loader |
| description | Reads and validates context files before agent execution |
| user-invocable | false |
Before performing your primary task, load and validate the project's context files.
Find context directory. Look for a context/ directory in the project root.
If no context directory exists:
/agentem:init to scaffold the context directory.If context directory exists, read all .md files found in context/:
context/product/strategy.mdcontext/architecture/system-map.mdcontext/team/topology.mdcontext/team/capacity.mdcontext/standards/review-playbook.mdcontext/standards/spec-standards.mdcontext/learnings/what-doesnt.mdcontext/learnings/what-works.md.md files presentCheck for placeholder content. Scan each file for [placeholder] patterns (text in square brackets with uppercase first letter, e.g. [Your Product Name], [Team Name]). If a file has many unfilled placeholders, note which files need filling.
Load agent state from context/agent-state.json if it exists:
last_run, run_count, last_summaryactive signals — do not re-alert on signals already reporteddismissed signals — skip these entirelyfeedback history — note any patterns (e.g., signal types consistently rated "No")actions_taken — know what actions were already executedLoad autonomy config from context/autonomy.yaml if it exists:
autonomous, which requires_approval, which disabledrequires_approvalSummarize available context before proceeding with the agent's primary task: