analyze

Validate cross-artifact consistency across spec, plan, tasks, and checklist.

96|5|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/ArvorCo/Relentless --skill analyze-arvorco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/ArvorCo/Relentless/tree/main/.claude/skills/analyze
Command: npx skills add https://github.com/ArvorCo/Relentless --skill analyze-arvorco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates cross-artifact consistency across feature artifacts (spec, plan, tasks, and checklist) to prevent gaps before implementation.

Core Features & Use Cases

  • Pre-implementation validation: Detects misalignments between spec, plan, tasks, PRD, and checklist.
  • Quality governance: Verifies adherence to TDD, routing metadata, and quality gates across all artifacts.
  • Use Case: Before starting work on a feature, run this Skill to confirm that every artifact directly supports the implementation plan.

Quick Start

Run relentless analyze to generate a consistency report for your feature, for example: relentless analyze --feature NNN-feature

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I check cross-artifact consistency before implementation?

To check cross-artifact consistency, analyze your spec, plan, tasks, and checklist to detect misalignments. This validation process ensures every artifact directly supports the implementation plan, preventing gaps before coding begins.

What is cross-artifact consistency validation in software engineering?

Cross-artifact consistency validation is the process of verifying alignment across spec, plan, tasks, and checklist artifacts. It detects misalignments and enforces quality governance by checking TDD compliance, routing metadata, and quality gates.

How do I validate TDD compliance and quality gates across feature artifacts?

You validate TDD compliance and quality gates by analyzing your feature artifacts to verify they adhere to defined standards. This process ensures traceable quality controls and enables early risk detection in the development cycle.

When do I need to run a consistency report for my feature artifacts?

You need to run a consistency report before starting work on a feature. Running this analysis confirms that your spec, plan, tasks, and checklist align with defined standards, enabling early risk detection prior to implementation.

Can I detect misalignments between a PRD and a task checklist?

Yes, you can detect misalignments between a PRD and a task checklist through pre-implementation validation. This process analyzes all feature artifacts to identify gaps and verifies they directly support the implementation plan.

What are the limitations of automated cross-artifact consistency analysis?

Automated consistency analysis is limited to validating alignment across spec, plan, tasks, and checklist artifacts. It focuses on governance requirements like TDD compliance and routing metadata, but does not implement code or fix the detected gaps.