원클릭으로
beads
Persistent task tracking with dependency graphs via bd CLI. Use for multi session work that must survive compaction.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Persistent task tracking with dependency graphs via bd CLI. Use for multi session work that must survive compaction.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when preparing, reviewing, or documenting versioned app releases, changelogs, SemVer bumps, release commits, git tags, or tag-gated production deploys
Create git commits using Conventional Commits format. Use when the user asks to commit changes or wants help crafting a commit message.
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
Design CLI tools with consistent UX patterns.
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
Google Workspace automation via gogcli for Gmail, Calendar, Drive, Contacts, Tasks, and Sheets. Use when managing Google Workspace data.
| name | beads |
| description | Persistent task tracking with dependency graphs via bd CLI. Use for multi session work that must survive compaction. |
| compatibility | Requires bd CLI v0.34.0+ and git repository. |
Graph-based task tracker that survives conversation compaction.
Use bd (not TodoWrite) when:
bd ready # Find unblocked tasks
bd show <id> # Get context
bd update <id> --status in_progress # Start work
bd create "Title" -p 1 # Create task (priority 0-4)
bd update <id> --notes "Progress" # Add notes (survives compaction)
bd close <id> --reason "Done" # Complete task
bd dep add <child> <parent> # Add dependency
bd sync # Sync with git remote
COMPLETED: Specific deliverables
IN PROGRESS: Current state + next step
BLOCKERS: What's preventing progress
Use bd --help or see references/examples.md for all commands.