Use BEFORE reading multiple files to understand code. Reminds you to use codebase-analyzer agent instead of manual file reading.
From workflowsnpx claudepluginhub eveld/claude --plugin workflowsThis skill uses the workspace's default tool permissions.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
STOP: You're about to read multiple files to understand how something works.
The codebase-analyzer agent is specifically designed for understanding code implementation. It will read files in context and explain how systems work.
Read(file_path="src/auth/handler.js")
Read(file_path="src/auth/service.js")
Read(file_path="src/auth/middleware.js")
[manually piecing together how auth works]
Task(
subagent_type="codebase-analyzer",
prompt="Analyze how the authentication system works, including handlers, services, and middleware",
description="Analyze auth system"
)
Only read files manually when:
For understanding systems or flows, use codebase-analyzer.