.agents/skills/execute-work/SKILL.md
Execute an approved implementation plan with strict checkpoints, blocker handling, verification, and end-of-branch completion options (merge, PR, keep, or discard).
npx skillsauth add HuynhSang2005/delivery-app execute-workInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to run an existing plan from start to completion.
This skill consolidates key behavior previously spread across executing-plans and finishing-a-development-branch:
Stop immediately and request guidance when:
Do not guess through blockers.
Run final test verification, then present exactly these options:
Use concise prompt format:
Implementation complete. What would you like to do?
1. Merge back to base branch locally
2. Push and create a Pull Request
3. Keep the branch as-is
4. Discard this work
Detect base branch from repository conventions (main/master) or ask user if unclear.
## Execution Result
- Plan executed: <path>
- Tasks completed: <N>/<N>
- Verification: <passed/failed summary>
- Branch completion choice: <1|2|3|4>
- Final state: <merged/pr-open/kept/discarded>
plan-workrefactortools
React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, and useFieldArray. This skill should be used when building client-side controlled forms with React Hook Form library. This skill does NOT cover React 19 Server Actions, useActionState, or server-side form handling.
tools
Build type-safe validated forms using React Hook Form v7 and Zod v4. Single schema works on client and server with full TypeScript inference via z.infer. Use when building forms, multi-step wizards, or fixing uncontrolled warnings, resolver errors, useFieldArray issues, performance problems with large forms.
tools
Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.
development
Required reference for Prisma v7 driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter/Transaction interfaces. Contains critical contract details not inferable from code examples — including the transaction lifecycle protocol, error mapping requirements, and verification checklist. Existing implementations do not replace this skill.