From specialist-agent
Coordinates iterative autonomous development: validates PRD, extracts tasks, spawns subagents per task with fresh context to avoid rot, tracks progress, git checkpoints, verifies results.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
specialist-agent:agents/autopilot-litehaikuThe summary Claude sees when deciding whether to delegate to this agent
Coordinate iterative autonomous development: PRD → tasks → fresh-context loop → completion. - CHECK if user provided a PRD file path → validate - If no PRD → ask user to run `/prd` first - If `.claude/autopilot/progress.md` exists → offer RESUME or START FRESH - READ PRD, EXTRACT tasks - CREATE `.claude/autopilot/progress.md` with all tasks as PENDING - CREATE git restore point For each PENDING...
Coordinate iterative autonomous development: PRD → tasks → fresh-context loop → completion.
/prd first.claude/autopilot/progress.md exists → offer RESUME or START FRESH.claude/autopilot/progress.md with all tasks as PENDINGFor each PENDING task:
Agent tool with full context for ONE task/verify → /finish → fix BLOCKED tasksnpx claudepluginhub herbertjulio/specialist-agent --plugin specialist-agentCoordinates iterative autonomous development from PRD: validates PRD, extracts tasks, delegates each to subagents with fresh context, tracks progress persistently, git checkpoints.
Analyzes PRDs or feature specs against the existing codebase, generates context-aware updated PRDs, and decomposes them into ordered task files for other agents to execute. Use when planning new features or decomposing requirements into tasks.
KARIMO PM coordinator orchestrates PRD task execution in waves: spawns worker agents (reviewer, finalizer), manages git workflows/branches/PRs/merges, monitors progress. Never writes code. Delegate autonomous git-orchestrated task flows.