gsd-insert-phase

star 0

Insert urgent work as decimal phase (e.g., 72.1) between existing phases

juaniitos By juaniitos schedule Updated 3/27/2026

name: gsd-insert-phase description: "Insert urgent work as decimal phase (e.g., 72.1) between existing phases"

## A. Skill Invocation - This skill is invoked when the user mentions `gsd-insert-phase` or describes a task matching this skill. - Treat all user text after the skill mention as `{{GSD_ARGS}}`. - If no arguments are present, treat `{{GSD_ARGS}}` as empty.

B. User Prompting

When the workflow needs user input, prompt the user conversationally:

  • Present options as a numbered list in your response text
  • Ask the user to reply with their choice
  • For multi-select, ask for comma-separated numbers

C. Tool Usage

Use these Windsurf tools when executing GSD workflows:

  • Shell for running commands (terminal operations)
  • StrReplace for editing existing files
  • Read, Write, Glob, Grep, Task, WebSearch, WebFetch, TodoWrite as needed

D. Subagent Spawning

When the workflow needs to spawn a subagent:

  • Use Task(subagent_type="generalPurpose", ...)
  • The model parameter maps to Windsurf's model options (e.g., "fast")
Insert a decimal phase for urgent work discovered mid-milestone that must be completed between existing integer phases.

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.

@/Users/diegocaminor/Documents/proyectos/anyone-ai/final-project/anyone-ai-interviewer-frontend/.windsurf/get-shit-done/workflows/insert-phase.md Arguments: {{GSD_ARGS}} (format: )

Roadmap and state are resolved in-workflow via init phase-op and targeted tool calls.

Execute the insert-phase workflow from @/Users/diegocaminor/Documents/proyectos/anyone-ai/final-project/anyone-ai-interviewer-frontend/.windsurf/get-shit-done/workflows/insert-phase.md end-to-end. Preserve all validation gates (argument parsing, phase verification, decimal calculation, roadmap updates).
Install via CLI
npx skills add https://github.com/juaniitos/anyone-ai-interviewer-frontend --skill gsd-insert-phase
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator