spec-kit-skill

GitHub Spec-Kit integration for constitution-based spec-driven development (7-phase workflow)

View on GitHub
Author Pengfei Ni
Namespace @feiskyer/claude-code-settings
Category general
Version 1.0.1
Stars 1,159
Downloads 2
self.md verified
Table of content

GitHub Spec-Kit integration for constitution-based spec-driven development (7-phase workflow)

Installation

npx claude-plugins install @feiskyer/claude-code-settings/spec-kit-skill

Contents

Folders: skills

Included Skills

This plugin includes 1 skill definition:

spec-kit-skill

‘GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow. Triggers: “spec-kit”, “speckit”, “constitution”, “specify”, “.specify/”, “规格驱动开发”, “需求规格”.’

View skill definition

Spec-Kit: Constitution-Based Spec-Driven Development

Official GitHub Spec-Kit integration providing a 7-phase constitution-driven workflow for feature development.

Quick Start

This skill works with the GitHub Spec-Kit CLI to guide you through structured feature development:

  1. Constitution → Establish governing principles
  2. Specify → Define functional requirements
  3. Clarify → Resolve ambiguities
  4. Plan → Create technical strategy
  5. Tasks → Generate actionable breakdown
  6. Analyze → Validate consistency
  7. Implement → Execute implementation

Storage: Creates files in .specify/specs/NNN-feature-name/ directory with numbered features

When to Use


Prerequisites & Setup

Check CLI Installation

First, verify if spec-kit CLI is installed:

command -v specify || echo "Not installed"

Installation

If not installed:

# Persistent installation (recommended)
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git

# One-time usage
uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME>

Requirements:

Project Initialization

If C

…(truncated)

Source

View on GitHub

Tags: general