# Feature Delivery

> Drive one Union Square GitHub issue through the Codex BDD/TDD workflow.

- Skill: `jwilger/feature-delivery` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jwilger/feature-delivery`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jwilger/feature-delivery/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: MIT
- Author: jwilger (https://skillmd.com/u/jwilger)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jwilger/feature-delivery

---


Use this skill for behavior-changing implementation work.

Workflow:
- Read `AGENTS.md`, `docs/architecture/ARCHITECTURE.md`, and relevant docs under `docs/guardrails/`.
- Create or validate `.codex/specs/issue-<number>.yaml`.
- Use `just agent` to maintain the issue ledger.
- Write one red outside-in test at a time.
- Run `just test-adversary ISSUE=<number>` and `just fitness` before commit readiness.
- When running expert review agents, prefer narrow current-diff context: use
  `fork_turns: "none"` and include the repository path, issue number, changed
  files or `git diff` scope, and an instruction to ignore unrelated prior
  conversation context. Avoid full-history forks for review-only tasks unless
  the review explicitly depends on previous conversation decisions.
- Export PR evidence with `just agent export-pr-summary <number>`.

