Skip to content

Commit d3ac6c9

Browse files
committed
docs: fix agent and plugin counts across documentation
- Update README.md: 29 agents -> 39 agents (29 file-based + 10 role-based) - Update package.json: 8 plugins -> 9 plugins - Update CROSS_PLATFORM.md: - Clarify 39 total agents (was showing only 22) - Remove Phase 9 review loop from agent list (it's inline orchestration) - Add missing perf agents (6) and audit-project agents (10) - Correct enhance agent model assignments All documentation now accurately reflects actual implementation.
1 parent 81da5ca commit d3ac6c9

3 files changed

Lines changed: 26 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
AI models can write code. That's not the hard part anymore. The hard part is everything else—picking what to work on, managing branches, reviewing output, cleaning up artifacts, handling CI, addressing comments, deploying. **awesome-slash automates the entire workflow**, not just the coding.
1010

11-
**9 plugins · 29 agents · 23 skills · 22k lines of lib code · 1,400+ tests · 3 platforms**
11+
**9 plugins · 39 agents · 23 skills · 22k lines of lib code · 1,400+ tests · 3 platforms**
1212

1313
---
1414

docs/CROSS_PLATFORM.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,15 @@ claude --plugin-dir /path/to/awesome-slash/plugins/next-task
8080
- `/enhance` - Enhancement analyzer suite
8181
- `/sync-docs` - Documentation sync
8282

83-
### Available Agents (22 Total)
83+
### Available Agents (39 Total, key agents shown below)
8484

85-
**next-task: Core Workflow (13 agents)**
85+
**next-task: Core Workflow (12 agents)**
8686

8787
| Agent | Model | Purpose |
8888
|-------|-------|---------|
8989
| exploration-agent | opus | Deep codebase analysis |
9090
| planning-agent | opus | Design implementation plans |
9191
| implementation-agent | opus | Execute plans with quality code |
92-
| Phase 9 review loop | sonnet reviewers | Multi-pass review with parallel agents |
9392
| deslop-work | sonnet | Clean AI slop from changes |
9493
| test-coverage-checker | sonnet | Validate test coverage |
9594
| delivery-validator | sonnet | Autonomous delivery validation |
@@ -100,20 +99,39 @@ claude --plugin-dir /path/to/awesome-slash/plugins/next-task
10099
| ci-fixer | sonnet | Fix CI failures and PR comments |
101100
| simple-fixer | haiku | Execute pre-defined fixes |
102101

102+
*Note: Phase 9 review loop uses inline orchestration (orchestrate-review skill) to spawn parallel Task agents*
103+
103104
**enhance: Quality Analyzers (9 agents)**
104105

105106
| Agent | Model | Purpose |
106107
|-------|-------|---------|
107108
| enhancement-orchestrator | opus | Coordinate all analyzers |
108-
| plugin-enhancer | opus | Analyze plugin structures |
109+
| plugin-enhancer | sonnet | Analyze plugin structures |
109110
| agent-enhancer | opus | Review agent prompts |
110-
| docs-enhancer | opus | Documentation quality |
111-
| claudemd-enhancer | opus | Project memory optimization |
111+
| docs-enhancer | sonnet | Documentation quality |
112+
| claudemd-enhancer | sonnet | Project memory optimization |
112113
| prompt-enhancer | opus | General prompt quality |
113114
| hooks-enhancer | sonnet | Hook frontmatter and safety |
114115
| skills-enhancer | sonnet | SKILL.md structure and triggers |
115116
| enhancement-reporter | sonnet | Format unified reports |
116117

118+
**perf: Performance Investigation (6 agents)**
119+
120+
| Agent | Model | Purpose |
121+
|-------|-------|---------|
122+
| perf-orchestrator | sonnet | Coordinate perf investigation |
123+
| perf-theory-gatherer | sonnet | Generate hypotheses |
124+
| perf-theory-tester | sonnet | Validate hypotheses |
125+
| perf-code-paths | sonnet | Map hot paths |
126+
| perf-investigation-logger | sonnet | Log evidence |
127+
| perf-analyzer | sonnet | Synthesize findings |
128+
129+
**audit-project: Code Review (10 role-based agents)**
130+
131+
Always active: code-quality-reviewer, security-expert, performance-engineer, test-quality-guardian
132+
133+
Conditional: architecture-reviewer, database-specialist, api-designer, frontend-specialist, backend-specialist, devops-reviewer
134+
117135
**drift-detect: Drift Detection (1 agent)**
118136

119137
| Agent | Model | Purpose |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "awesome-slash",
33
"version": "3.5.0",
4-
"description": "8 specialized plugins for AI workflow automation (drift detection + AST repo maps) - works with Claude Code, OpenCode, and Codex CLI",
4+
"description": "9 specialized plugins for AI workflow automation (drift detection + AST repo maps) - works with Claude Code, OpenCode, and Codex CLI",
55
"main": "lib/platform/detect-platform.js",
66
"type": "commonjs",
77
"bin": {

0 commit comments

Comments
 (0)