By pwarnock
Bridge Gastown cross-session orchestration with in-session subagent parallelization
A Claude Code plugin that bridges Gastown's cross-session orchestration with in-session subagent parallelization.
Gastown distributes work across sessions:
Task subagents parallelize within sessions:
This skill teaches agents to leverage both levels for maximum throughput.
This plugin requires the following to be installed:
bd CLI commands)dispatching-parallel-agents, subagent-driven-development)Install beads:
/plugin install beads@beads-marketplace
# Clone the plugin
git clone https://github.com/peterwarnock/gastown-parallel-workflow.git ~/github/gastown-parallel-workflow
# Install in Claude Code
cd ~/github/gastown-parallel-workflow
claude plugins install .
The skill activates when:
Use phase markers in issue descriptions:
## Parallel Phase (dispatch subagents)
- [ ] Task A (independent)
- [ ] Task B (independent)
## Sequential Phase (after parallel completes)
- [ ] Task C (depends on A, B)
Workers recognize ## Parallel Phase and use dispatching-parallel-agents skill.
Include parallelization hints when dispatching Polecats:
PARALLELIZATION HINTS:
- Phase 1 issues are independent -> use superpowers:dispatching-parallel-agents
- Phase 2 issues have dependencies -> use superpowers:subagent-driven-development
dispatching-parallel-agents, subagent-driven-developmentMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin gastown-parallel-workflowThree-tier persistent context infrastructure for AI coding agents — constitution, routing intelligence, and cold memory. Based on 'Codified Context: Infrastructure for AI Agents in a Complex Codebase' (Vasilopoulos, 2025).
Session retrospective skill with hook-driven prompting. Generates structured session summaries with learnings that feed back into project memory.
Capture meetups, contacts, and interactions from natural language into Notion CRM
Prisma 7 migration and best practices skills for Claude Code
Curated Vercel developer toolkit: React best practices, web design guidelines, browser automation, and deployment
Multi-agent orchestrator for Claude Code. Use when user mentions gastown, gas town, gt commands, convoys, polecats, rigs, slinging work, multi-agent coordination.
Parallel agent infrastructure for Claude Code. Modeled after the OS process model, it distributes, monitors, and reaps issues via independent Workers.
Parallel task orchestration for AI coding agents - dispatch work to Codex or Claude Code workers in isolated git workspaces
Context-optimized task orchestration for AI agents. Decomposes complex tasks into a DAG and dispatches focused sub-agents with minimal context prompts.
Delegation system with workflow orchestration, specialized agents, and parallel execution for Claude Code
Launch, control, and monitor other Claude Code sessions as workers via tmux