Issue Driven Delivery

Run implementation work from a tracked issue with explicit scope, branch intent, validation steps, and closeout evidence.

45ck 439c1e3 1.1 KB Updated

File contents

Use this skill when a task should be executed against a concrete issue or ticket instead of vague chat intent.

Workflow:

  • identify the governing issue, ticket, or work item before changing code
  • restate the expected outcome, scope edge, and what is explicitly out of scope
  • inspect existing code, tests, and docs before proposing edits
  • decide the smallest implementation slice that can be verified end to end
  • name the evidence needed before the work can be called done

Checklist:

  • confirm the ticket or issue id and current status
  • note linked PRs, comments, or acceptance criteria if they exist
  • identify the files or subsystems likely to change
  • list the validation path: tests, manual checks, or CI evidence
  • end with a closeout note that ties the result back to the issue

Avoid:

  • implementing from memory without reading the current code
  • silently broadening scope because nearby problems look related
  • claiming completion without validation evidence

45ck/skill-harness/tree/main/packs/coding-workflow-skills/skills/issue-driven-delivery commit 439c1e378a

Frequently asked questions

npx skillmds@latest add 45ck/issue-driven-delivery