Use when asked to turn a rough draft idea into a well-formulated backlogd ticket, especially when rewriting filesystem-backed draft tickets into concrete backlog-ready tickets with clear scope, acceptance criteria, and definition of done.
Use this skill when the user wants to convert a vague idea, sketch, or draft ticket into a well-formed implementation ticket.
Take inspiration from backlogd's autopilot draft promotion rule:
sprint and backlog are empty and drafts contains tickets, rewrite drafts so they fit the current application structure and repository reality before moving them forward.This skill focuses only on that rewriting step.
Turn rough planning input into a ticket that is concrete, scoped, and ready for execution.
The result should preserve the original intent while removing ambiguity.
A backlog-ready ticket should usually include:
Split the draft into multiple tickets when:
When splitting:
Before finishing, check that the rewritten ticket:
For filesystem-backed backlogd tickets, prefer sections like:
## Summary## Why## Scope## Acceptance Criteria## Definition Of Done## NotesIf the user wants the ticket written to disk, place it in the appropriate drafts/ or backlog/ folder and match the repository's existing numbering and formatting.