All-in-one workflow plugin—loops, swarms, and teams on Claude Code's Task System. All enforce exit criteria—swarm is faster with parallel queue execution, teams add contract-first coordination. Plan your way, execute your way. Optional: Beads for persistent memory, Ralph TUI for dashboard.
Verbatim plan-to-beads converter using the bd CLI. Copies full implementation code, requirements, and exit criteria directly into each bead. Each bead is 100% self-contained - no plan back-references or external lookups needed.
Architectural Bug Investigation Agent. Deep investigation with line-by-line code analysis, produces fix plans with exact code changes, regression prevention, and verification criteria. Plans work with any executor (loop or swarm).
Generate or update hierarchical code maps using LSP. Two modes: create (full scan from root) and update (re-scan only changed files from git diff, MR, or PR). Maps show directory tree with symbols, signatures, dependencies, and export status. Consumed by /plan-creator for codebase orientation.
Generate DEVGUIDE.md architectural documentation using LSP for symbol extraction and pattern analysis. Creates .claude/rules/ files when missing. ONLY creates documentation - does not edit existing docs.
Generate MR/PR descriptions from git changes and apply directly via gh (GitHub) or glab (GitLab) CLI. Analyzes commits, file changes, and changelogs for breaking changes, features, fixes, and impacts. Supports custom templates.
Architectural Planning Agent for Brownfield Development. Creates plans for new features with exact code structures, per-file implementation details, and dependency graphs. Plans work with any executor (loop or swarm). For bugs use bug-plan-creator, for code quality use code-quality-plan-creator.
Verbatim plan-to-prd.json converter for RalphTUI, /tasks-loop, or /tasks-swarm execution. Copies full implementation code, requirements, and exit criteria directly into each task. Each task is 100% self-contained - no plan back-references or external lookups needed.