TI

ticket-implementation-copilot

Delivers roadmap features by selecting unblocked tickets and verifying completion against AC.

Install

mkdir -p .claude/skills/ticket-implementation-copilot && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14370" && unzip -o skill.zip -d .claude/skills/ticket-implementation-copilot && rm skill.zip

Installs to .claude/skills/ticket-implementation-copilot

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Execute DSDS roadmap tickets using dependency-aware, acceptance-criteria-first delivery. Use when selecting the next unblocked ticket, implementing code changes, validating behavior, and reporting completion against ticket AC.
226 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Select the next unblocked ticket based on dependencies
  • Translate tickets into implementation plans
  • Implement code changes with testability in mind
  • Validate acceptance criteria with evidence
  • Report completion with summary and risks

How it works

The skill follows a workflow to implement DSDS tickets by prioritizing unblocked work, defining minimal implementation scope, and validating acceptance criteria.

Inputs & outputs

You give it
DSDS roadmap tickets, `planning/TICKETS.md`
You get back
Selected ticket and dependency status, implementation summary, AC verification checklist, residual risks

When to use ticket-implementation-copilot

  • Pick next ticket
  • Verify ticket acceptance criteria
  • Report task completion

About this skill

Ticket Implementation Copilot

Overview

Implement DSDS tickets in a predictable way by prioritizing unblocked work and validating acceptance criteria explicitly.

Workflow

  1. Select next unblocked ticket
  • Read dependencies from planning/TICKETS.md.
  • Pick the highest-priority ticket whose blockers are resolved.
  1. Translate ticket into implementation plan
  • Extract required files, interfaces, and acceptance criteria.
  • Define minimal implementation scope that satisfies AC.
  1. Implement with testability in mind
  • Add or update code in the target files.
  • Keep changes scoped to ticket intent.
  1. Validate acceptance criteria
  • Run relevant checks (tsc, tests, lint, runtime checks).
  • Record AC status as pass/fail with evidence.
  1. Report completion
  • Summarize files changed, behavior added, test results, and remaining risks.

Output format

  1. Selected ticket and dependency status
  2. Implementation summary
  3. AC verification checklist
  4. Residual risks

References

  • Read references/ticket-delivery-workflow.md for AC-first execution template.
  • Use these repo sources:
  • planning/TICKETS.md
  • planning/IMPLEMENTATION_PLAN.md
  • docs/SYSTEM_OVERVIEW.md (feature-to-ticket mapping)

When not to use it

  • When tickets do not have defined dependencies
  • When acceptance criteria are not explicitly stated
  • When a formal completion report is not required

Limitations

  • Relies on `planning/TICKETS.md` for dependencies
  • Requires defined acceptance criteria for validation
  • Assumes the existence of `planning/IMPLEMENTATION_PLAN.md` and `docs/SYSTEM_OVERVIEW.md`

How it compares

This skill provides a structured, AC-first approach to ticket implementation, ensuring predictable delivery and explicit validation, unlike an ad-hoc development process.

Compared to similar skills

ticket-implementation-copilot side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ticket-implementation-copilot (this skill)05moNo flagsIntermediate
work-on-issue06moReviewIntermediate
issues03moReviewBeginner
tasks05moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry