Commit 356f7ed
authored
Add orchestrator mode (cc-orc) with workhorse agents (#14)
* Add orchestrator mode with delegation-first system prompt and 4 workhorse agents
Introduces cc-orc alias for a slim orchestrator that decomposes tasks and
delegates to agents instead of doing implementation work directly. Four new
workhorse agents (investigator, implementer, tester, documenter) carry the
detailed execution discipline, code standards, and testing standards that
previously lived only in the monolithic main prompt. All agents enforce a
mandatory question surfacing protocol — they stop and return questions to the
orchestrator rather than making assumptions. The existing 17 specialist agents
and main-system-prompt.md remain unchanged.
* Fix 10 CodeRabbit review issues and stale documentation
Resolve all actionable, outside-diff, duplicate, and nitpick issues from
CodeRabbit review on PR #14, plus one discovered consistency issue.
Major: implementer PostToolUse hook (per-Edit) → Stop hook (once at end)
with 120s timeout. Tester Stop hook timeout 30s → 120s. Added cc-orc to
cc-tools discovery. Updated CLAUDE.md directory tree with missing files.
Fixed stale verify-no-regression.py comment. Added MD040 language
specifiers. Clarified orchestrator plan mode delegation scope and added
specialist catalog catch-all.
---------
Co-authored-by: AnExiledDev <AnExiledDev@users.noreply.github.com>1 parent b7f8bf5 commit 356f7ed
File tree
10 files changed
+1473
-6
lines changed- .devcontainer
- config
- defaults
- plugins/devs-marketplace/plugins/agent-system
- agents
- scripts
10 files changed
+1473
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
23 | 45 | | |
24 | 46 | | |
25 | 47 | | |
| |||
40 | 62 | | |
41 | 63 | | |
42 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
43 | 72 | | |
44 | 73 | | |
45 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
83 | | - | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
0 commit comments