GantisStorm/essentials-claude-code
Plugin Claude Code
Loops, swarms, and teams powered by Claude Code's built-in Task System. Plans define exit criteria. Executors run until tests pass. Done means actually done.
GantisStorm/essentials-claude-code
Plugin Claude Code
Loops, swarms, and teams powered by Claude Code's built-in Task System. Plans define exit criteria. Executors run until tests pass. Done means actually done.
GantisStorm/essentials-claude-code
Agent
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.
GantisStorm/essentials-claude-code
Agent
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).
GantisStorm/essentials-claude-code
Agent
Architectural Code Quality Agent (LSP-Powered) - Creates comprehensive architectural improvement plans suitable for loop or swarm executors (/implement-loop, /tasks-loop or /tasks-swarm, /beads-loop or /beads-swarm). Uses Claude Code's built-in LSP for semantic code understanding. This agent thoroughly analyzes code…
GantisStorm/essentials-claude-code
Agent
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.
GantisStorm/essentials-claude-code
Agent
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.
GantisStorm/essentials-claude-code
Agent
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.
GantisStorm/essentials-claude-code
Agent
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.
GantisStorm/essentials-claude-code
Agent
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.
GantisStorm/essentials-claude-code
Command
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI.
GantisStorm/essentials-claude-code
Command
Execute beads iteratively until all tasks complete.
GantisStorm/essentials-claude-code
Command
Execute beads with parallel agent swarm (dependency-aware).
GantisStorm/essentials-claude-code
Command
Deep bug investigation with architectural fix plan generation - works with any executor (loop or swarm).
GantisStorm/essentials-claude-code
Command
Gracefully stop any active loop while preserving progress.
GantisStorm/essentials-claude-code
Command
Command "cancel-swarm" from GantisStorm/essentials-claude-code, covering cancel swarm, instructions, after cancellation and note.
GantisStorm/essentials-claude-code
Command
Cancel any active agent team.
GantisStorm/essentials-claude-code
Command
LSP-powered architectural code quality analysis - works with any executor (loop or swarm).
GantisStorm/essentials-claude-code
Command
Generate or update hierarchical code map from any directory as root, with nested tree structure (project).
GantisStorm/essentials-claude-code
Command
Generate DEVGUIDE.md architectural documentation using LSP (project).
GantisStorm/essentials-claude-code
Command
Implement from conversation context with iterative loop.
GantisStorm/essentials-claude-code
Command
Implement from conversation context with parallel swarm.
GantisStorm/essentials-claude-code
Command
Implement from conversation context with Agent Teams.
GantisStorm/essentials-claude-code
Command
Generate and apply MR/PR description directly via gh or glab CLI (project).
GantisStorm/essentials-claude-code
Command
Create architectural plans for new features - works with any executor (loop or swarm). For bugs use /bug-plan-creator, for code quality use /code-quality-plan-creator.