ticket-plan

Generate ordered, test-gated implementation tasks from approved design documents.

7|3|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/Aidbox/aidbox-hl7v2-example --skill ticket-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticket-plan
Source: https://github.com/Aidbox/aidbox-hl7v2-example/tree/main/.claude/skills/ticket-plan
Command: npx skills add https://github.com/Aidbox/aidbox-hl7v2-example --skill ticket-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts approved design documents into a concrete, ordered implementation plan so development teams and Claude Code agents can execute work reliably and consistently while preserving test gates and review points.

Core Features & Use Cases

  • Implementation Plan Generation: Appends a detailed # Implementation Plan section to the approved design document with an overview, development approach, validation commands, and ordered tasks.
  • Prototype-to-Task Conversion: Converts DESIGN PROTOTYPE markers and scaffold placeholders into discrete, dependency-aware tasks with explicit checkboxes and testing requirements.
  • Enforced Validation Gates: Ensures every task includes unit/integration tests and validation commands and that tasks are atomic and reviewable; useful for engineering teams preparing work for automated agents and parallel contributors.

Quick Start

Create an Implementation Plan for the approved design file ai/tickets/2026-02-14-feature-name.md and append it under a new # Implementation Plan section in the same document.

Frequently Asked Questions about ticket-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a design document into an executable task plan for automated agents?

To convert a design document into an executable task plan, process approved markdown files with frontmatter to generate ordered, dependency-aware tasks with validation commands and testing requirements for Claude Code agents.

How do I generate test-gated implementation tasks from prototype markers?

Generating test-gated implementation tasks from prototype markers involves resolving DESIGN PROTOTYPE placeholders into discrete, reviewable steps with explicit checkboxes and enforced unit and integration tests.

What is the best way to enforce validation gates in a developer workflow?

Enforcing validation gates in a developer workflow requires producing atomic tasks where each step includes explicit validation commands and test suites before moving to the next implementation phase.

Do I need an approved design file to start implementation planning?

Yes, implementation planning requires an approved design file stored as ai/tickets/YYYY-MM-DD-feature-name.md with frontmatter status: approved and prototype placeholders to ensure accurate task generation.

Can I append an implementation plan directly to an existing design file?

Yes, you can append an implementation plan directly to an existing design file by adding a detailed new section with an overview, development approach, validation commands, and ordered tasks within the same document.

What are the limitations of automated task plan generation from markdown designs?

Automated task plan generation from markdown designs is limited by the requirement to strictly follow project code-style rules and depends heavily on the initial design document's prototype markers and frontmatter accuracy.