plan-validator

Community

Validate development plans for safety, completeness, and quality.

Authoramo-tech-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures that your development plans (migrations, deployments, refactors) are safe, complete, and adhere to best practices, preventing costly errors and project delays. It provides a structured validation framework, saving you from executing flawed plans.

Core Features & Use Cases

  • 5-Layer Validation Pyramid: Systematically checks plans across pre-execution, smoke, automated preflight, integration, and production validation layers.
  • Automated Environment & Dependency Checks: Runs scripts to verify Node.js, Python, Git, and required packages are correctly set up.
  • Rollback Procedure Validation: Ensures rollback plans are documented, tested, fast, and complete, providing a safety net for critical changes.
  • Use Case: Before executing a database migration, use this skill to validate the plan's structure, run automated environment checks, and confirm the rollback procedure is robust, ensuring a safe and successful migration.

Quick Start

1. Run automated environment validation

bash /home/sk/template-copilot-kit-py/scripts/validate-environment.sh

2. Run automated dependency validation

bash /home/sk/template-copilot-kit-py/scripts/validate-dependencies.sh

Dependency Matrix

Required Modules

bashnodepythongit

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: plan-validator
Download link: https://github.com/amo-tech-ai/medellin-spark/archive/main.zip#plan-validator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository