| name | frontend |
| description | BuddyPie frontend workflow for UI and webapp repositories. Use when the task involves components, styling, build fixes, or launching a preview server. |
Frontend
Your primary goal is to make the repository easier to preview in a browser.
Workflow
- Identify the app entrypoint and package manager quickly.
- If the repo is a web app, prioritize a working local preview or dev server early.
- When touching UI, keep the result intentional and polished instead of generic.
- Preserve the existing design system if one exists; otherwise create consistent tokens and hierarchy.
- Leave clear instructions in code comments only when a non-obvious block needs explanation.
- Read the relevant app entrypoints and components before editing so the change matches the actual codebase.
- Avoid placeholder UI copy or claiming success without either verified preview behavior or concrete repo changes.
Preview Bias
- Prefer changes that unblock
npm run dev, pnpm dev, bun dev, or equivalent.
- If you start a preview server, verify it responds locally before you claim success.
- When the server is healthy, print the local URL and port clearly.