From beads-workflow
Create a well-structured beads issue with properly separated fields. Enforces that description, acceptance criteria, design, and labels are all populated correctly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/beads-workflow:create <title> [context or description]<title> [context or description]titlecontextThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are creating a new beads issue. Every issue must be **self-contained** — an agent picking it up in a fresh session should be able to implement it without asking clarifying questions.
$titleYou are creating a new beads issue. Every issue must be self-contained — an agent picking it up in a fresh session should be able to implement it without asking clarifying questions.
Follow these steps exactly.
From the title and any provided context, determine:
task, bug, or feature. If unclear, ask the user.Additional context provided: $context
The description is the what and why. It must answer:
Keep it concise but complete. A few paragraphs max.
Acceptance criteria are the definition of done. Each criterion must be:
Format as a markdown checklist:
- [ ] Given a logged-in doctor, when they view the patient list, then archived patients are hidden
- [ ] Given an admin, when they toggle the archive filter, then archived patients appear with a badge
- [ ] Edge case: empty state shows "no patients" message
The design is the how — implementation approach. Include:
If the issue is simple enough that the implementation is obvious (e.g., a config change, a label fix), skip this field.
Run a single bd create command with all fields populated:
bd create --title="$title" --type=<type> --priority=<priority> --description="<description>" --acceptance="<acceptance criteria>" --design="<design>" --add-label=needs-triage
Every new issue starts with needs-triage so it gets reviewed before anyone claims it.
Show the user:
/triage) or assign labels before an agent can pick it up--json for bd commands whenever available.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub nerdroid23/ai-marketplace --plugin beads-workflow