mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
f92a07ecd1
- 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>