spec-kit

Bootstrap a Spec Kit project with specify-cli and wire the SDD pipeline.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/jeo-skills --skill spec-kit-akillness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kit
Source: https://github.com/akillness/jeo-skills/tree/main/.agent-skills/spec-kit
Command: npx skills add https://github.com/akillness/jeo-skills --skill spec-kit-akillness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Spec-kit provides a wrapper to bootstrap and run GitHub's Spec Kit workflow, delivering a ready-to-run Spec-Driven Development setup for AI agents.

Core Features & Use Cases

  • Install and configure the specify-cli tool for a chosen AI agent (Claude Code, Copilot, Gemini, Codex, Cursor, opencode, Qwen, Kiro).
  • Bootstrap a new spec-kit project with agent integration and the standard SDD command pipeline wired.
  • Use the wrapper to initialize projects, drive the /speckit.constitution, /speckit.specify, /speckit.plan, /speckit.tasks, and /speckit.implement steps across agents and extensions.

Quick Start

Install specify-cli via uv or pipx, initialize a new project for your preferred agent, then start the /speckit workflow from inside the agent.

Frequently Asked Questions about spec-kit

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

FAQPage Schema
What is spec-driven development for AI agents and how does it work?

Spec-driven development for AI agents uses an executable specification pipeline to define, plan, and implement software. Spec-kit bootstraps this workflow by installing specify-cli and wiring the standard SDD command pipeline for end-to-end execution.

How do I bootstrap a Spec Kit project for Claude Code or Copilot?

To bootstrap a Spec Kit project, install specify-cli via uv or pipx, initialize a new project directory for your chosen agent, and the wrapper wires the agent integration and standard SDD command pipeline automatically.

Does spec-kit support AI agents like Gemini, Codex, and Cursor?

Yes, spec-kit supports bootstrapping projects for multiple AI agents including Claude Code, Copilot, Gemini, Codex, Cursor, opencode, Qwen, and Kiro, wiring the SDD pipeline for each specific environment.

What commands drive the spec-kit SDD workflow pipeline?

The spec-kit SDD workflow pipeline is driven by five commands: /speckit.constitution, /speckit.specify, /speckit.plan, /speckit.tasks, and /speckit.implement, which are executed from inside the integrated AI agent.

What is the best way to install specify-cli for a new SDD project?

The best way to install specify-cli for a new SDD project is using the uv or pipx package managers, which sets up the environment to initialize the spec-kit project and wire the AI agent integration.