diff --git a/skills/orchestration/SKILL.md b/skills/orchestration/SKILL.md index 84e19aa..523f0af 100644 --- a/skills/orchestration/SKILL.md +++ b/skills/orchestration/SKILL.md @@ -47,19 +47,30 @@ Agent( **Context to include:** Task description, Explorer's research output. On cycle 2+: prior cycle's structured feedback (see Cycle Feedback Protocol). **Context to exclude:** Raw file contents (Explorer already summarized), git diffs, reviewer full outputs. +**Fast workflow only (no Explorer):** The Creator must perform a Mini-Reflect before proposing: +1. Restate the task in your own words (catch misunderstandings early) +2. List 3 assumptions you're making +3. Name the one risk that would cause most damage if wrong + ``` Agent( description: "🏗️ Creator: design proposal", prompt: " You are the CREATOR archetype. - Based on the research findings: + + > > Design a solution proposal including: 1. Architecture decisions (with rationale) 2. Files to create/modify (with specific changes) - 3. Test strategy - 4. Confidence score (0.0 to 1.0) - 5. Risks you foresee + 3. Alternatives considered (at least 2, with rejection rationale) + 4. Test strategy + 5. Confidence (scored by axis: task understanding, solution completeness, risk coverage) + 6. Risks you foresee Be decisive. Ship a clear plan, not a menu of options.", subagent_type: "Plan" diff --git a/skills/plan-phase/SKILL.md b/skills/plan-phase/SKILL.md index f558340..d63c8f5 100644 --- a/skills/plan-phase/SKILL.md +++ b/skills/plan-phase/SKILL.md @@ -32,11 +32,21 @@ Explorer researches, then Creator designs. Sequential — Creator needs Explorer ```markdown ## Proposal: -**Confidence:** <0.0 to 1.0> + +### Mini-Reflect (fast workflow only — skip if Explorer ran) +- **Task restated:** +- **Assumptions:** 1) ... 2) ... 3) ... +- **Highest-damage risk:** ### Architecture Decision +### Alternatives Considered +| Approach | Why Rejected | +|----------|-------------| +|