ワンクリックで
context-builder
Use when: building a compact, task-ready context pack from selector-level evidence and obligation-linked excerpts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when: building a compact, task-ready context pack from selector-level evidence and obligation-linked excerpts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when deciding whether work merits a governed multi-agent dispatch and, when it does, proposing, tension-checking, confirming, registering, running, closing, and observing that dispatch through repository-local bindings.
Use when deciding whether work merits a governed multi-agent dispatch and, when it does, proposing, tension-checking, confirming, registering, running, closing, and observing that dispatch through repository-local bindings.
The design principle behind Principle 5 (pairwise tension) of the subagents-strategy constitution. Use when designing the angle set for an n≥2 subject group (role investigate or evaluate) so the agents' micro-vectors are structurally opposed and their correlated bias cancels under composition — not merely non-overlapping. This is the design/theory layer; check-tension is the executable gate that enforces it before the human confirm.
Route repository work through installed Arcanum capabilities and execute validated capability-bound dispatches through host-native operations.
Route repository work through installed Arcanum capabilities and execute validated capability-bound dispatches through host-native operations.
Use when: validating or designing an Arcanum dispatch route that chains sigils, spells, owner capabilities, handoffs, gates, observability, techniques, and optional boundary/evidence contracts.
| surface_kind | generated-native-runtime-package |
| runtime | codex |
| canonical_source | transmutations/context-builder/SKILL.md |
| alias_of | null |
| generated_by | tools/bootstrap_arcanum.sh --profile |
| mutation_policy | regenerate-from-canonical-source |
| name | context-builder |
| description | Use when: building a compact, task-ready context pack from selector-level evidence and obligation-linked excerpts. |
| argument-hint | <task-reference> [--mode lean|standard|deep] [--max-files <n>] [--strict] [--emit markdown|json|both] [--handoff runtime] [--persist <session-evidence-path>] [--dry-run] |
| tier | transmutations |
| domain | context-synthesis |
| version | 0.2.0 |
| origin | generalized from recurring task-context retrieval practice |
| allowed-tools | Read, Write, Glob, Grep, Bash, AskQuestions |
covered, resolved, or block status;Strict coverage rule: a runtime handoff pack is runnable only when every obligation is covered by selected evidence or explicitly resolved as not applicable/deferred. Uncovered, contradictory, stale, unsafe, missing write-scope, or missing validation obligations return BLOCK.
Persistence rule: persisted handoff packs live under session/run evidence. They are audit artifacts for that execution, not reusable source-of-truth documents.
1. Resolve the target task and its expected output. 2. Parse task obligations from the request, task file, requirements, checklist, acceptance criteria, or completion criteria. 3. Build an obligation matrix where each obligation has an ID, required evidence, and unresolved status. 4. Seed retrieval from explicit links and references first. 5. Extract selectors before inclusion: - markdown headings, anchors, tables, or bullet ranges, - code symbols, declarations, tests, endpoint contracts, or minimal snippet windows, - config keys, scripts, schemas, or command references. 6. Expand search only for uncovered obligations and scope searches to relevant folders or filenames. 7. Exclude any candidate that does not close at least one obligation. 8. Rank selected evidence by relevance, cost, and ambiguity. 9. Enforce budgets: - `lean`: up to 8 files and 140 excerpt lines, - `standard`: up to 14 files and 280 excerpt lines, - `deep`: up to 24 files and 520 excerpt lines. 10. If `--handoff runtime` is set, enforce strict coverage and prepare Markdown plus JSON/index handoff outputs. 11. Use `templates/runtime-handoff-pack.md` and `templates/runtime-handoff-index.json` as the output shape when a concrete repository template is needed. 12. Persist handoff outputs under the requested session evidence path when `--persist` is provided. 13. Emit the context pack and optional index. 14. Return blockers for obligations that lack sufficient evidence. A successful execution must:## Context Pack Summary
- Task: <task-reference>
- Mode: lean | standard | deep
- Files selected: <count>
- Snippets selected: <count>
- Obligation coverage: <percent>
- Noise ratio: <value>
- Output markdown: <path or dry-run>
- Output index: <path or none>
- Handoff pack: <none | runtime>
- Session evidence path: <path | none | dry-run>
- Strict coverage: pass | block | n/a
- Blockers: <count>
### Included Context
- <path> - <why included> - <selectors> - <obligation refs>
### Excluded Candidates
- <path> - <why excluded>
### Next Actions
1. <action>