meticulous-iterative-dev
Installation
SKILL.md
Iterative Frontend Development with Meticulous
Use this skill when implementing a multi-step frontend change. After each step, run a quick local visual check using Meticulous to catch regressions and unintended side effects early. After all steps are complete, run a full cloud test run to validate across all recorded sessions.
Before starting, run the
meticulous-cli-updateskill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it.
Prerequisites
- Local dev server running (e.g.
npm run devorpnpm dev), serving the app at a known URL such ashttp://localhost:3000 - Authenticated with Meticulous: run
meticulous auth whoamito log in via OAuth (an API token viaMETICULOUS_API_TOKENor~/.meticulous/config.jsonalso works) - Meticulous CLI installed and on
PATH(themeticulous-cli-updateskill handles this)
Per-step loop
Repeat the following for each step of your change.