By zach-source
Sequential task queue with parallel fork support - auto-advances when tasks complete
Add tasks to an existing and-then queue
Cancel the and-then task queue and allow normal session exit
Skip the current task and move to the next one in the queue
Show the current status of the and-then task queue
Create a sequential task queue with optional parallel fork tasks
Sequential task queue with parallel fork support for Claude Code.
--task): Execute tasks one at a time--fork): Spawn multiple subagents concurrently<done/># Sequential tasks
/and-then --task "Build the API" --task "Write tests" --task "Update docs"
# Mix sequential and parallel tasks
/and-then --task "Build the API" \
--fork "Unit tests" "Integration tests" "E2E tests" \
--task "Deploy to staging"
| Command | Description |
|---|---|
/and-then | Create a new task queue |
/and-then-add | Add tasks to existing queue |
/and-then-skip | Skip current task |
/and-then-status | Show queue progress |
/and-then-cancel | Cancel the queue |
.claude/and-then-queue.local.md<done/> when complete<done/>/and-then --task "Build the application" \
--fork "Run unit tests" "Run integration tests" "Run linting" \
--task "Deploy to staging"
/and-then --fork "Research auth libraries" "Review security requirements" \
--task "Implement authentication" \
--task "Write tests"
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 zach-source/claude-and-thenMulti-server MCP proxy with AI context provenance tracking and quality feedback loop. Enables self-aware, self-improving AI through automatic lineage tracking.
No description provided.
No description provided.
Delegation system with workflow orchestration, specialized agents, and parallel execution for Claude Code
tq task queue worker commands
Parallel task orchestration for AI coding agents - dispatch work to Codex or Claude Code workers in isolated git workspaces
Multi-agent workflow orchestration with natural language creation, parallel execution, conditional flows, and visual progress tracking
Multi-agent task decomposition and coordination for Claude Code
Context hub for agentic workflows - manage projects, tasks, sessions, and multi-agent coordination