Loading...
Loading...
Set up a Markdown-based local ticket management system for your project. Create task, bug, and chapter tickets in the .local/ticket/ directory, and track progress using checklists. It can be used casually since it is not managed by Git. Language and framework agnostic. Use when requested: "introduce ticket system", "task management with Markdown", "set up local ticket management", "create ticket", "create bug ticket", "create chapter", "create epic", "local ticket system", "setup ticket management".
npx skill4agent add tbsten/skills local-ticket-system.local/ticket/.local/ticket/.local/ticket/assets/about.md.local/ticket/about.mdassets/task-0xx-template.md.local/ticket/task-0xx-template.mdassets/chapter-template.md.local/ticket/chapter-template.md.local/.gitignore.local/ticket/| Type | Purpose | Granularity |
|---|---|---|
| task | A single unit of work. Granularity that can be implemented and committed | Small to medium. Can be completed in one work session |
| bug | Record and fix existing defects | Small to medium. One ticket per bug |
| chapter | A high-level concept that groups multiple tasks/bugs | Large. Proceed by organizing requirements → splitting into tasks/bugs |
bugchaptertasktask-{3-digit serial number}-{slug}.mdtask-001-add-login.mdbug-{3-digit serial number}-{slug}.mdbug-001-null-pointer.mdchapter-{slug}.mdchapter-multi-tenant.md.local/ticket/# Title# 🗑️ Delete unnecessary code
# ✨ Add login functionality
# 🐛 null pointer in user lookup
# 🏗️ Multi-tenant support chapter| Emoji | Purpose |
|---|---|
| ✨ | New feature / feat |
| 🐛 | Bug fix / fix |
| 🗑️ | Delete unnecessary code/files |
| ♻️ | Refactoring |
| 📝 | Documentation |
| ✅ | Add/modify tests |
| 🎨 | Code style / formatting |
| ⚡ | Performance improvement |
| 🔧 | Configuration change |
| 🚧 | WIP / In progress |
| 🔥 | Large-scale deletion |
| 🔒 | Security fix |
| ⬆️ | Dependency upgrade |
| ⬇️ | Dependency downgrade |
| 🚀 | Deployment / release |
| 💄 | UI / style adjustment |
| 🏗️ | Architecture change / chapter |
| 🚨 | Fix lint warnings |
| 🔀 | Merge |
| 📦 | Packaging |
| 🧪 | Experimental feature |
| 🩹 | Minor fix |
| 💚 | CI fix |
| 📈 | Metrics / analytics |
| 🌐 | i18n / l10n |
| ♿ | Accessibility |
| 🏷️ | Type / type definition |
| 🚸 | UX improvement |
| 🩺 | Health check / diagnosis |
assets/task-0xx-template.md# {emoji} Title
Overview description
## Verification Method
Steps/commands for operation verification
## Checklist
- [ ] Implementation task 1
- [ ] Implementation task 2
- [ ] Delete unnecessary files
- [ ] Verification (perform items in the Verification Method section)
- [ ] Self-review
- [ ] commit
- [ ] Move this ticket to done/{emoji}assets/chapter-template.md# {emoji} Title
## What We Want to Do
Rough purpose and background
## Issues / Motivation
Why we want to do this, what are the current issues
## Scope (Tentative)
- Bullet points of roughly what we want to do
## What We Won't Do (Tentative)
- Items explicitly out of scope
## Items Needing Consideration
- [ ] Things that must be decided before design/implementation
## How to Proceed
1. [ ] Finalize requirements and scope
2. [ ] Design (DB / API / screens)
3. [ ] Split into implementation tickets (task-xxx, bug-xxx, etc.)
4. [ ] Implementation
5. [ ] Testing and operation verification
6. [ ] Deployment
## Reference Information
- Related existing tickets, documents, external links, etc..local/ticket/done/closed/deferred/mv .local/ticket/task-001-add-login.md .local/ticket/done/.local/ticket/archived/deferred/**Deferred Reason**: <Why it is being postponed>
**Reopen Trigger**: <Conditions for resuming work>
**Deferred Date**: YYYY-MM-DDdeferred/ticket/