Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

Beads Workflow

  • 53 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with automation & workflows tasks during AI-assisted development.

About

beads-workflow is a Claude Code skill for automation & workflows. It helps solo builders move faster with AI-assisted coding.

  • beads-workflow
  • Automation & Workflows
  • AI-coding skill

Beads Workflow by the numbers

  • 53 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #1,064 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill beads-workflow

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs53
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with automation & workflows tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Beads Workflow

Beads are epics, tasks, and subtasks with dependency structure, optimized for AI coding agents. They function like Jira or Linear but designed for machines. This skill covers the full lifecycle: converting markdown plans into beads, iteratively polishing them across multiple rounds and models, and integrating with the bd CLI and Agent Mail for swarm execution. Use this when you have a markdown plan and need to produce self-contained, implementation-ready tasks. Do not use this for the planning phase itself; use a planning skill for that.

Core Principle: "Check your beads N times, implement once" -- where N is as many as you can stomach.

Quick Reference

WorkflowWhat It DoesKey Detail
Plan to beadsConverts a markdown plan into granular beads with dependenciesUse the full or short conversion prompt with bd tool
Polish beadsIteratively reviews and improves bead qualityRun 6-9 rounds until steady-state; use full or standard prompt
Fresh sessionBreaks out of polishing plateausStart new session, re-establish context, then resume polishing
Cross-model reviewGets alternative perspectives on bead qualityRun final pass with a different model (Codex, Gemini CLI)
Add test coverageCreates unit test and e2e test beadsUse the test coverage prompt to audit and fill gaps
bd CLI basicsCreate, update, depend, close beadsAlways use bd tool; never run bare bv (interactive TUI)
Robot modeMachine-readable bv output for agentsbv --robot-triage, --robot-next, --robot-plan, --robot-insights
Agent Mail integrationCoordinate multi-agent bead executionUse bead ID as thread_id; prefix subjects with [bd-XXX]

Common Mistakes

MistakeCorrect Pattern
Oversimplifying bead descriptions to short bullet pointsBeads must be verbose and self-documenting with background, reasoning, and considerations
Stopping after one polish roundKeep polishing until steady-state (typically 6-9 rounds); start a fresh session if progress flatlines
Omitting test coverage beadsEvery feature bead should have associated unit test and e2e test beads with detailed logging
Not making all blocking relationships explicitUse bd depend to declare every dependency; agents cannot infer implicit ordering
Losing features from the original planCross-check every plan section against beads; everything must be embedded so the plan is never consulted again
Running bare bv without flagsAlways use bv --robot-* flags; bare bv launches an interactive TUI that blocks agents

Delegation

  • Create initial beads from a markdown plan: Use Task agent with the plan-to-beads prompt and bd tool access
  • Polish beads across multiple rounds: Use Task agent with the standard polish prompt, repeating until steady-state
  • Review bead graph for cycles and missing dependencies: Use Explore agent to run bv --robot-insights and validate the dependency structure
  • Add test coverage beads: Use Task agent with the test coverage prompt

References

  • Plan to Beads -- Converting markdown plans into beads, exact prompts, what gets created
  • Polishing Workflow -- Polishing protocol, fresh session technique, cross-model review, quality checklist
  • Agent Integration -- bd CLI commands, robot mode, Agent Mail integration, test coverage beads

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.