Hugo Nijhuis
03a665503c
feat: add parallel issue implementation capability with worktrees
Add complete capability set for orchestrating parallel issue implementation
with automated review cycles using git worktrees.
Components:
- worktrees skill: Git worktree patterns + bundled scripts for reliable operations
- spawn-issues skill: Event-driven orchestrator (Haiku) for parallel workflow
- issue-worker agent: Implements issues autonomously (Sonnet)
- code-reviewer agent: Reviews PRs with quality checks (Haiku, read-only)
- pr-fixer agent: Addresses review feedback automatically (Haiku)
Workflow: /spawn-issues creates worktrees → spawns workers → reviews PRs →
fixes feedback → iterates until approved → cleans up worktrees
Scripts handle error-prone worktree operations. Orchestrator uses event-driven
approach with task notifications for efficient parallel execution.
Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-01-12 15:51:10 +01:00
..
2026-01-11 18:10:53 +01:00
2026-01-12 11:47:52 +01:00
2026-01-12 13:02:56 +01:00
2026-01-12 13:02:56 +01:00
2026-01-12 12:32:13 +01:00
2026-01-12 13:02:56 +01:00
2026-01-12 15:51:10 +01:00
2026-01-12 15:51:10 +01:00