
Autonomous execution pipeline. Parses plan phases, executes selected phases via agents (execute → verify-tests → verify → docs → commit → drift review). Usage: /ralph-execute [review-iterations=5] [phase=N|phases=N-M|phases=N,M] plan-file
Create self-contained HTML artifacts for exploration grids, PR explainers, design prototypes, reports, and throwaway editors.
Executes implementation plans autonomously in batches. Runs all tasks to completion without pausing for feedback unless blocked.
Detect documentation drift. Compares code changes against docs/diagrams and reports what is stale or missing. Read-only — does not modify files.
Autonomous review loop. Spawns agents for /review-plan and /fix-plan up to N times until the plan is approved. Usage: /ralph-review [iterations] plan-file
Fast test-quality audit. Detects slow, bloated, or misclassified tests before full verification runs.
Applies specific fixes to a plan file based on architectural review feedback.
Generate AI documentation images using scripts/generate_doc_images.py via OpenRouter (Gemini 3 Pro Image Preview). Requires OPENROUTER_API_KEY in .env.
Lead Architect review of implementation plans. Checks for redundancy, architectural fit, and testability. Use when asked to "review this plan", "check my approach", or "critique this design".
Update text documentation (README, markdown, rst, html) based on a documentation drift report. Does not touch diagrams or images.
Initialize a freshly cloned python-template with project name, author, license, and configuration.
Generate or update architecture diagrams using Python diagrams PNGs or inline SVG inside HTML artifacts.
Post-execution QA. Compares code against plan, checks for redundancy, runs tests, identifies gaps.
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".