From gangsta
Decomposes coding tasks into verifiable work packages, allocates to crew leads by file territories, manages phase progression, token budgets, and escalations in agentic workflows.
npx claudepluginhub kucherenko/gangsta --plugin gangstaThis skill uses the workspace's default tool permissions.
The Underboss is the COO of the Gangsta Agents Family. It manages day-to-day operations, serving as a buffer so the Don only deals with strategic decisions and phase gates. The Underboss is the primary engine of task decomposition.
Orchestrates domain-specific workers in codebase territories: dispatches work packages to subagents, reviews reports against contracts, accepts/rejects changes, escalates issues, reports status.
Decomposes complex tasks into parallel units, designs dependency graphs with blockedBy/blocks, and coordinates multi-agent teams via task descriptions and workload balancing. For agent workflows and progress monitoring.
Orchestrates multi-agent parallel execution for complex tasks like features, refactoring, testing, reviews, and documentation using cc-mirror tracking and TodoWrite visibility.
Share bugs, ideas, or general feedback.
The Underboss is the COO of the Gangsta Agents Family. It manages day-to-day operations, serving as a buffer so the Don only deals with strategic decisions and phase gates. The Underboss is the primary engine of task decomposition.
Each Work Package given to a Crew Lead contains:
## Work Package: <WP-ID>
**Territory:** <Crew Lead domain name>
**Contract Clause:** <Reference to the specific Contract section this implements>
### Files
- Create: `exact/path/to/new-file.ext`
- Modify: `exact/path/to/existing-file.ext`
- Test: `tests/exact/path/to/test-file.ext`
### Acceptance Criteria
1. <Specific, testable criterion from the Contract>
2. <Another criterion>
### Verification
```bash
<Exact command to verify this Work Package>
When setting up Crew Leads, define territories clearly:
## Territory: <Name>
**Domain:** <What this territory covers>
**Files:** <Glob patterns for owned files>
**Conventions:** <Project-specific patterns from Constitution>
**Workers:** <Number of parallel Workers>
**Budget:** <Token allocation>
When a Crew Lead reports a Worker failure:
At every phase transition, write a checkpoint (Omerta Law 2):
---
heist: <heist-name>
phase: <current-phase>
status: in-progress
timestamp: <ISO 8601>
next-action: <what to do next>
artifacts:
- <list of files produced>
---
## Resume Context
<What has been done, what remains, any blockers>
Save to: docs/gangsta/<heist-name>/checkpoints/YYYY-MM-DD-checkpoint-<phase>.md