~/CLIRank
Workflow

Subagent Delegation Workflow

Use subagents to parallelise research and keep the main context clean.

Install
Document in CLAUDE.md - see workflow guide

About

A workflow pattern where the main Claude Code session delegates research, exploration, and analysis tasks to subagents. Each subagent gets a focused task (e.g., 'find all usages of this function', 'research this library's API'), completes it, and returns results to the main context. Keeps the primary context window clean and enables parallel work on independent tasks.

Tags

subagentdelegationparallelcontext-management

Score Breakdown

CLI Score Breakdown10/11
Official SDK on npm/pip+2
Env var authentication (no browser OAuth)+2
Works in headless/CI environments+2
CLI tool available+1
JSON response for piping/parsing+1
Docs have curl/CLI examples+1
Reasonable rate limits for scripted use+1
Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads0
GitHub stars30k
Days since last release9d
Issue close ratio88%
TypeScript typesYes
Docs qualitygood
Breaking changesrare

Scores

CLI
10
Quality
8
AuthorCommunity
Weekly installs0
Last updated3/22/2026

Related

Workflow
0/wk

Test-Driven Development Workflow

Write tests first, then implement - with Claude Code running the red-green-refactor loop.

CLI
10
Quality
9
Document in CLAUDE.md - see TDD guide
Workflow
0/wk

Deploy-and-Verify Workflow

Deploy to production and automatically verify the deployment works.

CLI
10
Quality
8
Document in CLAUDE.md - see deploy guide
Workflow
0/wk

Code Review Loop Workflow

Iterative code review where Claude reviews, you approve, and changes are applied.

CLI
10
Quality
8
Document in CLAUDE.md - see review guide