What problem does it solve?
Megaplan tickets capture repo-scoped problems, bugs, and observations so they can be tracked as notes and automatically addressed when the resolving epic completes, preventing valuable findings from getting lost.
Core Features & Use Cases
- Repo-scoped ticket files: Create inert ticket notes stored as committed Markdown files under <repo>/.megaplan/tickets/.
- Ticket lifecycle management: List, show, search, edit, link to epics, and auto-flip tickets to addressed when linked epics complete.
- Local or cloud-backed mirroring: Works as local-only via files, or mirrors to tickets/ticket_epics tables when a cloud store is configured.
- Use case: During an epic, you notice an out-of-scope but important issue (like a recurring failure mode or missing validation); file it as a ticket so it can be routed into the right epic later.
Quick Start
Run: megaplan ticket new "Investigate timeout-related stderr loss in executor" -b "Observed stderr being swallowed when retries hit a timeout; verify logging path and retry handling." --tags observability,bug