-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Problem
In AI‑assisted workflows, I find I’m often creating tickets before requirements are fully known. It would be helpful to have a first‑class state to mark tickets that require human input (open questions, insufficient context, etc.).
Today the only documented statuses are open | in_progress | closed, so one has to either:
- use
open, which makes tickets appear “ready” when they aren’t, or - invent ad‑hoc tags and remember to exclude them manually.
Request
Add a supported status such as draft or pending (name is up to you) to explicitly represent “needs human input / missing requirements”.
Expected behavior
tk status <id> <status>should accept the new status.tk readyshould exclude tickets in draft/pending.tk blockedshould treat draft/pending as not ready (unless you decide otherwise).tk listshould filter by the new status.
Why it matters
This would reduce agent churn and prevent “ready” lists from mixing fully spec’d work with tickets that need clarification.
Happy to help test or propose a patch if desired.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels