singularity-forge/src/resources/agents
Jeremy 66f0d45a8c feat(agents): add 8 specialist subagents and slim pro agents
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
2026-04-12 21:56:40 -05:00
..
debugger.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
doc-writer.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
git-ops.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
javascript-pro.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
planner.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
refactorer.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
researcher.md fix: replace web_search with search-the-web in prompts and agent frontmatter (#2920) (#3245) 2026-03-30 14:30:01 -06:00
reviewer.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
scout.md Initial commit 2026-03-10 22:28:37 -06:00
security.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
tester.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
typescript-pro.md feat(agents): add 8 specialist subagents and slim pro agents 2026-04-12 21:56:40 -05:00
worker.md Initial commit 2026-03-10 22:28:37 -06:00