Feature Delivery

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

jwilger 40e2b18 978 B Updated

File contents

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>.

jwilger/union_square/tree/main/.agents/skills/feature-delivery commit 40e2b18fde

Frequently asked questions

npx skillmds@latest add jwilger/feature-delivery