swarm-skill
Installation
SKILL.md
Overview
This skill bootstraps a team of agents and a mini CLI tool that drives them in a ralph loop (planner → builder → reviewer, repeated). Follow the steps below in order.
First understand the project
Unless SPEC.md already exists (meaning the user has already been through this step), ask the user some questions about what they're trying to build. Cover the tech stack and some high-level requirements of the project. Keep it short and succinct — 3 questions max. Write the answers to SPEC.md in the current folder.
Playwright CLI
One prerequisite is to have playwright-cli --help available on the command line. This is the playwright-cli from Microsoft — look it up and install it with npm if it isn't available. Also write a config file:
.playwright/cli.config.json: