bb-specify
Templates: If you need the template files referenced below (spec-template.md, plan-template.md, etc.), they are available in the BB-Skills repository at
templates/. If installed locally, check~/.bb-skills/templates/or the project'stemplates/directory.
User Input
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Outline
The text the user typed when invoking this skill is the feature description. Assume you always have it available in this conversation. Do not ask the user to repeat it unless they provided an empty command.
Given that feature description, do this:
- Generate a concise short name (2-4 words) for the branch:
- Analyze the feature description and extract the most meaningful keywords
- Create a 2-4 word short name that captures the essence of the feature
More from buildbetter-app/bb-skills
trust-but-verify
Use when a feature branch has been implemented and you need to verify the UI/UX and functionality match the original plan before merging
12bb-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
12bb-review
Run a BuildBetter-first UX/usability and/or code review for the current feature.
11bb-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
10bb-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
10bb-checklist
Generate a custom checklist for the current feature based on user requirements.
10