project-surgeon-issue-changer

Analyze change request impacts and apply approved scope changes to project plans and code.

65|8|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/EasyCode-Obsidian/workflow-architect --skill project-surgeon-issue-changer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-surgeon-issue-changer
Source: https://github.com/EasyCode-Obsidian/workflow-architect/tree/main/claude/skills/project-surgeon-issue-changer
Command: npx skills add https://github.com/EasyCode-Obsidian/workflow-architect --skill project-surgeon-issue-changer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents scope creep and broken execution by managing change requests with mandatory impact analysis and controlled plan updates within a project-surgeon workflow.

Core Features & Use Cases

  • Mid-workflow change handling (Mode A): Pauses Phase 4 execution, runs impact analysis, updates only what’s necessary, then resumes from the first affected task.
  • Post-completion change handling (Mode B): Uses an abbreviated mini-workflow to plan and execute incremental changes after the project is marked completed.
  • Impact Matrix with severity classification: Scans existing plans and source code to classify changes as light, moderate, or major, and routes to the correct resolution path.
  • Strict safety guardrails: Ensures no code/plan changes occur before impact analysis and user confirmation, and preserves completed unaffected work.
  • Change tracking in state.json: Records every change request in .project-surgeon/state.json with lifecycle status and resolution metadata.

Quick Start

Invoke /project-surgeon-issue-changer with your change description (for example: add “new requirement: notification system”) to pause, analyze impact, and apply an approved scope change to the active or completed project.

Frequently Asked Questions about project-surgeon-issue-changer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage project scope changes without breaking active execution?

To manage project scope changes safely, this Skill pauses Phase 4 execution to run mandatory impact analysis on existing plans and source code. It only applies modifications after user approval, then resumes execution from the first affected task.

What is impact analysis for change requests in project management?

Impact analysis for change requests scans existing plans and source code to classify severity as light, moderate, or major. This matrix routes scope modifications to the correct resolution path, preserving unaffected work.

How to apply incremental changes after a project is completed?

To apply incremental changes after a project is completed, use the post-completion mini-workflow. It plans and executes new scope changes through an abbreviated process while still requiring mandatory impact analysis and user approval.

Can I modify source code before getting user approval on a change request?

No, you cannot modify source code or plans before user approval. Strict safety guardrails ensure no modifications occur until impact analysis is reviewed and explicitly confirmed by the user.

Where is change request state tracking recorded for execution control?

Change request state tracking is recorded in `.project-surgeon/state.json`. It logs every scope modification with lifecycle status and resolution metadata to maintain consistent project state.

What's the best way to prevent scope creep during mid-workflow plan modifications?

The best way to prevent scope creep during mid-workflow plan modifications is enforcing mandatory impact analysis and controlled updates. This Skill pauses execution, analyzes severity, and updates only necessary tasks before resuming.