feature-dev

SKILL.md

Feature Development Workflow

Phase 1: Context & plan

  1. Start with the docs index (if present) and follow the current plan links.
  2. Identify scope, constraints, and success criteria.
  3. Draft a short plan before editing code.

Phase 2: Backend (if needed)

  1. Update schema docs/migrations as required.
  2. Ask before applying migrations to a real project.
  3. Keep writes server-side and admin-gated.

Phase 3: Frontend

  1. Create or update routes in src/routes.
  2. Wire loaders and server functions as needed.
  3. Build UI with shadcn/ui + Tailwind.
  4. Use Query for server state and Zod for validation.

Phase 4: Verification

  1. Run bun run build, bun run tsc (if available), bun run lint, bun run check.
  2. Self-review against AGENTS.md and repo instructions.

Tooling

  • Use Serena for repo exploration/edits.
  • Use TanStack MCP for TanStack APIs.
  • Use shadcn MCP for UI components/patterns.
  • Use Supabase MCP for DB/RLS.
Weekly Installs
3
First Seen
Jan 24, 2026
Installed on
trae2
claude-code1