beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
LSP-powered architectural code quality analysis - works with any executor (loop or swarm)
> /plugin marketplace add GantisStorm/essentials-claude-code > /plugin install essentials@essentials-claude-code
How it fires
How this command gets triggered: by you, by Claude, or both.
/code-quality-plan-creatorContext preview
What this command does when you run it.
LSP-powered architectural code quality analysis - works with any executor (loop or swarm)
allowed-tools: Task, AskUserQuestion argument-hint: "<file1> [file2] ... [fileN]" description: LSP-powered architectural code quality analysis - works with any executor (loop or swarm) context: fork model: opus
Analyze code quality using Claude Code's built-in LSP for semantic understanding. Generates architectural improvement plans.
**Use the right tool:**
File paths to analyze (one agent per file):
Parse `$ARGUMENTS` to extract file list. Validate each path exists.
Use AskUserQuestion to gather missing context. Ask only what's unclear — skip questions the user already answered in their input.
**Questions to consider** (ask 1-4 based on what's missing):
**If the input is already detailed enough** (clear files, obvious focus area), skip this step entirely and go straight to Step 3.
For EACH file, launch background agent with enriched context:
Analyze code quality: <file-path> <clarifying context from user answers, if any>
**REQUIRED Task tool parameters:**
subagent_type: "essentials:code-quality-plan-creator-default" run_in_background: true prompt: "<assembled prompt with file path and context>"
**Launch ALL agents in a single message for parallel execution.** Output a status message like "Analyzing N files..." and **end your turn**. The system wakes you when agents finish.
## Code Quality Analysis Complete (LSP-Powered) | File | Current | Projected | Issues | Changes Required | |------|---------|-----------|--------|------------------| | [path] | 6.8/10 | 9.2/10 | [N] | Yes | Plans: .claude/plans/code-quality-*.md Next Steps: 1. Review plan files 2. Execute directly: - `/plan-loop <plan-path>` (sequential) - `/plan-swarm <plan-path>` (parallel subagents) - `/plan-team <plan-path>` (Agent Teams with contracts) 3. Or convert to prd.json/beads first: - `/tasks-converter <plan-path>` → `/tasks-loop` or `/tasks-swarm` - `/beads-converter <plan-path>` → `/beads-loop` or `/beads-swarm`
/code-quality-plan-creator src/agent src/hitl src/app /code-quality-plan-creator agent/* /code-quality-plan-creator src/services/auth_service
Loops, swarms, and teams powered by Claude Code's built-in Task System. Loop, swarm, and team are three execution modes. Loop runs sequentially. Swarm runs parallel subagents. Team spawns full Claude Code instances with shared contracts via Agent Teams.
Repo: GantisStorm/essentials-claude-code
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Deep bug investigation with architectural fix plan generation - works with any executor (loop or swarm)