Progressive loading of specialized agents by category to optimize context usage.
Manages progressive loading of specialized AI agents by category to optimize context usage.
/plugin marketplace add haighd/claude-workflow-pro/plugin install haighd-claude-workflow-pro@haighd/claude-workflow-proThis directory contains specialized agents organized by category for on-demand discovery and loading. Instead of loading all agent definitions upfront, explore categories based on task requirements to reduce context usage.
codebase/ - Code Analysis & SearchAgents for exploring, analyzing, and understanding codebases.
Use when:
Available agents:
locator - Find files and components quicklyanalyzer - Deep analysis of code structurepattern-finder - Identify patterns and anti-patternsdocumentation/ - Documentation & Thoughts AnalysisAgents for exploring documentation, comments, and architectural thoughts.
Use when:
Available agents:
thoughts-locator - Find specific thoughts/decisionsthoughts-analyzer - Analyze and synthesize documentationworkflow/ - Workflow OrchestrationAgents for managing complex multi-step workflows.
Use when:
Available agents:
web/ - Web Research & External ResourcesAgents for searching and analyzing external resources.
Use when:
Available agents:
web-search-researcher - Search and analyze web resourcesAll agents follow these filtering principles:
This progressive discovery system reduces initial context load by:
Instead of loading ~50KB of agent definitions upfront, load only the 2-5KB needed for specific tasks.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences