claudeindex
Plugin

agent-worker

Cursor task orchestrator — decomposes a task JSON into focused slices, dispatches each to Haiku subagents in parallel, adversarially reviews their output, fixes blockers, and returns a clean report. Execution loop: 1. Parse task JSON and project rules 2. Decompose into independent slices 3. Dispatch each slice to Haiku with tight context 4. Adversarially review every return (max 3 fix rounds per slice) 5. Run full verification; report pass/fail honestly You (the large model) are the orchestrator and quality gate — workers are cheap execution.

Installation

1

Add the marketplace

/plugin marketplace add senigami/skill-arsenal
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.