Claude Code Plugins

Community-maintained marketplace

Feedback

analysis-phase

@marcusgoll/Spec-Flow
12
0

Standard Operating Procedure for /analyze phase. Covers cross-artifact consistency validation and breaking change detection.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name analysis-phase
description Standard Operating Procedure for /analyze phase. Covers cross-artifact consistency validation and breaking change detection.
allowed-tools Read, Edit, Grep, Bash

Analysis Phase: Standard Operating Procedure

Training Guide: Validate cross-artifact consistency and detect breaking changes.

Phase Overview

Purpose: Review work and identify potential breaking changes or inconsistencies. Inputs: All workflow artifacts Outputs: analysis-report.md with findings Expected duration: 15-30 minutes

Execution Steps

  1. Check spec-plan consistency
  2. Verify task-implementation alignment
  3. Detect breaking changes (API, database, UI)
  4. Validate dependencies
  5. Generate analysis report

Common Mistakes

  • Missing breaking change detection
  • Inconsistent artifacts
  • No cross-reference validation

Completion Criteria

  • All artifacts consistent
  • Breaking changes documented
  • Analysis report generated

This SOP guides the analysis phase.