Files
Daniel Avila f92a07ecd1 improve: rewrite and recategorize thinking-beast-mode agent (#674)
- Renamed Thinking-Beast-Mode.md -> thinking-beast-mode.md (kebab-case)
  and moved from api-graphql/ to development-tools/ (no GraphQL/API
  content; it's a generic autonomous engineering-task agent)
- Added required model field plus color/permissionMode, matching
  sibling agent conventions
- Replaced non-existent tool references (fetch_webpage,
  sequential_thinking, get_errors) with real Claude Code tools
  (WebFetch, WebSearch, Bash for lint/test)
- Rewrote the marketing-fluff description into a concrete,
  example-driven trigger description
- Stripped "quantum cognitive architecture" roleplay language and
  consolidated the workflow into Investigate -> Plan -> Implement ->
  Verify -> Report, keeping the legitimately good discipline (root
  cause debugging, rigorous verification, don't stop until truly done)
- Added explicit guardrails (ask before destructive commands, stop on
  genuine blockers)

Automated review cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>

Co-authored-by: Claude <noreply@anthropic.com>
2026-07-05 10:06:08 -04:00
..