tribunal-kit 2.4.6 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/.agent/agents/accessibility-reviewer.md +220 -134
  2. package/.agent/agents/ai-code-reviewer.md +233 -129
  3. package/.agent/agents/backend-specialist.md +238 -178
  4. package/.agent/agents/code-archaeologist.md +181 -119
  5. package/.agent/agents/database-architect.md +207 -164
  6. package/.agent/agents/debugger.md +218 -151
  7. package/.agent/agents/dependency-reviewer.md +136 -55
  8. package/.agent/agents/devops-engineer.md +238 -175
  9. package/.agent/agents/documentation-writer.md +221 -137
  10. package/.agent/agents/explorer-agent.md +180 -142
  11. package/.agent/agents/frontend-reviewer.md +194 -80
  12. package/.agent/agents/frontend-specialist.md +237 -188
  13. package/.agent/agents/game-developer.md +52 -184
  14. package/.agent/agents/logic-reviewer.md +149 -78
  15. package/.agent/agents/mobile-developer.md +223 -152
  16. package/.agent/agents/mobile-reviewer.md +195 -79
  17. package/.agent/agents/orchestrator.md +211 -170
  18. package/.agent/agents/penetration-tester.md +174 -131
  19. package/.agent/agents/performance-optimizer.md +203 -139
  20. package/.agent/agents/performance-reviewer.md +211 -108
  21. package/.agent/agents/product-manager.md +162 -108
  22. package/.agent/agents/project-planner.md +162 -142
  23. package/.agent/agents/qa-automation-engineer.md +242 -138
  24. package/.agent/agents/security-auditor.md +194 -170
  25. package/.agent/agents/seo-specialist.md +213 -132
  26. package/.agent/agents/sql-reviewer.md +194 -73
  27. package/.agent/agents/supervisor-agent.md +203 -156
  28. package/.agent/agents/test-coverage-reviewer.md +193 -81
  29. package/.agent/agents/type-safety-reviewer.md +208 -65
  30. package/.agent/scripts/__pycache__/auto_preview.cpython-311.pyc +0 -0
  31. package/.agent/scripts/__pycache__/bundle_analyzer.cpython-311.pyc +0 -0
  32. package/.agent/scripts/__pycache__/checklist.cpython-311.pyc +0 -0
  33. package/.agent/scripts/__pycache__/dependency_analyzer.cpython-311.pyc +0 -0
  34. package/.agent/scripts/__pycache__/security_scan.cpython-311.pyc +0 -0
  35. package/.agent/scripts/__pycache__/session_manager.cpython-311.pyc +0 -0
  36. package/.agent/scripts/__pycache__/skill_integrator.cpython-311.pyc +0 -0
  37. package/.agent/scripts/__pycache__/swarm_dispatcher.cpython-311.pyc +0 -0
  38. package/.agent/scripts/__pycache__/test_runner.cpython-311.pyc +0 -0
  39. package/.agent/scripts/__pycache__/verify_all.cpython-311.pyc +0 -0
  40. package/.agent/skills/agent-organizer/SKILL.md +126 -132
  41. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +155 -66
  42. package/.agent/skills/api-patterns/SKILL.md +289 -257
  43. package/.agent/skills/api-security-auditor/SKILL.md +172 -70
  44. package/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +1 -1
  45. package/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +1 -1
  46. package/.agent/skills/appflow-wireframe/SKILL.md +107 -100
  47. package/.agent/skills/architecture/SKILL.md +331 -200
  48. package/.agent/skills/authentication-best-practices/SKILL.md +168 -67
  49. package/.agent/skills/bash-linux/SKILL.md +154 -215
  50. package/.agent/skills/brainstorming/SKILL.md +104 -210
  51. package/.agent/skills/building-native-ui/SKILL.md +169 -70
  52. package/.agent/skills/clean-code/SKILL.md +360 -206
  53. package/.agent/skills/config-validator/SKILL.md +141 -165
  54. package/.agent/skills/csharp-developer/SKILL.md +528 -107
  55. package/.agent/skills/database-design/SKILL.md +455 -275
  56. package/.agent/skills/deployment-procedures/SKILL.md +145 -188
  57. package/.agent/skills/devops-engineer/SKILL.md +332 -134
  58. package/.agent/skills/devops-incident-responder/SKILL.md +113 -98
  59. package/.agent/skills/edge-computing/SKILL.md +157 -213
  60. package/.agent/skills/extract-design-system/SKILL.md +129 -69
  61. package/.agent/skills/framer-motion-expert/SKILL.md +939 -0
  62. package/.agent/skills/game-design-expert/SKILL.md +105 -0
  63. package/.agent/skills/game-engineering-expert/SKILL.md +122 -0
  64. package/.agent/skills/geo-fundamentals/SKILL.md +124 -215
  65. package/.agent/skills/github-operations/SKILL.md +314 -354
  66. package/.agent/skills/gsap-expert/SKILL.md +901 -0
  67. package/.agent/skills/i18n-localization/SKILL.md +138 -216
  68. package/.agent/skills/intelligent-routing/SKILL.md +127 -139
  69. package/.agent/skills/llm-engineering/SKILL.md +357 -258
  70. package/.agent/skills/local-first/SKILL.md +154 -203
  71. package/.agent/skills/mcp-builder/SKILL.md +118 -224
  72. package/.agent/skills/nextjs-react-expert/SKILL.md +783 -203
  73. package/.agent/skills/nodejs-best-practices/SKILL.md +559 -280
  74. package/.agent/skills/observability/SKILL.md +330 -285
  75. package/.agent/skills/parallel-agents/SKILL.md +122 -181
  76. package/.agent/skills/performance-profiling/SKILL.md +254 -197
  77. package/.agent/skills/plan-writing/SKILL.md +118 -188
  78. package/.agent/skills/platform-engineer/SKILL.md +123 -135
  79. package/.agent/skills/playwright-best-practices/SKILL.md +157 -76
  80. package/.agent/skills/powershell-windows/SKILL.md +146 -230
  81. package/.agent/skills/python-pro/SKILL.md +879 -114
  82. package/.agent/skills/react-specialist/SKILL.md +931 -108
  83. package/.agent/skills/realtime-patterns/SKILL.md +304 -296
  84. package/.agent/skills/rust-pro/SKILL.md +701 -240
  85. package/.agent/skills/seo-fundamentals/SKILL.md +154 -181
  86. package/.agent/skills/server-management/SKILL.md +190 -212
  87. package/.agent/skills/shadcn-ui-expert/SKILL.md +201 -68
  88. package/.agent/skills/sql-pro/SKILL.md +633 -104
  89. package/.agent/skills/swiftui-expert/SKILL.md +171 -70
  90. package/.agent/skills/systematic-debugging/SKILL.md +118 -186
  91. package/.agent/skills/tailwind-patterns/SKILL.md +576 -232
  92. package/.agent/skills/tdd-workflow/SKILL.md +137 -209
  93. package/.agent/skills/testing-patterns/SKILL.md +573 -205
  94. package/.agent/skills/vue-expert/SKILL.md +964 -119
  95. package/.agent/skills/vulnerability-scanner/SKILL.md +269 -316
  96. package/.agent/skills/web-accessibility-auditor/SKILL.md +188 -71
  97. package/.agent/skills/webapp-testing/SKILL.md +145 -236
  98. package/.agent/workflows/api-tester.md +151 -279
  99. package/.agent/workflows/audit.md +138 -168
  100. package/.agent/workflows/brainstorm.md +110 -146
  101. package/.agent/workflows/changelog.md +112 -144
  102. package/.agent/workflows/create.md +124 -139
  103. package/.agent/workflows/debug.md +189 -196
  104. package/.agent/workflows/deploy.md +189 -153
  105. package/.agent/workflows/enhance.md +151 -139
  106. package/.agent/workflows/fix.md +135 -143
  107. package/.agent/workflows/generate.md +157 -164
  108. package/.agent/workflows/migrate.md +160 -163
  109. package/.agent/workflows/orchestrate.md +168 -151
  110. package/.agent/workflows/performance-benchmarker.md +123 -305
  111. package/.agent/workflows/plan.md +173 -151
  112. package/.agent/workflows/preview.md +80 -137
  113. package/.agent/workflows/refactor.md +183 -153
  114. package/.agent/workflows/review-ai.md +129 -140
  115. package/.agent/workflows/review.md +116 -155
  116. package/.agent/workflows/session.md +94 -154
  117. package/.agent/workflows/status.md +79 -125
  118. package/.agent/workflows/strengthen-skills.md +139 -99
  119. package/.agent/workflows/swarm.md +179 -194
  120. package/.agent/workflows/test.md +211 -166
  121. package/.agent/workflows/tribunal-backend.md +113 -111
  122. package/.agent/workflows/tribunal-database.md +115 -132
  123. package/.agent/workflows/tribunal-frontend.md +118 -115
  124. package/.agent/workflows/tribunal-full.md +133 -136
  125. package/.agent/workflows/tribunal-mobile.md +119 -123
  126. package/.agent/workflows/tribunal-performance.md +133 -152
  127. package/.agent/workflows/ui-ux-pro-max.md +143 -171
  128. package/README.md +11 -15
  129. package/package.json +1 -1
  130. package/.agent/skills/dotnet-core-expert/SKILL.md +0 -103
  131. package/.agent/skills/framer-motion-animations/SKILL.md +0 -74
  132. package/.agent/skills/game-development/2d-games/SKILL.md +0 -119
  133. package/.agent/skills/game-development/3d-games/SKILL.md +0 -135
  134. package/.agent/skills/game-development/SKILL.md +0 -236
  135. package/.agent/skills/game-development/game-art/SKILL.md +0 -185
  136. package/.agent/skills/game-development/game-audio/SKILL.md +0 -190
  137. package/.agent/skills/game-development/game-design/SKILL.md +0 -129
  138. package/.agent/skills/game-development/mobile-games/SKILL.md +0 -108
  139. package/.agent/skills/game-development/multiplayer/SKILL.md +0 -132
  140. package/.agent/skills/game-development/pc-games/SKILL.md +0 -144
  141. package/.agent/skills/game-development/vr-ar/SKILL.md +0 -123
  142. package/.agent/skills/game-development/web-games/SKILL.md +0 -150
