← Back to list

create-beads
by pprice
Claude Code bead powers: Superpowers for beads
⭐ 2🍴 1📅 Jan 18, 2026
SKILL.md
name: create-beads description: Use when you have a design or requirements and need to create beads (epics/tasks) for implementation
Creating Beads
Convert designs into beads. Verify bd is installed first or STOP.
Structure
Multi-task features: Epic + child tasks
bd create "Feature Name" --type epic -d "Goal and design summary"
bd create "Task 1" --parent <epic-id> -d "What to do, files to touch"
Small features: Standalone tasks
bd create "Task title" -d "Description"
Task Guidelines
- Bite-sized: 2-5 minutes each
- Exact file paths
- Specific code/commands (not "add validation")
- TDD: test first, implement, commit
Task Description Format
Goal: What this accomplishes
Files: exact/paths/here
Steps: 1. Write test 2. Implement 3. Verify
Acceptance: Tests pass, no regressions
After Creating
bd list --parent <epic-id> # Show tasks
bd ready # Find unblocked work
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon