Add focused, token-efficient specialist agents: - reviewer: structured code review with severity ratings - debugger: hypothesis-driven bug investigation - tester: test writing, fixing, and coverage gap analysis - refactorer: safe code transformations (extract, inline, rename) - security: OWASP security audit and secrets detection - planner: architecture/implementation planning (no code output) - git-ops: conflict resolution, rebase strategy, PR prep - doc-writer: documentation generation from code Slim typescript-pro (256→64 lines) and javascript-pro (281→69 lines): - Remove verbose code examples (the LLM already knows these patterns) - Remove persistent memory sections (not used in this project) - Keep core principles, key patterns list, and verification checklist - Total token savings ~75% per invocation of these agents |
||
|---|---|---|
| .. | ||
| debugger.md | ||
| doc-writer.md | ||
| git-ops.md | ||
| javascript-pro.md | ||
| planner.md | ||
| refactorer.md | ||
| researcher.md | ||
| reviewer.md | ||
| scout.md | ||
| security.md | ||
| tester.md | ||
| typescript-pro.md | ||
| worker.md | ||