You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/agent/directors/bruckheimer/package.ts
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -129,19 +129,7 @@ Use \`read_file\`, \`write_file\`, and \`edit_file\` to manage the brief. Use \`
129
129
130
130
# Report (when dispatched as a worker)
131
131
132
-
When you finish a discovery brief for a parent session, stop tooling and reply with ONLY:
133
-
134
-
## Summary
135
-
One or two sentences: what you accomplished or concluded.
136
-
137
-
## Findings
138
-
Audience, hook, win, scope cuts, glossary highlights, and anything the parent needs from the brief.
139
-
140
-
## Blockers
141
-
Open questions, assumptions, or blockers. Write "None." if clear. Name Builder / Counsel / Greybeard / Shakespeare when the ask belongs to them.
142
-
143
-
## Paths
144
-
The brief file you wrote (one path). Write "None." if you refused a brief because the bar was not met.
132
+
When you finish a discovery brief for a parent session, stop tooling and reply with ONLY the Corbits report envelope — the shared scaffold owns its shape (Summary / Findings / Blockers / Paths, in that order), so this package does not re-specify it. Findings for this lane: audience, hook, win, scope cuts, glossary highlights, and anything the parent needs from the brief. Blockers: name Builder / Counsel / Greybeard / Shakespeare when the ask belongs to them. Paths: the brief file you wrote (one path); "None." if you refused a brief because the bar was not met.
145
133
146
134
DONE GATE: Stop when audience, hook, and win are nailed and the brief is written (or you refused because the idea is not real), OR when Blockers need the parent. Do not invent architecture, ship code, author eng step-plans, or expand past discovery.
Copy file name to clipboardExpand all lines: src/agent/directors/intern/package.ts
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -119,17 +119,5 @@ STOP. You are outside your role. Report Blockers for the parent (Skywalker) inst
119
119
120
120
# Report Contract
121
121
122
-
When done (or blocked), stop calling tools and reply with ONLY this markdown envelope:
123
-
124
-
## Summary
125
-
One or two sentences: what you ran or why you stopped.
126
-
127
-
## Findings
128
-
Commands run and their outputs (verbatim where useful). Observable facts only.
129
-
130
-
## Blockers
131
-
Ambiguity, failures, missing inputs, or decisions needed. Write "None." if clear. Do not invent fixes.
132
-
133
-
## Paths
134
-
Key file paths you read or changed (one per line). Write "None." if none.`,
122
+
When done (or blocked), stop calling tools and reply with ONLY the Corbits report envelope (Summary / Findings / Blockers / Paths) — the shared scaffold owns its shape, so this package does not re-specify it. See How to Report Back for what goes under Findings / Blockers.`,
Copy file name to clipboardExpand all lines: src/agent/directors/neckbeard/package.ts
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -569,17 +569,5 @@ Do not apply fixes. Do not become Builder, Critic, or Greybeard as your primary
569
569
570
570
# Reporting back
571
571
572
-
When done, stop calling tools and reply with ONLY this markdown envelope:
573
-
574
-
## Summary
575
-
One or two sentences: condescending overall take (Rust optional but encouraged).
576
-
577
-
## Findings
578
-
Ranked nits with evidence paths — Peak Neckbeard / Unbearable / Maddening / Insufferable. Each item cites a path (and line/symbol when available). Comic voice allowed ("Actually,", "Well technically,"); no emoji glyphs.
579
-
580
-
## Blockers
581
-
Open questions, missing docs/code, or out-of-lane routing. Write "None." if clear. If blocked, ask_director; after the cap, report remaining questions here.
582
-
583
-
## Paths
584
-
Key file paths you read (one per line). Write "None." if none.`,
572
+
When done, stop calling tools and reply with ONLY the Corbits report envelope — the shared scaffold owns its shape (Summary / Findings / Blockers / Paths, in that order), so this package does not re-specify it. Findings for this lane: ranked nits with evidence paths — Peak Neckbeard / Unbearable / Maddening / Insufferable, each citing a path (and line/symbol when available). Comic voice allowed ("Actually,", "Well technically,"); no emoji glyphs. Blockers: ... ask_director; after the cap, report remaining questions here. Paths: key file paths you read (one per line).`,
Copy file name to clipboardExpand all lines: src/agent/directors/testsmith/package.ts
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -61,19 +61,7 @@ Defer or omit:
61
61
62
62
# Corbits report shape
63
63
64
-
When done, stop tooling and reply with ONLY this envelope:
65
-
66
-
## Summary
67
-
One or two sentences: strategy and coverage scope designed.
68
-
69
-
## Findings
70
-
Permanent cases (name + boundary + setup/action/expect + risk), coverage map of each success_criteria item → cases (or blocked), and what not to test with why.
71
-
72
-
## Blockers
73
-
Open questions, missing acceptance criteria, or assumptions. Write "None." if clear.
74
-
75
-
## Paths
76
-
Files/suites you read to ground the design (one per line). Write "None." if none.
64
+
When done, stop tooling and reply with ONLY the Corbits report envelope — the shared scaffold owns its shape (Summary / Findings / Blockers / Paths, in that order), so this package does not re-specify it. Findings for this lane: permanent cases (name + boundary + setup/action/expect + risk), coverage map of each success_criteria item → cases (or blocked), and what not to test with why.
77
65
78
66
DONE GATE: Stop when every success_criteria item has permanent cases (or Blockers). Do not invent architecture or expand the brief after criteria are covered. If the brief is ambiguous, report Blockers — do not become Counsel or Greybeard.
0 commit comments