Harshvardhan86

11 mods across 1 repository, 8 stars between them.

claude-wave-plugin

01

Harshvardhan86/claude-wave-plugin

Plugin Claude Code

Wave-based engineering execution for Claude Code. Vendors the full v2 framework (17 base phases plus conditional [DR] for UI waves and optional [CR] code-review gate) plus a polished 5-phase demo subset for live segments and small UI features.

8 3mo ago A tokens not measured original MIT

claude-wave-plugin

02

Harshvardhan86/claude-wave-plugin

Plugin Claude Code

Wave-based engineering execution for Claude Code. Vendors the full v2 framework — 17-phase pipeline plus conditional [DR] (UI waves) and [CR] (opt-in) gates, model-routed across Opus/Sonnet/Haiku, hook-enforced invariants, worktree isolation — plus a polished 5-phase demo subset for live segments and small UI features.

8 3mo ago A tokens not measured original MIT

wave-checkpoint

03

Harshvardhan86/claude-wave-plugin

Command

Save wave state to disk so an auto-compact, session crash, or laptop battery death doesn't kill the run. Run this between phases or before any long operation.

8 3mo ago A 33 tokens original MIT

wave-start

04

Harshvardhan86/claude-wave-plugin

Command

Start a new wave. Default runs the canonical v2 framework (17 phases + conditional [DR] for UI waves at 1.5 + optional [CR] gate at 3.5, max 19). Pass --demo to run the trimmed 5-phase subset (AC → DR → RED → GREEN → TEET) for live demos and small UI features.

8 3mo ago A 75 tokens original MIT

Harshvardhan86/claude-wave-plugin

Skill Claude CodeCodex

Use when executing multi-wave engineering work needing strict TDD, bug-capture/fix split, quality gates, and orchestrated teams with per-agent Opus-advisor / Sonnet-executor model routing.

8 3mo ago A 48 tokens original MIT

ac-writer

06

Harshvardhan86/claude-wave-plugin

Skill Claude CodeCodex

Use as the first phase of a wave. Drafts brutal, testable acceptance criteria for a feature. Each AC must be falsifiable by a real-world test. Output written to .wave/ac.md.

8 3mo ago A 45 tokens original MIT

design-reviewer

07

Harshvardhan86/claude-wave-plugin

Skill Claude CodeCodex

Use after AC and before RED for any wave that ships UI. Performs component API audit against installed dist files, produces per-route mockup, defines visual ACs, flags design-system gaps. Output written to .wave/dr.md.

8 3mo ago A 50 tokens original MIT

green-impl

08

Harshvardhan86/claude-wave-plugin

Skill Claude CodeCodex

Use after RED is verified failing. Writes the minimum code to make RED tests pass, then verifies on a live stack with Playwright screenshots before any hand-off. Implements the verify-before-scan rule.

8 3mo ago A 44 tokens original MIT

red-tests

09

Harshvardhan86/claude-wave-plugin

Skill Claude CodeCodex

Use after DR and before any production code is written. Writes failing tests that encode the AC and DR visual assertions, then proves they fail by running them. RED phase of TDD — strict, no exceptions.

8 3mo ago A 45 tokens original MIT

teet-verify

10

Harshvardhan86/claude-wave-plugin

Skill Claude CodeCodex

Use only after the user has approved the GREEN screenshot. Performs True End-to-End Testing across backend, frontend, DB, and external services with computed-style and boundingBox assertions, producing the final wave evidence pack.

8 3mo ago A 47 tokens original MIT

wave-orchestrator

11

Harshvardhan86/claude-wave-plugin

Skill Claude CodeCodex

Use when shipping a feature end-to-end. Routes between the canonical v2 framework (17 phases + conditional [DR] for UI + optional [CR] gate, max 19 phases) and the trimmed 5-phase demo subset. Invoked by /wave-start and /wave-start --demo. The orchestrator is the single throat to choke — every dispatch and user…

8 3mo ago A 84 tokens original MIT