Frontend Suite Orchestrator

Orchestrates a 5-stage frontend build chain over a Next.js project: App Router scaffold, Tailwind responsive/dark-mode styling, zod-backed progressive forms, and the Zustand + TanStack Query state/query pipeline, followed by a build validation gate that runs `npm run build` / `next build`, verifies the component tree and routes exist, and consolidates everything into a FRONTEND_SUITE_REPORT.md. Supports full_run, include_steps, skip_steps, fail_fast, and artifact_dir customization so teams can re-materialize any subset of the scaffolding chain. The final report captures the scaffolded file-tree summary, the validation build exit code, and open items for follow-up.

RMAzrim Updated

File contents

RMAzrim/opencode-artes/tree/main/docs/skills/frontend-suite-orchestrator commit a19c2b43b5

Frequently asked questions

npx skillmds@latest add rmazrim/frontend-suite-orchestrator