Commit d27a59f
committed
fix(prioritize-epics): prevent anchoring on current priority during re-sort
The Phase 3 coarse-sort sub-agent reads each epic via `ticket show <id>`,
which surfaces the current `priority` field. Without explicit guidance, an
LLM evaluator can anchor on existing P0–P4 values — defaulting a stale P4
epic into `out_of_scope` even when its content aligns with the new North
Star. Same anchoring risk exists in Phase 4's high/low value scoring.
- coarse-sort-batch.md: add explicit "do NOT use current priority as a
bucket signal" rule with concrete P0/P4 reclassification examples.
- phase-4-granular-sort.md: add anti-anchor rule near the priority
mapping table covering all of Step 1–3.1 parent f7a404f commit d27a59f
2 files changed
Lines changed: 3 additions & 0 deletions
File tree
- plugins/dso/skills/prioritize-epics
- phases
- prompts
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
0 commit comments