iterative-frontend-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.
Prerequisites
- Local dev server running (e.g.
npm run devorpnpm dev), serving the app at a known URL such ashttp://localhost:3000 - API token configured:
~/.meticulous/config.jsonorMETICULOUS_API_TOKENenvironment variable - Meticulous CLI available:
npx @alwaysmeticulous/cliormeticulousif installed globally
Per-step loop
Repeat the following for each step of your change.
Step 1 — Implement the step's changes
Make your code changes for this step.