analyze

Verify spec, plan, and codebase alignment before implementation.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/labs21-dev/agents-stack --skill analyze-labs21-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/labs21-dev/agents-stack/tree/main/templates/.agents/skills/using-agents-stack/analyze
Command: npx skills add https://github.com/labs21-dev/agents-stack --skill analyze-labs21-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies and aligns the pre-implementation artifacts (spec, plan, tasks) with the actual codebase to prevent drift and rework before coding begins.

Core Features & Use Cases

  • Enforces an adversarial, multi-check gate to ensure spec consistency, architectural traceability, and task completeness.
  • Generates a formal deliverables-and-status artifact suite and prevents progression to implementation until all gating criteria pass.
  • Supports structured workstreams across AC extraction, architecture coverage, task traceability, deliverables verification, DAG integrity, and plan-vs-codebase reality.

Quick Start

Initiate the analyze phase to verify spec, plan, and codebase alignment before coding begins.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I verify spec-to-code alignment before implementation begins?

To verify spec-to-code alignment, you run an adversarial eight-check process that resolves misalignments between your spec, plan, tasks, and codebase. It blocks implementation progression until all gating criteria pass.

What is the best way to prevent codebase drift from the project plan?

Preventing codebase drift involves checking plan-vs-codebase reality and DAG integrity before coding. This skill enforces task traceability and architecture coverage to ensure your codebase matches your project plan.

How do I extract acceptance criteria and trace them through architecture tasks?

Extracting acceptance criteria and tracing them through architecture tasks is handled by the AC extraction and task traceability checks. This ensures your architectural decisions fully cover the required acceptance criteria.

Does this spec-to-code alignment process generate status reports for workstreams?

Yes, the spec-to-code alignment process generates a formal deliverables-and-status artifact suite. It outputs a structured report.md and status.json file directly to your specified workstream directory.

Can I use this alignment checker to modify my codebase during the analysis phase?

No, you cannot use this alignment checker to modify your codebase. It enforces strict read-only boundaries during the analysis phase to safely verify deliverables without risking unintended code changes.