Skip to main content
Version: v2.0.2

Introduction

Raaghu Spec Kit is an Azure DevOps extension for Specification-Driven Development. Instead of jumping straight from an idea to code, you first describe what you want to build. The extension uses AI to generate structured specifications, plans, and task lists, stores them in your project Wiki, and can create matching Azure Boards work items.

It is built on the open-source GitHub Spec Kit and works with Azure Boards, Repos, and Wiki. Spec Kit files live under Speckit/ in the wiki — no repository commits are required for those files.

What you can do

Once Spec Kit is set up, the workspace has five tabs and an AI chat panel on the right:

AreaWhat it is for
DashboardProject KPIs and specification readiness
WorkflowsGuided capability cards (governance, backlog, sprint, QA, release)
VisualSync an Epic → Feature → User Story → Task hierarchy into Azure Boards
IntakeUpload BRD/PRD documents and create work items from the AI analysis
ActivityTimeline of creates, updates, and intake documents
Chat & commandsTalk to your AI provider and run /speckit.* commands
AI optionsBring your own keys (Azure OpenAI, OpenAI, or Claude), or use Raaghu-hosted AI credits

Getting started

flowchart LR
A["1. Install"] --> B["2. Authorize"]
B --> C["3. Get a seat"]
C --> D["4. Initialize"]
D --> E["5. Connect AI"]
E --> F["6. First feature"]

Choose the path that matches your situation:

  1. Organization admin setting up Spec Kit for the first time — follow Admin Setup (install, subscribe, approve users, assign seats, set AI).
  2. Everyone else — follow Quick Start (~10 minutes) after an admin has assigned you a seat.
  3. Then complete Your First Feature — constitution through Boards hierarchy.

Next steps