← スキル一覧に戻る

backlog-create-feature
by throw-if-null
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: backlog-create-feature description: Create a new feature in the backlog with proper structure
Purpose
Create a new feature folder in .backlog/ with index.md and initial task files.
Prerequisites
- Feature name decided (lowercase, hyphen-separated if multi-word)
- Feature acronym decided (exactly 3 lowercase letters)
- Initial task breakdown identified
Procedure
-
Create feature directory
.backlog/<feature_name>/ -
Create index.md with this structure:
# <Feature Title> ## Overview [Brief description of the feature - what it does and why] ## Goals - [Goal 1] - [Goal 2] ## Implementation Approach [High-level approach, architecture decisions, key design choices] ## Tasks | ID | Title | Status | Dependencies | Notes | |----|-------|--------|--------------|-------| | [mol-<abc>-001](./mol-<abc>-001.md) | Task title | todo | - | Foundation task | | [mol-<abc>-002](./mol-<abc>-002.md) | Task title | todo | mol-<abc>-001 | | | [mol-<abc>-003](./mol-<abc>-003.md) | Task title | todo | mol-<abc>-001, mol-<abc>-002 | | ### Task Dependency Graphmol--001 (description) └─> mol--002 (description) └─> mol--003 (description)
mol--004 (independent task) └─> mol--005 (description)
## Feature Dependencies - [List any dependencies on other features or external work] ## Testing Strategy - [How this feature will be tested] ## Documentation Updates - [What docs need updating when this is complete] ## Acceptance Criteria - [ ] Criterion 1 - [ ] Criterion 2 -
Create initial task files
- Use template from
backlog-add-taskskill - Start with mol--001.md
- Use template from
-
Verify structure
- Check that index.md renders correctly
- Verify all task links work
- Ensure feature acronym is exactly 3 letters
Task File Template
See backlog-add-task skill for the standard task file format.
Example
Creating OpenTelemetry feature with acronym "ote":
.backlog/opentelemetry/
├── index.md
├── mol-ote-001.md
├── mol-ote-002.md
└── mol-ote-003.md
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です