// Impact-analysis-first modification workflow with backward compatibility assessment and breaking change detection. Auto-executes when user clearly wants to modify, change, update, adjust, enhance, extend, or alter existing feature behavior (not fixing bugs, not refactoring quality). For features that work but need to work differently.
| name | specswarm-modify |
| description | Impact-analysis-first modification workflow with backward compatibility assessment and breaking change detection. Auto-executes when user clearly wants to modify, change, update, adjust, enhance, extend, or alter existing feature behavior (not fixing bugs, not refactoring quality). For features that work but need to work differently. |
| allowed-tools | AskUserQuestion, SlashCommand |
Provides natural language access to /specswarm:modify command.
Trigger this skill when the user mentions:
Examples:
NOT for this skill:
Confidence-Based Execution:
Detect that user mentioned modifying/changing existing functionality
Extract the modification description from their message
Assess confidence and execute accordingly:
High Confidence (95%+) - Auto-execute immediately:
/specswarm:modify "modification description"Medium Confidence (70-94%) - Ask for confirmation:
Low Confidence (<70%) - Always ask:
If user cancels (Ctrl+C) or selects Option 2, process normally without SpecSwarm
After command completes, STOP - do not continue with ship/merge
/specswarm:modify runs complete workflow:
Stops after modification is complete - does NOT merge/ship/deploy.
This skill should trigger not just on exact keywords, but semantic equivalents:
Modify equivalents: modify, change, update, adjust, enhance, extend, alter, revise, adapt, transform, convert Target terms: feature, functionality, behavior, workflow, process, mechanism, system
Distinguish from:
User: "Change authentication from session to JWT"
Claude: ๐ฏ Running /specswarm:modify... (press Ctrl+C within 3s to cancel)
[Executes /specswarm:modify "Change authentication from session to JWT"]
User: "Update the authentication"
Claude: [Shows AskUserQuestion]
1. Run /specswarm:modify - Use SpecSwarm's impact-analysis workflow
2. Process normally - Handle as regular Claude Code request
User selects Option 1