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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ Hopper → Deming
65
65
66
66
Requirements → spec → review → scout → build → test/security/perf/UX → code review → visual → docs → commit → observe. One iteration at a time. Von Braun handles release builds separately via `/great:deploy`.
67
67
68
+
Each role runs on the model tier its job demands: Fable for the builder and the plan-approval gate, Opus for testing, security audit, specs, and code review (security roles stay on Opus deliberately — Fable's cyber safety classifiers can refuse security-focused analysis), Sonnet for scouting, UX, visual, perf, docs, and deploys, Haiku for commits. Deming, the team lead, is your own session — run it on Opus or Fable.
69
+
68
70
```sh
69
71
great loop install # registers the plugin with Claude Code
70
72
great loop install --project # adds .tasks/ working state to the current repo
Copy file name to clipboardExpand all lines: loop/skills/loop/SKILL.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Execute the full 16-agent great.sh Loop.
24
24
25
25
**2. Lovelace** (Opus) — Write spec. Use Context7 MCP for library/framework docs. Output to `.tasks/ready/`.
26
26
27
-
**3. Socrates** (Opus) — **Plan approval gate.** Adversarial review with structured elenchus. Max 3 Lovelace<->Socrates rounds. You (Deming) decide after 3 if still rejected.
27
+
**3. Socrates** (Fable) — **Plan approval gate.** Adversarial review with structured elenchus — ambiguity and contradiction hunting is where the top-tier model earns its cost: an error caught at spec time saves a full build cycle. Max 3 Lovelace<->Socrates rounds. You (Deming) decide after 3 if still rejected.
@@ -34,9 +34,9 @@ Create an agent team with four teammates working in parallel:
34
34
35
35
```
36
36
Spawn a team of four teammates:
37
-
- Da Vinci (builder, Opus): implement spec using Context7 MCP. Run quality gates. Message Turing and Kerckhoffs when ready. Require plan approval before implementing.
38
-
- Turing (tester, Opus): prove the build is broken. Adversarial tests. Regression watchdog. Message Da Vinci with failures.
39
-
- Kerckhoffs (security, Opus): audit for credential leakage, permission errors, input validation gaps, supply chain risks. CRITICAL/HIGH block commit. Message Da Vinci with fixes.
37
+
- Da Vinci (builder, Fable): implement spec using Context7 MCP. Run quality gates. Message Turing and Kerckhoffs when ready. Require plan approval before implementing.
38
+
- Turing (tester, Opus — not Fable: its security probing can trip Fable's cyber classifiers): prove the build is broken. Adversarial tests. Regression watchdog. Message Da Vinci with failures.
39
+
- Kerckhoffs (security, Opus — deliberately not Fable: security-focused analysis is excluded from Fable's gains and risks classifier refusals mid-audit): audit for credential leakage, permission errors, input validation gaps, supply chain risks. CRITICAL/HIGH block commit. Message Da Vinci with fixes.
40
40
- Nielsen (UX, Sonnet): walk affected user journeys. Playwright MCP for web. Can block commit. Message Da Vinci for issues.
41
41
42
42
Give each teammate the approved spec and scout report, and state what "done"
Copy file name to clipboardExpand all lines: loop/teams-config.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"description": "Leonardo da Vinci — Builder",
7
7
"instructions": "Implement the provided spec. Use Context7 MCP for library docs. Run all quality gates. Message teammates directly for coordination. Broadcast when build is ready.",
0 commit comments