analysis-phase

Analyze feature development for consistency and breaking changes.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill analysis-phase-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analysis-phase
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/analysis-phase
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill analysis-phase-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires grep, bash, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the analysis of feature development, ensuring cross-artifact consistency and detecting breaking changes before deployment, saving time and reducing risk.

Core Features & Use Cases

  • Cross-Artifact Consistency: Validates spec-plan alignment, task-implementation consistency, and identifies API/database/UI breaking changes.
  • Automated Analysis: Runs through a series of checks to ensure all aspects of the feature are aligned and ready for deployment.
  • Use Case: Before deploying a new feature, use this Skill to validate the spec, plan, and tasks, ensuring that there are no inconsistencies or breaking changes.

Quick Start

Run the /analyze command to validate cross-artifact consistency and detect breaking changes.

Frequently Asked Questions about analysis-phase

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

FAQPage Schema
How do I detect breaking changes in API and database schemas before deployment?

You can detect breaking changes by automating feature analysis to validate cross-artifact consistency, checking spec-plan alignment, and identifying API, database, and UI breaking changes before deployment.

What is spec-plan alignment and how does it validate task implementation?

Spec-plan alignment validates that your development tasks and implementation match the original specifications, ensuring cross-artifact consistency and detecting task-implementation mismatches automatically.

How do I run an automated consistency check for feature development?

You can run an automated consistency check by executing the /analyze command, which validates spec-plan alignment, checks task-implementation consistency, and identifies breaking changes across artifacts.

Do I need bash and grep to validate task-implementation alignment?

Yes, you need bash and grep installed in your environment to validate task-implementation alignment, as the analysis relies on these tools for detailed cross-artifact consistency checks.

What is the best way to ensure cross-artifact consistency across software specifications?

The best way to ensure cross-artifact consistency is to automate feature analysis, which runs through a series of checks to validate that all aspects of the feature are aligned and ready for deployment.