feature-dev
Installation
SKILL.md
Feature Development Workflow
Phase 1: Context & plan
- Start with the docs index (if present) and follow the current plan links.
- Identify scope, constraints, and success criteria.
- Draft a short plan before editing code.
Phase 2: Backend (if needed)
- Update schema docs/migrations as required.
- Ask before applying migrations to a real project.
- Keep writes server-side and admin-gated.
Phase 3: Frontend
- Create or update routes in src/routes.
- Wire loaders and server functions as needed.
- Build UI with shadcn/ui + Tailwind.
- Use Query for server state and Zod for validation.