raunakkathuria/buildwright

Approve intent, ship autonomously. Agent-first autonomous development workflow for Claude Code, OpenCode, and OpenClaw — you read a one-page spec and say yes, the agent handles research, planning, build, security scan, code review, and PR. Everything else is automated. Works on any project via a single curl | bash

7Stars on the repository
11Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

bw-analyse

01

raunakkathuria/buildwright

Command

Analyse the codebase and write structured docs to .buildwright/codebase/. Creates or updates tech.md with discovered stack and commands.

7 1mo ago C 30 tokens

bw-plan

02

raunakkathuria/buildwright

Command

Research a question or topic and produce a written deliverable - no implementation, no commits.

7 1mo ago A 20 tokens

bw-review

03

raunakkathuria/buildwright

Command

Independent code + security review of a PR or the current changes. Adopts the staff-engineer and security-engineer personas; reports findings, does not modify code. Reused by /bw-work and /bw-ship.

7 1mo ago A 48 tokens

bw-ship

04

raunakkathuria/buildwright

Command

Run full quality pipeline (verify → review) then commit, push, and create PR. Fails fast if any step fails.

7 1mo ago A 30 tokens

bw-verify

05

raunakkathuria/buildwright

Command

Run quick quality checks (typecheck, lint, test, build). For full checks including security and AI review, use /bw-ship.

7 1mo ago A 33 tokens

bw-work

06

raunakkathuria/buildwright

Command

Implement bug fixes, refactors, and features with research, Red-Green-Refactor, docs, verification, security review, and code review.

7 1mo ago A 32 tokens