# Ork Implement

> Make an approved, scoped change and prove the affected behavior. Use when a request asks to implement, build, add, or land a feature that already has an agreed approach. Do not use to explore, review, or verify existing work, or to choose between approaches.

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

---


# Ork Implement

Implement only the agreed scope. Read repository instructions first and use an isolated worktree whenever a shared primary checkout may be active.

Before writing against an unfamiliar third-party API, confirm its current surface through the context7 MCP server (call `resolve-library-id`, then `query-docs`) rather than recalling it.

Keep the diff small. Add focused tests when behavior changes, and report the exact verification output. Do not self-certify a high-impact change: request `$ork-verify` (or `ork_verifier` when installed) after implementation.

Prefer `ork_implementer` when installed; otherwise implement in this context. Delegate only independent, bounded units; keep integration in one place.

