From Buildomator
Inserts urgent work as a decimal phase (e.g., 72.1) between existing integer phases without renumbering the roadmap.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bm:insert-phase <after> <description><after> <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>
Uses decimal numbering (72.1, 72.2, etc.) to preserve the logical sequence of planned phases while accommodating urgent insertions.
Purpose: Handle urgent work discovered during execution without renumbering entire roadmap.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/insert-phase.md </execution_context>
Arguments: $ARGUMENTS (format: )Roadmap and state are resolved in-workflow via init phase-op and targeted tool calls.
npx claudepluginhub buildomator/buildomator --plugin bmInserts urgent work as a decimal phase (e.g., 72.1) between existing integer phases without renumbering the roadmap.
Manages phases in ROADMAP.md: add integer phases, insert decimal phases, remove and renumber, or edit existing phases.
Adds a new phase to the end of the current milestone in a roadmap, handling phase numbering, directory creation, slug generation, and state tracking.