mcp-change-plan — RE-Engine implementation planning mcp-change-plan, RE-Engine, community, RE-Engine implementation planning, ide skills, mcp-change-plan install, MCP integration patterns, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Architecture Agents requiring detailed implementation planning with RE-Engine architecture and MCP integration patterns mcp-change-plan is a skill that generates detailed, RE-Engine-specific implementation plans with risk assessment and phased execution strategy

Features

Transforms natural language goals into concrete, actionable plans
Respects RE-Engine's architecture and MCP integration patterns
Includes risk assessment and phased execution strategy
Requires current state documentation from @mcp-repo-scan
Outputs detailed implementation plans with documentation requirements

# Core Topics

stackconsult stackconsult
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The mcp-change-plan skill by stackconsult is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for RE-Engine implementation planning, mcp-change-plan install, MCP integration patterns.

Ideal Agent Persona

Ideal for Architecture Agents requiring detailed implementation planning with RE-Engine architecture and MCP integration patterns

Core Value

Empowers agents to transform user requirements into actionable plans with risk assessment, phased execution strategy, and documentation requirements, respecting production deployment constraints and utilizing natural language processing for goal definition

Capabilities Granted for mcp-change-plan

Converting vague user requirements into concrete implementation plans
Generating detailed risk assessments for RE-Engine-specific projects
Creating phased execution strategies for MCP integration

! Prerequisites & Limits

  • Requires current state documentation from @mcp-repo-scan
  • Specific to RE-Engine architecture and MCP integration patterns
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

mcp-change-plan

Install mcp-change-plan, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

name: mcp-change-plan description: Transform user requirements into detailed, RE-Engine-specific implementation plans with risk assessment, phased execution strategy, and documentation requirements

Purpose

Convert vague requirements into concrete, actionable plans that respect RE-Engine's architecture, MCP integration patterns, and production deployment constraints.

Inputs Required

  • User's natural language goal or requirement
  • Current state documentation (from @mcp-repo-scan):
    • docs/ARCHITECTURE.md
    • docs/FLOWS.md
    • docs/OPERATIONS.md
    • docs/MCP_SERVERS.md
  • Acceptance criteria (if provided by user)

Classification Phase

1. Requirement Analysis

Analyze user's goal and classify into one of these categories:

Feature Development:

  • New outreach channel integration
  • Enhanced approval workflow
  • Additional automation capabilities
  • Dashboard enhancements
  • MCP tool additions

Bug Fix:

  • Message delivery failures
  • UI state management issues
  • Data synchronization problems
  • Authentication/authorization flaws
  • External API integration errors

Refactoring:

  • Code organization improvements
  • Performance optimization
  • Dependency updates
  • Technical debt reduction
  • Pattern standardization

MCP Integration:

  • New MCP server development
  • MCP tool expansion
  • MCP client enhancements
  • Cross-server communication
  • Tool composition

Infrastructure:

  • CI/CD pipeline improvements
  • Deployment automation
  • Monitoring and logging
  • Security hardening
  • Database migrations

Hybrid:

  • Combination of above categories
  • Multi-phase initiatives

2. Impact Assessment

For the classified requirement, determine:

