← スキル一覧に戻る

spec
by arttttt
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: spec description: "Create or enrich issue specification. Use when the user invokes /spec or asks to draft or update a task spec in the tracker."
Spec Command
Behavior Profile
Use the planner skill as the behavior profile for this command.
Treat its rules as mandatory.
Follow CLAUDE.md, conventions.md, and ARCHITECTURE.md.
Task
Create new issue or enrich existing one with full specification.
Interaction Contract
- Always show a draft spec.
- Wait for explicit user confirmation before creating or updating the issue.
Algorithm
Step 1: Parse argument
- Empty → ask "Describe the task:", wait for response
- ID-like (2-4 chars or
DCATgBot-prefix) → enrich mode - Otherwise → create mode, use as description
Step 2: Research and draft
- Study relevant code and conventions
- Prepare specification draft
- Return draft without creating/updating the issue
Step 3: Confirm
## Specification Draft
<draft_spec>
---
Confirm? (ok / corrections)
Step 4: Apply
- If "ok": create/update issue via
beads - If corrections: update draft and then create/update
Step 5: Report
- Create: "Created:
<id>— " - Enrich: "Updated:
<id>— "
Issue Description Format
## Context
[Why this matters — 2-3 sentences]
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Scope
[What IS included]
## Out of Scope
[What is NOT included]
## Technical Notes
[Optional — implementation hints]
Important
- Never skip confirmation
- Resolve all questions before creating issues
- Use the
beadsskill for tracker operations
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です