implement-agentic
Installation
SKILL.md
Implement Agentic
Implement the work described by the user, spec, or tickets.
- Read the complete source work and the project's domain docs and ADRs. Confirm any missing acceptance criteria or test seams with the user before writing code.
- Use
/tddat the pre-agreed seams. Work one red-green vertical slice at a time. - Run focused tests and typechecking throughout. Run the full relevant test suite once at the end.
- Run
/code-reviewagainst the branch point. Fix mechanical findings; bring judgment calls to the user. - Commit the approved work to the current branch.
- Tell the user to run
/open-pr-agenticwhen they are ready to ship it.
Done means the approved scope is implemented, checks pass, review findings are resolved or surfaced, and the committed branch is ready for the user's ship decision.