From gsd
Inserts urgent work as decimal phases (e.g., 72.1) between existing integer phases in roadmaps without renumbering. Useful for mid-milestone discoveries requiring workflow execution.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<objective>
Inserts decimal phases (e.g., 72.1 after 72) into .planning/ROADMAP.md for urgent mid-milestone work without renumbering. Parses args, verifies phases, finds next decimal, generates slugs using bash.
Adds sequential phase to current roadmap milestone: calculates next integer number, generates slug from description, creates directory, updates roadmap and STATE.md.
Share bugs, ideas, or general feedback.
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.