speedwave-plan-loop

Automates full software development cycles from planning through execution with built-in quality checks.

21|8|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/speednet-software/speedwave --skill speedwave-plan-loop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speedwave-plan-loop
Source: https://github.com/speednet-software/speedwave/tree/main/.claude/skills/speedwave-plan-loop
Command: npx skills add https://github.com/speednet-software/speedwave --skill speedwave-plan-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates an end-to-end multi-phase development workflow: plan creation, review, implementation, verification, and code-review, all within isolated git worktrees to keep changes isolated.

Core Features & Use Cases

  • Orchestrates a structured plan-loop across multiple phases (PLAN, IMPLEMENT, VERIFY, CODE REVIEW) to deliver complete feature work.
  • Creates and uses isolated worktrees and branches from origin/dev to keep work in-progress isolated.
  • Supports agent-based reviews (e.g., 13-agent code review) and headless execution for reproducible results.
  • Use cases include complex feature development with automated planning, implementation, and review in a controlled environment.

Quick Start

Invoke the speedwave-plan-loop to create a fresh worktree, generate a plan, implement changes, verify completion, and perform a code-review with automated agents.

Frequently Asked Questions about speedwave-plan-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate plan-to-code-review loops in isolated git worktrees?▼

Automate plan-to-code-review loops by orchestrating structured multi-phase workflows across planning, implementation, verification, and agent-based review within isolated git worktrees. This approach keeps in-progress changes safely separated from your main branch.

What is a headless code review workflow for feature development?▼

A headless code review workflow executes automated multi-agent code reviews without a graphical interface, enabling reproducible plan, implement, verify, and review cycles in isolated environments for complex feature development.

How do I set up a multi-phase development workflow with automated planning and verification?▼

Set up a multi-phase development workflow by running script-driven orchestration that sequences plan creation, implementation, and verification phases, applying explicit frontmatter metadata to define and control each stage.

Does this automation tool support plan-only or no-worktree modes for isolated branches?▼

Yes, the automation tool supports optional flags for plan-only and no-worktree modes, allowing you to bypass isolated branch creation or limit execution to just the planning phase when full worktree isolation is not needed.

Can I run automated agent code reviews in a headless environment?▼

Yes, you can run automated agent code reviews in a headless environment. The workflow supports a 13-agent code review process designed for safe execution and reproducible results without graphical interface dependencies.

What are the limitations of using git worktrees for isolated automated code reviews?▼

Git worktree isolation requires branching from origin/dev and may add overhead for trivial changes. Use the no-worktree mode to bypass isolation constraints when worktree management is unnecessary for your specific code review task.