fix: unify feedback routing tables across orchestration, act-phase, artifact-routing
This commit is contained in:
@@ -286,18 +286,20 @@ When cycling back, produce `act-feedback.md` as a structured handoff. This repla
|
||||
| — | — | — | — | — |
|
||||
```
|
||||
|
||||
**Routing rules** (same as orchestration skill, repeated here for self-containment):
|
||||
**Routing rules** (canonical table — matches orchestration and artifact-routing skills):
|
||||
|
||||
| Finding Source | Routes to | When |
|
||||
|----------------|-----------|------|
|
||||
| Guardian (security, breaking-change) | Creator | Design must change |
|
||||
| Skeptic (design, scalability) | Creator | Assumptions need revision |
|
||||
| Sage (quality, consistency) | Maker | Implementation refinement |
|
||||
| Sage (design) | Creator | If it's an architectural concern |
|
||||
| Trickster (reliability) | Creator | If root cause is a design flaw |
|
||||
| Trickster (testing) | Maker | If root cause is a test gap |
|
||||
| Source | Category | Routes to | Reason |
|
||||
|--------|----------|-----------|--------|
|
||||
| Guardian | security, breaking-change | Creator | Design must change |
|
||||
| Guardian | reliability, dependency | Creator | Architectural decision needed |
|
||||
| Skeptic | design, scalability | Creator | Assumptions need revision |
|
||||
| Sage | quality, consistency | Maker | Implementation refinement |
|
||||
| Sage | testing | Maker | Test gap, not design flaw |
|
||||
| Trickster | reliability (design flaw) | Creator | Needs redesign |
|
||||
| Trickster | reliability (test gap) | Maker | Needs more tests |
|
||||
| Trickster | testing | Maker | Edge case not covered |
|
||||
|
||||
When in doubt about routing: if the fix requires changing the approach, route to Creator. If the fix requires changing the code within the existing approach, route to Maker.
|
||||
**Disambiguation rule:** When in doubt: if the fix requires changing the approach, route to Creator. If it requires changing the code within the existing approach, route to Maker.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user