blitz
Installation
SKILL.md
The Blitz: Parallel Worktree + Agent Workflow
Parallelizes multi-issue sprints by running independent agents in isolated git worktrees. Each agent implements their issue, self-reviews to 10/10 with 100% issue coverage, then changes are sequentially merged to avoid conflicts. Herding 🐲.
Platform-agnostic. Works with GitHub (
ghCLI), Forgejo (API/teaCLI), or localtktickets. Seeskills/obsidian-plan-wiki/references/platform-detection.mdfor detection rules and command mapping.
⚠️ 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 issue/task)
- 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