speckit-implement

Execute Speckit implementation plans with dependency-aware phase coordination.

Updated May 22, 2026
One-click install
npx skills add https://github.com/brianpunzalan/webui-rubric --skill speckit-implement-brianpunzalan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/brianpunzalan/webui-rubric/tree/main/.claude/skills/speckit-implement
Command: npx skills add https://github.com/brianpunzalan/webui-rubric --skill speckit-implement-brianpunzalan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps execute a Speckit implementation plan end-to-end by running pre-checks, validating task and checklist readiness, applying phase-by-phase instructions, and optionally triggering extension hooks.

Core Features & Use Cases

  • Extension hook orchestration (before and after): Detects and runs configured hooks from .specify/extensions.yml to extend or automate pre/post implementation behavior.
  • Checklist-driven safety gate: Scans checklists to ensure required work is complete, prompting the user if anything is incomplete.
  • Plan/context loading and coordinated execution: Reads tasks.md and plan.md (plus optional supporting docs) and then executes the task plan in dependency-aware phases.
  • Project setup verification: Creates or verifies repo ignore files (.gitignore, .dockerignore, .eslintignore, .prettierignore, .npmignore, .terraformignore, .helmignore) based on detected tech stack.
  • Progress tracking and failure handling: Marks tasks off as [X] and halts on failures following sequential/parallel rules.

Quick Start

Ask for implementation while optionally narrowing scope by telling the skill what subset of tasks you want to focus on.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I execute a spec-kit implementation plan phase by phase?

To execute a spec-kit implementation plan, load tasks.md and plan.md from the .specify directory, run prerequisite checklist gating, and coordinate dependency-aware phase execution with parallelism rules. The execution marks tasks complete as [X] and halts on failures.

How does checklist validation work before running implementation tasks?

Checklist validation works by scanning required checklists to ensure all prerequisite work is complete before execution begins. If the checklist validation finds incomplete items, it prompts the user to resolve them before proceeding with the implementation phases.

Do I need .specify directory structure to run task orchestration?

Yes, you need the .specify directory structure to run task orchestration. This execution requires tasks.md and plan.md within .specify to define the workflow, and optionally reads governance and contract docs if present.

Can I run custom extension hooks before and after implementation phases?

Yes, you can run custom extension hooks before and after implementation phases. The execution detects and invokes configured hooks from .specify/extensions.yml to extend or automate pre and post implementation behavior during task orchestration.

How do I verify repository setup and ignore files for my tech stack during project setup?

To verify repository setup and ignore files, the execution checks for or creates .gitignore, .dockerignore, .eslintignore, .prettierignore, .npmignore, .terraformignore, and .helmignore based on the detected tech stack.