@@ -1,181 +1,122 @@
1
- ---
2
- name: parallel-agents
3
- description: Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.
4
- allowed-tools: Read, Write, Edit, Glob, Grep
5
- version: 1.0.0
6
- last-updated: 2026-03-12
7
- applies-to-model: gemini-2.5-pro, claude-3-7-sonnet
8
- ---
9
-
10
- # Multi-Agent Orchestration
11
-
12
- > Parallel agents are faster. They are also harder to keep consistent.
13
- > Coordinate them don't just fire them simultaneously and hope for compatible outputs.
14
-
15
- ---
16
-
17
- ## When to Use Parallel Agents
18
-
19
- Use multiple agents when:
20
- - Tasks are genuinely **independent** (output of A doesn't feed input of B)
21
- - Different tasks require **different domain expertise**
22
- - Comprehensive **review** needs multiple specialist perspectives simultaneously
23
- - Speed matters and tasks can be assigned and awaited independently
24
-
25
- Do **not** use parallel agents when:
26
- - Tasks have sequential dependencies (you need the result to start the next)
27
- - The overhead of coordination exceeds the time saved
28
-
29
- ---
30
-
31
- ## Orchestration Patterns
32
-
33
- ### Pattern 1 — Parallel Review (Tribunal)
34
-
35
- Multiple reviewers look at the same code simultaneously, each from a different angle.
36
-
37
- ```
38
- Code (input)
39
- ├── → logic-reviewer → finds logic errors
40
- ├── security-auditor → finds vulnerabilities
41
- ├── → type-safety-reviewer → finds type unsafe code
42
- └── → performance-reviewer → finds bottlenecks
43
-
44
- All verdicts → synthesize → Human Gate (approve/reject/revise)
45
- ```
46
-
47
- **When:** `/tribunal-*` commands, code review before merge
48
-
49
- ### Pattern 2 — Domain Specialization
50
-
51
- Different specialists handle different parts of the same task simultaneously.
52
-
53
- ```
54
- "Build a user auth system" (input)
55
- ├── → backend-specialist → API routes + JWT logic
56
- ├── → frontend-specialist → Login/register UI
57
- └── database-architect → User schema + sessions table
58
-
59
- All outputs orchestrator synthesizes into coherent system
60
- (ensures API contract matches what frontend calls,
61
- and DB schema matches what backend queries)
62
- ```
63
-
64
- **When:** Full-stack feature builds via `/orchestrate`
65
-
66
- ### Pattern 3 — Sequential with Parallel Phases
67
-
68
- Some tasks are inherently sequential at the macro level but can parallelize within each phase.
69
-
70
- ```
71
- Phase 1 (sequential):
72
- database-architect → schema design
73
-
74
- Phase 2 (parallel, after Phase 1):
75
- backend-specialist → API uses schema from Phase 1
76
- frontend-specialist UI uses API contract from Phase 2a (estimated)
77
-
78
- Phase 3 (sequential, after Phase 2):
79
- test-engineer E2E tests with real API + UI
80
- ```
81
-
82
- ---
83
-
84
- ## Orchestrator Responsibilities
85
-
86
- The orchestrator coordinates agents. It:
87
-
88
- 1. **Assigns scope** — each agent gets exactly what it needs, nothing more
89
- 2. **Manages state** — passes the right outputs from each agent to the next that needs them
90
- 3. **Resolves conflicts** — when two agents propose incompatible solutions, the orchestrator decides or asks the user
91
- 4. **Verifies consistency** — ensures that the API contract the backend builds matches what the frontend calls
92
-
93
- ---
94
-
95
- ## Consistency Rules for Multi-Agent Output
96
-
97
- The biggest failure in parallel agent work is **inconsistency at boundaries**:
98
-
99
- - Backend generates `userId` but frontend calls it `user_id`
100
- - Database schema has `user_email` but backend queries `email`
101
- - Agent A designs one error shape; Agent B assumes a different one
102
-
103
- **Prevention:**
104
- - Establish contracts (types, schemas, API shapes) **before** parallel work begins
105
- - Each agent receives the shared contract as context
106
- - Orchestrator reviews all outputs for boundary consistency before presenting to user
107
-
108
- ---
109
-
110
- ## Communication Format Between Agents
111
-
112
- When one agent's output feeds another:
113
-
114
- ```
115
- [AGENT: backend-specialist OUTPUT]
116
- API Contract:
117
- POST /api/users { id: string, email: string, createdAt: string }
118
- POST /api/auth/login { token: string, expiresAt: string }
119
-
120
- [AGENT: frontend-specialist RECEIVES]
121
- Use the above API contract. Build the UI to match these exact request/response shapes.
122
- ```
123
-
124
- ---
125
-
126
- ## Output Format
127
-
128
- When this skill completes a task, structure your output as:
129
-
130
- ```
131
- ━━━ Parallel Agents Output ━━━━━━━━━━━━━━━━━━━━━━━━
132
- Task: [what was performed]
133
- Result: [outcome summary — one line]
134
- ─────────────────────────────────────────────────
135
- Checks: ✅ [N passed] · ⚠️ [N warnings] · ❌ [N blocked]
136
- VBC status: PENDING → VERIFIED
137
- Evidence: [link to terminal output, test result, or file diff]
138
- ```
139
-
140
-
141
-
142
- ---
143
-
144
- ## 🤖 LLM-Specific Traps
145
-
146
- AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
147
-
148
- 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
149
- 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
150
- 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
151
- 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
152
- 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
153
-
154
- ---
155
-
156
- ## 🏛️ Tribunal Integration (Anti-Hallucination)
157
-
158
- **Slash command: `/review` or `/tribunal-full`**
159
- **Active reviewers: `logic-reviewer` · `security-auditor`**
160
-
161
- ### ❌ Forbidden AI Tropes
162
-
163
- 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
164
- 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
165
- 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
166
-
167
- ### ✅ Pre-Flight Self-Audit
168
-
169
- Review these questions before confirming output:
170
- ```
171
- ✅ Did I rely ONLY on real, verified tools and methods?
172
- ✅ Is this solution appropriately scoped to the user's constraints?
173
- ✅ Did I handle potential failure modes and edge cases?
174
- ✅ Have I avoided generic boilerplate that doesn't add value?
175
- ```
176
-
177
- ### 🛑 Verification-Before-Completion (VBC) Protocol
178
-
179
- **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
180
- - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
181
- - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
1
+ ---
2
+ name: parallel-agents
3
+ description: Parallel processing coordination for multi-agent swarms. Asynchronous dispatches, merging divergent logic streams, race conditions in autonomous agents, avoiding Git conflicts in concurrent generation, and fan-out/fan-in processing patterns. Use when orchestrating multiple agents simultaneously.
4
+ allowed-tools: Read, Write, Edit, Glob, Grep
5
+ version: 2.0.0
6
+ last-updated: 2026-04-02
7
+ applies-to-model: gemini-2.5-pro, claude-3-7-sonnet
8
+ ---
9
+
10
+ # Parallel Agents — Concurrent Orchestration Mastery
11
+
12
+ > Sequential execution is slow but safe.
13
+ > Parallel execution is fast, but invites massive collision risks. Managing the merger is the primary architectural challenge.
14
+
15
+ ---
16
+
17
+ ## 1. Fan-Out / Fan-In Pattern
18
+
19
+ The foundation of parallel multi-agent architecture.
20
+
21
+ 1. **Fan-Out (Scatter):** A central Supervisor breaks an objective into isolated pieces, dispatching them concurrently across multiple independent Worker agents.
22
+ 2. **Execute:** The Workers process simultaneously without blocking one another.
23
+ 3. **Fan-In (Gather):** The Supervisor waits for ALL promises to resolve, collects the outputs, merges them logically, and assesses the final unified state.
24
+
25
+ ```typescript
26
+ // Architectural representation (Fan-out/Fan-in)
27
+ async function executeParallelAudit(sourceCode: string) {
28
+ // Fan-Out
29
+ const promises = [
30
+ agentDispatch({ role: 'security-auditor', task: sourceCode }),
31
+ agentDispatch({ role: 'performance-profiling', task: sourceCode }),
32
+ agentDispatch({ role: 'web-accessibility-auditor', task: sourceCode })
33
+ ];
34
+
35
+ // Await concurrent resolution
36
+ // If one takes 10s and another takes 2s, the total wait is max(10s)
37
+ const [securityReport, perfReport, a11yReport] = await Promise.all(promises);
38
+
39
+ // Fan-In Synthesization
40
+ return synthesizeReports({ securityReport, perfReport, a11yReport });
41
+ }
42
+ ```
43
+
44
+ ---
45
+
46
+ ## 2. Preventing Workspace Collision Risks
47
+
48
+ When multiple agents write to disk concurrently, catastrophic race conditions occur.
49
+
50
+ **The Golden Rules of Parallel Agents:**
51
+ 1. **Never allow concurrent agents to modify the same file.** Standard Git/File lockers will fail. The last one to save entirely overwrites the changes of the others.
52
+ 2. **Read-Only Concurrency:** It is infinitely safe to run 10 agents reading and reviewing the same directory simultaneously.
53
+ 3. **Directory Isolation:** If multiple agents MUST generate code simultaneously, enforce strict boundaries. Add boundary guards instructing Agent A to stay out of the directories Agent B is designated to manipulate.
54
+
55
+ ---
56
+
57
+ ## 3. Reviewer Swarms (The Tribunal Principle)
58
+
59
+ The Tribunal uses parallel processing exclusively for the review phase to drastically speed up output validation without slowing down the user.
60
+
61
+ - **The Maker:** Generates code (Sequential, isolated).
62
+ - **The Reviewers:** 4x Reviewer Agents analyze the Maker's generated code simultaneously from independent angles (Security, Typing, Logic, Performance).
63
+ - **The Gate:** The outputs merge into a synthesis report for human approval.
64
+
65
+ ---
66
+
67
+ ## 4. Handling Differential Failures
68
+
69
+ What happens when 4 parallel tasks run, and 1 fails?
70
+ Does the whole pipeline crash?
71
+
72
+ ```typescript
73
+ // ❌ BAD: Promise.all fails instantly if ANY sub-agent crashes or hallucinates
74
+ const results = await Promise.all(agentJobs);
75
+
76
+ // GOOD: Use Promise.allSettled to ensure resilient aggregation
77
+ const results = await Promise.allSettled(agentJobs);
78
+
79
+ for (const result of results) {
80
+ if (result.status === 'fulfilled') {
81
+ aggregatedOutput.push(result.value);
82
+ } else {
83
+ // 1 agent failed (e.g. rate limit, or runtime crash)
84
+ // The supervisor can retry just this branch, or proceed with partial success
85
+ logger.warn(`Sub-agent sequence failed: ${result.reason}`);
86
+ flagForHumanReview(result.reason);
87
+ }
88
+ }
89
+ ```
90
+
91
+ ---
92
+
93
+ ## 🤖 LLM-Specific Traps (Parallel Execution)
94
+
95
+ 1. **The Shared File Massacre:** Dispatching two agents concurrently with edit access, causing Agent B to overwrite Agent A's functions because they were modifying the same file essentially blindly.
96
+ 2. **Dependency Deadlocks:** Launching Agent A (Frontend) and Agent B (Backend Database) concurrently, but Agent A fails because it tries to call API routes Agent B hasn't finished writing yet.
97
+ 3. **Context Hallucination Splice:** Synthesizing the outputs of three independent reviewers without explicitly formatting the final report, resulting in the Supervisor hallucinating its own separate suggestions layered on top blindly.
98
+ 4. **No Timeout Limits:** Allowing a parallel dispatch array to hang infinitely because a single worker hit a silent crash or API rate limit. Always enforce strict timeout wrappers.
99
+ 5. **Rate Limiting Suicide:** Spawning 20 worker agents simultaneously against an LLM platform, instantly triggering HTTP 429 Rate Limits and destroying the entire execution pool. Use concurrent batch limiting (e.g., execution pools of max 5).
100
+ 6. **Task Bleed:** Failing to strictly scope the parallel instructions, leading two agents to accidentally duplicate the exact same subset of work.
101
+ 7. **`Promise.all` Fragility:** The Supervisor crashes the entire session because one single parallel sub-agent threw a syntax error. Use `.allSettled` to isolate catastrophic failures.
102
+ 8. **Losing the Thread:** Outputting the raw parallel execution logs chaotically to the user terminal entirely disorganized, making it impossible for the user to understand which agent said what.
103
+ 9. **Global State Racing:** Two agents simultaneously reading a `task.md` file, checking different boxes, and saving, fundamentally destroying the tracking ledger. Write actions to a global tracker must be executed synchronously.
104
+ 10. **Synchronous Impatience:** Using `await` sequentially in a `for` loop across multiple worker tasks when they have absolutely no strict data dependency on each other, vastly wasting execution time.
105
+
106
+ ---
107
+
108
+ ## 🏛️ Tribunal Integration
109
+
110
+ ### Pre-Flight Self-Audit
111
+ ```
112
+ Are concurrent write tasks strictly isolated to distinct, separate files or directories?
113
+ ✅ Have I utilized `Promise.allSettled` (or architectural equivalents) to survive partial pipeline failures?
114
+ ✅ Do the sub-agents operate exclusively on isolated context rather than full shared memories?
115
+ Are shared state modifications (like updating the `task.md` ledger) explicitly queued synchronously?
116
+ ✅ Are there constraints applied to prevent API rate-limit exhaustion against the LLM providers?
117
+ Is the Supervisor strictly awaiting the Fan-In consolidation before moving to the next pipeline step?
118
+ Are timeouts strictly enforced around parallel executions to prevent Infinite Hang sequences?
119
+ ✅ Are the outputs synthesized cleanly so the human doesn't see overlapping chaotic log streams?
120
+ Did I ensure the parallel agents genuinely have ZERO data dependencies on one another?
121
+ Are reviewer/audit phases favored for parallelism over active code-generation phases?
122
+ ```