---
title: "Turn feature ideas into executable implementation specs and task plans with Spec Kit"
description: "Use Spec Kit when an agent should turn a feature idea into a spec-first workflow with explicit artifacts, planning steps, and task breakdowns before code is written."
verification: "listed"
source: "https://github.com/github/spec-kit"
author: "GitHub"
publisher_type: "organization"
category:
  - "Templates & Workflows"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "github/spec-kit"
  github_stars: 88536
---

# Turn feature ideas into executable implementation specs and task plans with Spec Kit

Use Spec Kit when an agent should turn a feature idea into a spec-first workflow with explicit artifacts, planning steps, and task breakdowns before code is written.

## Prerequisites

uv, Git, a supported AI coding assistant

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install from GitHub with uv, for example: uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@vX.Y.Z, then run specify init in a project and use the /speckit.* workflow commands from a supported AI agent.
```

## Documentation

- https://github.github.com/spec-kit/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/turn-feature-ideas-into-executable-implementation-specs-and-task-plans-with-spec-kit/)
