analyze
Analyze consistency across spec, plan, tasks, and checklist. Use before implementation. Triggers on: analyze consistency, check artifacts, validate feature.
npx skills add majiayu000/claude-skill-registry --skill analyze-arvorco-relentless --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Cross-Artifact Consistency Analyzer Validate consistency across feature artifacts before implementation. --- ## SpecKit Workflow This skill is **Step 5 of 6** in the Relentless workflow: specify → plan → tasks → convert → **analyze** → implement Prerequisites (ALL must exist): - `spec.md` - Feature specification - `plan.md` - Technical implementation plan - `tasks.md` - User stories and tasks - `prd.json` - Converted PRD with routing metadata (run convert first) - `checklist.md` - Quality validation checklist (recommended) Purpose: - Validate consistency across ALL artifacts - Catch gaps before implementation begins - **Ensure TDD and routing compliance** - **Verify quality gates are defined** --- ## The Job 1. Read all feature artifacts 2. Check for consistency issues 3. **Validate TDD compliance** 4. **Validate routing metadata** 5. **Validate quality gates** 6. Validate against constitution 7. Generate analysis report --- ## Files to Analyze Required: - `relentless/constitution.md` - `relentless/features/NNN-feature/spec.md` - `relentless/features/NNN-feature/plan.md` - `relentless/features/NNN-feature/tasks.md` - `relentless/features/NNN-feature/prd.json` - `relentless/featur
- SpecKit Workflow
- The Job
- Files to Analyze
- Validation Checks
- 1. Completeness
- 2. TDD Compliance Validation (MANDATORY)
- 3. Routing Metadata Validation (MANDATORY)
- 4. Quality Gates Validation (MANDATORY)
- 5. Constitution Compliance
- 6. Dependency Consistency
- 7. Scope Consistency
- 8. Data Model Consistency
- 9. API Consistency
- 10. Testing Coverage
What does the analyze skill do?
Analyze consistency across spec, plan, tasks, and checklist. Use before implementation. Triggers on: analyze consistency, check artifacts, validate feature.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill analyze-arvorco-relentless --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
