speckit-implement

Orchestrate software implementation tasks from project task ledgers and architectural plans.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/GatePass-Security/gatepass --skill speckit-implement-gatepass-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/GatePass-Security/gatepass/tree/main/.claude/skills/speckit-implement
Command: npx skills add https://github.com/GatePass-Security/gatepass --skill speckit-implement-gatepass-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the execution of multi-phase development tasks defined in a project's specification, ensuring that implementation follows strict architectural and governance constraints.

Core Features & Use Cases

  • Task Orchestration: Processes tasks from a central ledger, managing dependencies and parallel execution phases.
  • Governance Enforcement: Validates project state against memory-based constitutions and required ignore-file patterns.
  • Use Case: When a new feature is defined in a spec-kit project, this skill handles the end-to-end setup, testing, and implementation flow while ensuring all project-specific checklists are satisfied.

Quick Start

Invoke the speckit-implement skill to begin processing the tasks defined in the current project directory.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate software implementation tasks from a project specification?

To automate software implementation tasks, this skill parses project task ledgers and architectural plans to orchestrate sequential and parallel development phases while enforcing repository-level governance and configuration standards.

Do I need a specific project structure to automate implementation workflow execution?

Yes, workflow execution requires a valid spec-kit project structure containing a defined tasks.md file and a .specify/ directory to correctly parse and manage development phases.

How does task orchestration handle dependencies for multi-phase development plans?

Task orchestration processes tasks from a central ledger to manage dependencies and parallel execution phases, ensuring that multi-phase development plans are executed in the correct sequence.

What is repository-level governance enforcement in software implementation?

Repository-level governance enforcement validates the project state against memory-based constitutions and required ignore-file patterns to ensure implementation follows strict architectural constraints.

Can I use this for end-to-end feature setup and testing in a spec-kit project?

Yes, when a new feature is defined in a spec-kit project, this skill handles the end-to-end setup, testing, and implementation flow while ensuring all project-specific checklists are satisfied.

Why does project implementation fail when parsing the task ledger?

Implementation fails when the project lacks a valid spec-kit structure, specifically missing the required tasks.md file or the .specify/ directory needed to parse architectural plans and governance rules.