← スキル一覧に戻る

ticket-workflow
by erezgit
⭐ 0🍴 0📅 2026年1月12日
SKILL.md
name: ticket-workflow description: Create tickets, roadmaps, and track feature development. Use when user mentions new feature, bug fix, improvement, ticket creation, or needs a roadmap template. allowed-tools: Bash, Write, Edit, Read
Ticket Workflow
Create and manage development tickets with roadmap templates.
Ticket Structure
Location: spaces/my-jarvis/tickets/XXX-icon-ticket-name/
Format: Number + emoji icon + descriptive name
Creating New Ticket
# 1. Check existing tickets for highest number
ls spaces/my-jarvis/tickets/
# 2. Create new folder
mkdir spaces/my-jarvis/tickets/XXX-🔄-descriptive-name
# 3. Create 1-roadmap.md using template below
Roadmap Template
# Ticket XXX: [Feature Name] - Roadmap
**Status**: 🟠 NOT STARTED | **Priority**: HIGH | **Last Updated**: [Date]
---
## Implementation Roadmap
### Phase 1: Research & Analysis
1. 🟠 Analyze existing codebase patterns
2. 🟠 Document current architecture
3. 🟠 Define test scenarios
### Phase 2: Implementation
4. 🟠 Implement backend logic
5. 🟠 Create frontend components
6. 🟠 Connect frontend to backend
### Phase 3: Testing & Polish
7. 🟠 Run end-to-end tests
8. 🟠 Test edge cases
9. 🟠 Deploy to development
---
## Product Section
[Feature overview, user impact, success criteria]
## Architecture Section
[Technical approach, component structure, API design]
## Historical Log
[Date-stamped progress entries]
Status Icons
| Icon | Meaning |
|---|---|
| 🟠 | Not started |
| 🟡 | In progress |
| ✅ | Complete |
| ❌ | Blocked |
Discovery Phase
Before creating ticket:
- Assess - Understand what user wants
- Challenge - Ask clarifying questions
- Define - Establish success criteria
- Create - Make ticket once goal is clear
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です