A lightweight skill for choosing the right prompt posture before a coding task starts.
This skill was derived from causetrace research on prompt morphology in real development workflows.
causetrace measures the runtime effects; this skill applies the routing decision up front.
prompt-routingrouted-promptcausetrace-prompt-posture
This skill creates a workflow intervention lane.
direct-prompt native tracestays the native baselinerouted-prompt traceis not a natural prompt and should not be merged into direct-native conclusionsexpanded prompt study tracebelongs to the controlled / intervention laneexternal trajectorystays separate
minimal_promptfor open-ended or exploratory workhuman_structured_promptfor medium-complexity tasksexpanded_constrained_promptfor safety-sensitive or boundary-sensitive tasks
This skill emits explicit causetrace_tags so causetrace can classify routed-prompt traces into the routed_prompt_intervention lane without heuristic inference.
Each routing decision includes a structured metadata block:
causetrace_tags:
- prompt-routing
- routed-prompt
- causetrace-prompt-posture
intervention_lane: routed_prompt_intervention
intervention_evidence_level: strong
intervention_evidence_source: prompt-routing-skill
prompt_posture: <selected posture>
routing_decision_id: <stable id>
selected_prompt_style: <style>
routing_reason: <brief reason>
This keeps the routed_prompt_intervention lane auditable and prevents heuristic lane contamination.
- Claude Code
- Codex
- OpenCode
This skill is designed to pair with causetrace:
- causetrace records and analyzes the resulting runtime morphology
prompt-routingselects the prompt posture before execution
The two repositories are intended to reinforce each other:
prompt-routingimproves the quality and consistency of task framingcausetracemeasures how that framing changes execution traces
Run the bundled installer:
./install.shOr copy the skill into your agent's skills directory.
SKILL.md- skill instructionsagents/openai.yaml- UI metadatainstall.sh- installs the skill into local agent skill directories
MIT