From agents
Analyze a task and recommend agent decomposition level. Routes to single-agent, fan-out, or planner-generator-reviewer pipeline.
npx claudepluginhub artmin96/forge-studio --plugin agentsThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Analyze the task against these criteria:
| Signal | Single Agent | Fan-Out | Pipeline (P/G/R) |
|---|---|---|---|
| Files touched | 1-3 | 4-15 (similar ops) | 4-15 (different ops) |
| Task type | Bug fix, small feature | Batch migration, bulk refactor | New feature, architecture change |
| Interdependence | High (changes depend on each other) | Low (same operation, different files) | Medium (phases depend on prior phase) |
| Risk | Low | Low-Medium | Medium-High |
/fan-out to dispatch parallel subagentsDISPATCH RECOMMENDATION:
Route: [Single Agent | Fan-Out | Pipeline]
Reason: <one sentence>
Agent(s): <which agents to use>
Estimated scope: <files/operations count>
Risk level: <low/medium/high>