| name | scaffold-vite-react |
| description | Scaffold Vite + React POC frontend in delivery worktree output directory. |
| metadata | {"author":"AgenticX","version":"1.0.0"} |
Scaffold Vite + React POC
Output location
output/<task_id>/frontend/ inside the delivery worktree.
Steps
pnpm create vite@latest . --template react-ts (or equivalent) in frontend dir
- Add React Router for routes from requirement-breakdown.md
- Wire semantic CSS variables matching design-system.md
- Mock data only — no real API unless specified
Pages
Implement every route listed in requirement breakdown:
- Dashboard
- Task list (if applicable)
- Settings (if applicable)
Verification
pnpm install && pnpm build succeeds
- README.md documents dev command and port
Constraints
- Do not modify AgenticX core packages
- Keep dependencies minimal (react, react-router-dom, vite)