main
md 50 lines 1.46 KB
Rendered Raw
1 # Run Output — {task title}
2
3 > Final assembled artifact from a multi-agent run.
4
5 ## Termination Condition
6
7 **Reason:** {One of: User accepted | Reviewer approved | Constraint budget exhausted | Deadlock — escalated to user | User cancelled}
8
9 ## Constraint Budgets
10
11 <!-- Track all active constraints inline. Remove this section if no constraints are active. -->
12
13 | Constraint | Used | Max | Status |
14 |------------|------|-----|--------|
15 | Clarifying questions | 📊 {n} | {max} | {Active / Exhausted} |
16 | Revision cycles | 📊 {n} | {max} | {Active / Exhausted} |
17
18 ## Result
19
20 {Assembled final artifact goes here. This is the Coordinator's synthesis of agent outputs.}
21
22 ---
23
24 ## Reviewer Verdict
25
26 <!-- Include one block per review. Remove this section if no review occurred. -->
27
28 ### Review by {Name} ({Role})
29
30 | Field | Value |
31 |-------|-------|
32 | **Verdict** | {Approved / Rejected} |
33 | **What's wrong** | {Specific issue — not vague} |
34 | **Why it matters** | {Impact if not fixed} |
35 | **Who fixes it** | {Name of agent assigned to revise — MUST NOT be the original author} |
36 | **Revision budget** | 📊 {used} / {max} revision cycles remaining |
37
38 ---
39
40 ## APPENDIX: RAW AGENT OUTPUTS
41
42 <!-- Paste each agent's verbatim response below. Do NOT edit, summarize, rewrite, or wrap in code fences. One section per agent. -->
43
44 ### {Name} ({Role}) — Raw Output
45
46 {Paste agent's verbatim response here, unedited}
47
48 ### {Name} ({Role}) — Raw Output
49
50 {Paste agent's verbatim response here, unedited}