ring/dev-team/skills/shared-patterns/anti-rationalization-codebase-explorer.md
Jefferson Rodrigues 4605a6f29b
refactor(shared-patterns): extract codebase-explorer anti-rationalization table
Move duplicated 5-row anti-rationalization table from dev-refactor and dev-refactor-frontend into shared-patterns/anti-rationalization-codebase-explorer.md. Both skills now reference the shared file.

X-Lerian-Ref: 0x1
2026-02-11 14:06:55 -03:00

1.2 KiB

Anti-Rationalization: ring:codebase-explorer Dispatch (Step 3)

MANDATORY: Step 3 MUST use Task(subagent_type="ring:codebase-explorer").

Rationalization Why It's WRONG Required Action
"I'll use Bash find/ls to quickly explore" Bash cannot analyze patterns, just lists files. ring:codebase-explorer provides architectural analysis. Use Task with subagent_type="ring:codebase-explorer"
"The Explore agent is faster" "Explore" subagent_type is not "ring:codebase-explorer". Different agents. Use exact string: "ring:codebase-explorer"
"I already know the structure from find output" Knowing file paths is not understanding architecture. Agent provides analysis. Use Task with subagent_type="ring:codebase-explorer"
"This is a small codebase, Bash is enough" Size is irrelevant. The agent provides standardized output format required by Step 4. Use Task with subagent_type="ring:codebase-explorer"
"I'll explore manually then dispatch agents" Manual exploration skips the codebase-report.md artifact required for Step 4 gate. Use Task with subagent_type="ring:codebase-explorer"