From Buildomator
Adds a new phase to the end of the current milestone in a roadmap, handling phase numbering, directory creation, slug generation, and state tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bm:add-phase <description><description>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Routes to the add-phase workflow which handles:
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/add-phase.md </execution_context>
Arguments: $ARGUMENTS (phase description)Roadmap and state are resolved in-workflow via init phase-op and targeted tool calls.
The workflow handles all logic including:
npx claudepluginhub buildomator/buildomator --plugin bmAdds a new phase to the current milestone in a roadmap, automating directory creation, slug generation, and state tracking. Useful for structured project planning.
Manages phases in ROADMAP.md: add integer phases, insert decimal phases, remove and renumber, or edit existing phases.
Inserts urgent work as a decimal phase (e.g., 72.1) between existing integer phases without renumbering the roadmap.