speckit-analyze
Spec Kit Analyze Skill
When to Use
- You have
spec.md,plan.md, andtasks.mdand need a read-only consistency analysis before implementation.
Inputs
specs/<feature>/spec.md,plan.md,tasks.md.specify/memory/constitution.md- Any user concerns or focus areas from the request
Goal
Identify inconsistencies, duplications, ambiguities, and underspecified items across the three core artifacts (spec.md, plan.md, tasks.md) before implementation. This skill MUST run only after a complete tasks.md exists (typically after speckit-tasks).
Operating Constraints
STRICTLY READ-ONLY: Do not modify any files. Output a structured analysis report. Offer an optional remediation plan (user must explicitly approve before any follow-up edits are performed manually).
More from dceoy/speckit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
250speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
198speckit-constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
198speckit-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
197speckit-implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
169speckit-clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
102