npx skills add doitundoit/github-spec-kitREADME
GitHub Spec Kit Skill for AI Agent
This repository contains the Spec Kit skill for the AI Agent. It enables Spec-Driven Development (SDD) workflows directly within your AI-assisted development environment.
Overview
The Spec Kit skill guides you through the process of defining, planning, and implementing features using the GitHub Spec Kit methodology. It transforms the agent into a proactive partner that enforces quality and consistency.
Features
- Project Initialization: Streamlined setup for new Spec Kit projects.
- Constitution Management: Define and enforce project principles (Code Quality, Testing, etc.).
- Spec Generation: Interactive prompts to create detailed feature specifications.
- Implementation Planning: Structured technical planning (architecture, data models).
- Task Breakdown: Automatic generation of step-by-step implementation tasks.
- Guided Implementation: Context-aware assistance for executing tasks.
Installation
To use this skill with your AI Agent:
- Clone this repository or copy the content to your skills directory (e.g.,
~/.gemini/skills/spec-kit). - Ensure
SKILL.mdis present in the root of the skill folder.
Usage
Once the skill is activated, you can use the following triggers to drive the workflow:
/speckit.constitution: Establish project principles./speckit.specify: Create a new feature specification./speckit.plan: Create a technical implementation plan./speckit.tasks: Generate actionable tasks from the plan./speckit.implement: Start the implementation phase.
Workflow
- Initialize: Use
uvx --from specify-cli specify initto bootstrap. - Principles: Define your
constitution.md. - Specify: Describe what you are building in
spec.md. - Plan: Decide how to build it in
plan.md. - Tasks: Break it down into
tasks.md. - Implement: Execute the tasks.
For more details on the Spec Kit methodology, visit the official repository.
Publisher
Statistics
Stars0
Forks0
Open Issues0
CreatedJan 26, 2026