원클릭으로
context-loader
Reads and validates context files before agent execution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reads and validates context files before agent execution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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: