@meir-labs/agent-project-starter
v0.3.1
Published
The meirlabs new-project pipeline as Claude Code subagents: planner (gated PLAN.md), scaffolder, design-applier, analytics-wirer, test-wirer, and docs-writer. npx installs all six agent definitions into .claude/agents.
Maintainers
Readme
@meir-labs/agent-project-starter
The meirlabs new-project pipeline as Claude Code subagents. Six agent definitions that turn a brief into a shipped app, with a human yes in the middle:
- planner — turns the brief into a build-ready
PLAN.mdand stops for explicit approval - scaffolder — copies the starter, replaces placeholders, installs
- design-applier — applies the design system toward the plan's screens
- analytics-wirer — wires PostHog per the plan's event taxonomy
- test-wirer — wires Vitest + Playwright + CI and writes real starter tests, all green
- docs-writer — writes CLAUDE.md / AGENTS.md / README so the next session starts smart
Install
# into the current project (./.claude/agents)
npx @meir-labs/agent-project-starter
# into every project (~/.claude/agents)
npx @meir-labs/agent-project-starter --globalInstalls all six files. Pass --force to overwrite existing copies.
Use
Each agent runs standalone, or chained as the pipeline (plan → approve → build). The
definitions are plain markdown files — read them before you run them: files/.
Full page: meirlabs.com/agents/project-starter.
Note: the planner/scaffolder reference meirlabs conventions (starter template, ui-kit, PostHog setup). They work best alongside those, but the shape is easy to adapt.
