← ClaudeAtlas

blitzlisted

This skill should be used when parallelizing multi-issue sprints using git worktrees and parallel Claude agents. Use when tackling multiple GitHub issues simultaneously, when the user mentions "blitz", "parallel sprint", "worktree workflow", or when handling 3+ independent issues that could be worked on concurrently. Orchestrates the full workflow from issue triage through parallel agent delegation to sequential merge.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# The Blitz: Parallel Worktree + Agent Workflow Parallelizes multi-issue sprints by running independent Claude agents in isolated git worktrees. Each agent creates a PR, self-reviews to 10/10 with 100% issue coverage, then PRs are sequentially merged to avoid conflicts. Herding 🐲. ## ⚠️ MANDATORY: 100% Issue Coverage Per Agent **Every agent MUST implement 100% of their assigned issue's requirements before their PR can be merged.** - Each agent receives COMPLETE issue requirements (extracted from GitHub issue) - Review must verify ALL requirements are implemented - Coverage < 100% = agent sent back to complete the work - No PR merges until all requirements from the issue are addressed ## Prerequisites **Required Tools:** - `gh` CLI (authenticated) - Git with worktree support (2.5+) - Claude Code with agent spawning (Task tool) **Required Skills:** - `4-step-program` - Guides agents through fix-review-iterate-present loop - `code-reviewer` - Self-review to 10/10 quality gate - `delphi` - Parallel oracles for triage decisions (optional, for ambiguous triage) ## Workflow Phases ### Phase 1: Issue Triage For ambiguous decisions on which issues to tackle, use the `delphi` skill: ``` Invoke Delphi: "Audit these open issues. For each, recommend: close (complete), fix (actionable), or defer (blocked)." ``` **Interpreting Delphi Results:** - Unanimous agreement → Act on recommendation - 2/3 agreement → Lean toward majority, investigate minority view - Full divergence → Nee