From 8755d68dc9a6044c3da19efb82014b5d48b5980e Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Fri, 3 Apr 2026 06:23:47 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20address=20Guardian=20review=20findings?= =?UTF-8?q?=20=E2=80=94=20sync=20Creator=20agent,=20wire=20hooks,=20add=20?= =?UTF-8?q?cost=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Sync agents/creator.md output format with plan-phase skill (3-axis confidence, alternatives considered, mini-reflect) — fixes adaptation rule A3 dependency - Wire hook points into orchestration Act phase (pre-merge, post-merge) - Add cost-per-agent-tier table to autonomous-mode for budget scheduling - Add team preset loading reference to orchestration Step 0 --- agents/creator.md | 28 ++++++++++++++++++++++++---- skills/autonomous-mode/SKILL.md | 10 +++++++++- skills/orchestration/SKILL.md | 9 ++++++--- 3 files changed, 39 insertions(+), 8 deletions(-) diff --git a/agents/creator.md b/agents/creator.md index f794a5b..fc04e05 100644 --- a/agents/creator.md +++ b/agents/creator.md @@ -25,13 +25,26 @@ You turn ambiguity into one clear plan. You scope ruthlessly — what's in AND w 7. Note risks and explicitly what you're NOT doing ## Output Format + +For the full output format (including Mini-Reflect, Alternatives Considered, and structured Confidence), follow the `archeflow:plan-phase` skill. Summary: + ```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 | +|----------|-------------| +|