Skip to content
meirlabs

Project Starter

Six agents that turn a brief into a shipped, tested app

v0.3.0

The pipeline this site's own projects go through. A brief becomes a build-ready PLAN.md that stops for an explicit yes; only then do five more agents scaffold, apply the design system, wire analytics, wire tests, and write the docs. Six plain markdown files — this is all of it.

npx @meir-labs/agent-project-starter
GitHub

What it does

  • planner — turns the brief into an 11-section PLAN.md and gates the build on your approval
  • scaffolder — copies the starter, replaces placeholders, installs dependencies
  • design-applier — applies theme, typography, and layout toward the plan's actual screens
  • analytics-wirer — instruments the event taxonomy the plan defined, not a generic set
  • test-wirer — wires Vitest, Playwright, and CI, and writes real starter tests until green
  • docs-writer — writes CLAUDE.md, AGENTS.md, and README so the next session starts smart

Related