spec-kit-skill

Generate structured feature specifications across seven constitution-driven development phases.

322|45|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Microck/ordinary-claude-skills --skill spec-kit-skill-microck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kit-skill
Source: https://github.com/Microck/ordinary-claude-skills/tree/main/skills_all/spec-kit-skill
Command: npx skills add https://github.com/Microck/ordinary-claude-skills --skill spec-kit-skill-microck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides GitHub Spec-Kit integration for a structured, seven-phase workflow to produce specification-driven development.

Core Features & Use Cases

  • Constitution, Specify, Clarify, Plan, Tasks, Analyze, Implement phases
  • Storage of specs under .specify/specs/NNN-feature-name/
  • Guidance on using the CLI and directories for spec-driven work

Quick Start

Initialize a new spec-kit project and begin with the Constitution phase.

Frequently Asked Questions about spec-kit-skill

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

FAQPage Schema
How do I structure feature specifications using a constitution-driven workflow?

Constitution-driven specification uses a seven-phase workflow—Constitution, Specify, Clarify, Plan, Tasks, Analyze, Implement—to guide feature development systematically. Each phase builds on the previous one, with artifacts stored in `.specify/specs/NNN-feature-name/` directories, ensuring specifications are complete before implementation begins.

Can I use the spec-kit CLI to automate my specification workflow?

Yes. The spec-kit CLI orchestrates constitution-driven development by automating phase detection, managing artifact storage, and guiding you through each step. It integrates with `.specify/` directories to maintain structured specifications aligned with your project's constitution.

What problem does a seven-phase specification workflow solve?

A seven-phase workflow closes specification gaps that lead to unclear requirements, rework, and implementation misalignment. By separating constitution definition, clarification, planning, and task breakdown before implementation, it reduces ambiguity and ensures teams build the right feature correctly.

How do I initialize a spec-kit project and start the Constitution phase?

Initialize a new spec-kit project using the CLI, which sets up the `.specify/` directory structure and prepares your repository for constitution-driven development. The Constitution phase begins immediately, establishing the foundational principles guiding all subsequent specification and implementation work.

Does the spec-kit workflow work with existing GitHub projects?

Yes. Spec-kit integrates with GitHub projects by using `.specify/` directories and the spec-kit CLI. You can adopt the constitution-driven workflow in existing repositories by initializing spec-kit and following the seven phases for new or refactored features.

What are the limitations of constitution-driven specification for rapid iteration?

Constitution-driven workflows add upfront structure and documentation phases before coding begins. For teams prioritizing speed over specification rigor, the initial overhead may slow time-to-first-code, though it typically reduces rework and clarification cycles downstream.