# Implement Agentic

> Implement attended work from an approved spec or ticket set through TDD, review, commit, and an explicit PR handoff. Use when a human remains available for unresolved seams, design calls, and the final ship decision.

- Skill: `nstaab1/implement-agentic` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add nstaab1/implement-agentic`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nstaab1/implement-agentic/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nstaab1 (https://skillmd.com/u/nstaab1)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nstaab1/implement-agentic

---


# Implement Agentic

Implement the work described by the user, spec, or tickets.

1. 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.
2. Use `/tdd` at the pre-agreed seams. Work one red-green vertical slice at a time.
3. Run focused tests and typechecking throughout. Run the full relevant test suite once at the end.
4. Run `/code-review` against the branch point. Fix mechanical findings; bring judgment calls to the user.
5. Commit the approved work to the current branch.
6. Tell the user to run `/open-pr-agentic` when 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.

