analysis-phase

Community

Ensure consistency, detect breaking changes early.

Authormarcusgoll
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents costly rework and project delays by identifying inconsistencies across project artifacts and detecting potential breaking changes before implementation begins.

Core Features & Use Cases

  • Cross-Artifact Consistency: Validates alignment between specifications, plans, and tasks, ensuring a unified understanding of the feature.
  • Breaking Change Detection: Proactively identifies potential breaking changes to APIs, databases, or UI, allowing for early mitigation.
  • Dependency Validation: Verifies that all necessary dependencies are accounted for and compatible.
  • Use Case: Before starting any coding, use this Skill to review your feature's specification, implementation plan, and task breakdown. Ensure that every requirement in the spec is covered in the plan, every plan component has corresponding tasks, and no API changes will break existing clients.

Quick Start

1. Check consistency between your spec.md and plan.md

2. Verify alignment between your tasks.md and the planned implementation

3. Detect any potential breaking changes in API, database, or UI

4. Validate all identified dependencies

5. Generate an analysis report with your findings

Dependency Matrix

Required Modules

git

Components

references

💻 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: analysis-phase
Download link: https://github.com/marcusgoll/robinhood-algo-trading-bot/archive/main.zip#analysis-phase

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