Skip to content

Commit 79a7c01

Browse files
author
Your Name
committed
Document prompt routing intervention lane
1 parent a3b2afe commit 79a7c01

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/research/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ This directory groups the research tracks and branch studies that sit alongside
2323
- routes tasks to `minimal_prompt`, `human_structured_prompt`, or `expanded_constrained_prompt`
2424
- pairs with `causetrace` by selecting prompt posture first and measuring the resulting trace morphology here
2525

26+
## Workflow Interventions
27+
28+
- [Prompt Routing Intervention](branches/cross_project_prompt_morphology/README.md)
29+
- apply-first phase is active
30+
- routed tasks should be treated as a distinct prompt-posture lane in later morphology analysis
31+
- use when the task framing itself is part of the experiment or workflow policy
32+
2633
## Boundary
2734

2835
Branch studies and skills may inform hypotheses and workflow choices, but they do not change the `causetrace` core boundary by themselves.
29-

docs/research/branches/cross_project_prompt_morphology/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ Detailed project-level execution records are kept outside the public `causetrace
135135
- [prompt-routing](https://github.com/milkoor/prompt-routing-skill) provides the prompt-posture routing skill used to apply these findings in real agent workflows.
136136
- It pairs with `causetrace` by selecting the prompt posture first and measuring the resulting morphology here.
137137

138+
## Prompt-Routing Intervention Lane
139+
140+
When this branch's findings are applied through `prompt-routing-skill`, treat the resulting sessions as a routed intervention lane:
141+
142+
- record that prompt posture selection was applied
143+
- keep the routed lane separate from native direct-prompt traces
144+
- compare morphology before generalizing the effect to any project workflow
145+
138146
## Public Export Workflow
139147

140148
Generate the public tree from a private source tree with:

0 commit comments

Comments
 (0)