Affected Components

  • List specific directories/files impacted
  • Identify which of: engine, web-dashboard, playwright, mcp/*, scripts

Flow Disruption

  • Which end-to-end flows are affected?
  • Will existing users experience downtime?
  • Are there data migration requirements?

MCP Integration Points

  • Which MCP servers/tools are involved?
  • Are new MCP tools needed?
  • Does this affect existing MCP client usage?

Risk Factors

  • High Risk: Authentication, payment/data integrity, external API changes
  • Medium Risk: UI changes, new features, performance optimizations
  • Low Risk: Documentation, minor refactors, test improvements

Breaking Changes

  • Will this break existing API contracts?
  • Does it require database migrations?
  • Are there external service dependencies?

3. Constraints Identification

Identify any constraints that affect the plan:

Technical Constraints:

  • TypeScript strict mode requirements
  • Existing patterns and conventions
  • Third-party API rate limits
  • Database schema limitations

Operational Constraints:

  • CI/CD pipeline requirements
  • Security scanning must pass
  • Test coverage thresholds
  • Deployment windows

Business Constraints:

  • Approval-first system requirements
  • Audit logging requirements
  • User notification needs

Planning Phase

4. Phased Implementation Plan

Create detailed plan with numbered phases. Save to plans/YYYY-MM-DD-target.md.

Phase 1: Discovery & Design

Objective: Fully understand requirements and design solution

Steps:

  1. Clarify ambiguous requirements with user questions
  2. Review relevant documentation and existing code
  3. Design architecture for new feature/refactor
  4. Define data structures and API contracts
  5. Document design decisions and alternatives considered
  6. Get user sign-off on design

Deliverables:

  • Design document
  • API specifications (if applicable)
  • Database schema changes (if applicable)
  • User interface mockups (if applicable)

Phase 2: Implementation

Objective: Build the solution incrementally with testing

Steps:

  1. Set up development environment
  2. Create necessary directories and files
  3. Implement core functionality (minimal viable)
  4. Add unit tests for new code
  5. Integrate with existing components
  6. Test integration points
  7. Refine implementation based on testing

Component-Specific Steps:

  • Engine: Implement business logic, API endpoints, service layers
  • Web-Dashboard: Create React components, state management, API calls
  • Playwright: Write automation scripts, test scenarios
  • MCP Servers: Define tool schemas, implement handlers, add tests
  • Scripts: Create deployment/utility scripts

Deliverables:

  • Implemented code
  • Unit tests
  • Integration test stubs

Phase 3: Testing

Objective: Verify functionality and quality

Steps:

  1. Run component unit tests: npm test
  2. Run integration tests: npm run test:integration
  3. Run end-to-end tests (if applicable): Playwright tests
  4. Verify TypeScript type-checking: npm run typecheck
  5. Run linting: npm run lint
  6. Fix any failures or warnings
  7. Verify test coverage meets requirements

Deliverables:

  • All tests passing
  • Code quality metrics met
  • Test coverage report

Phase 4: Documentation

Objective: Update all relevant documentation

Steps:

  1. Update docs/CHANGELOG.md with changes
  2. Update docs/ARCHITECTURE.md if structure changed
  3. Update docs/FLOWS.md if workflows changed
  4. Update docs/MCP_SERVERS.md for MCP changes
  5. Update inline code documentation
  6. Update API documentation (if applicable)

Deliverables:

  • Updated documentation files
  • Code comments where necessary

Phase 5: Deployment Preparation

Objective: Prepare for production deployment

Steps:

  1. Verify CI/CD pipeline compatibility
  2. Ensure security scans will pass
  3. Prepare deployment scripts
  4. Document deployment procedure
  5. Identify rollback plan
  6. Get final user approval

Deliverables:

  • Deployment checklist
  • Rollback procedure
  • User documentation (if applicable)

5. Assumptions & Open Questions

Document any assumptions made and questions requiring user clarification:

Assumptions:

  • [List all assumptions about requirements, data, integrations]

Open Questions:

  • [List questions that need user answers before proceeding]

Breaking Changes:

  • [List any breaking changes and migration paths]

Approval Phase

6. Present Plan to User

Provide complete plan with:

  • Classification and impact assessment
  • Phased implementation strategy
  • Time estimates (if possible)
  • Resource requirements
  • Risk mitigation strategies
  • Open questions requiring answers

Request user approval before proceeding to implementation.

Post-Approval Actions

If user approves:

  • Proceed to Phase 1: Discovery & Design
  • Begin implementation per plan

If user requests changes:

  • Revise plan based on feedback
  • Re-present for approval

If user has questions:

  • Answer questions
  • Clarify requirements
  • Update plan as needed Supporting Files:

.windsurf/skills/mcp-change-plan/plan-template.md

.windsurf/skills/mcp-change-plan/feature-checklist.md

.windsurf/skills/mcp-change-plan/bugfix-checklist.md

.windsurf/skills/mcp-change-plan/refactor-checklist.md

.windsurf/skills/mcp-change-plan/mcp-integration-checklist.md

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is mcp-change-plan?

Ideal for Architecture Agents requiring detailed implementation planning with RE-Engine architecture and MCP integration patterns mcp-change-plan is a skill that generates detailed, RE-Engine-specific implementation plans with risk assessment and phased execution strategy

How do I install mcp-change-plan?

Run the command: npx killer-skills add stackconsult/RE-Engine/mcp-change-plan. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for mcp-change-plan?

Key use cases include: Converting vague user requirements into concrete implementation plans, Generating detailed risk assessments for RE-Engine-specific projects, Creating phased execution strategies for MCP integration.

Which IDEs are compatible with mcp-change-plan?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for mcp-change-plan?

Requires current state documentation from @mcp-repo-scan. Specific to RE-Engine architecture and MCP integration patterns.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add stackconsult/RE-Engine/mcp-change-plan. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use mcp-change-plan immediately in the current project.

Related Skills

Looking for an alternative to mcp-change-plan or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI