speckit-implement

Execute tasks from tasks.md with pre/post hooks in spec-kit projects.

128|7|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/PieroSierra/SecondBrain --skill speckit-implement-pierosierra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/PieroSierra/SecondBrain/tree/main/.claude/skills/speckit-implement
Command: npx skills add https://github.com/PieroSierra/SecondBrain --skill speckit-implement-pierosierra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of a project's implementation plan, processing and executing tasks defined in tasks.md, and supports pre/post hooks for additional project-specific steps.

Core Features & Use Cases

  • Task Execution: Automates the execution of tasks defined in tasks.md, ensuring project milestones are met.
  • Pre/Post Hooks: Supports project-specific pre-execution checks and post-execution actions through hooks.
  • Use Case: Ideal for projects with a structured implementation plan, where automating task execution and managing additional project-specific steps can save time and reduce errors.

Quick Start

Run the 'speckit-implement' command with optional implementation guidance or task filter.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate task execution from a markdown implementation plan?

You can automate project implementation by executing tasks defined in tasks.md. The tool processes your structured implementation plan and automatically runs the defined project milestones.

Can I run custom shell scripts before or after automated project tasks?

Yes, project implementation automation supports pre/post hooks. You can configure pre-execution checks and post-execution actions using shell scripts for additional project-specific steps.

Do I need a specific directory structure to automate task execution with YAML configurations?

Yes, task automation requires a spec-kit project structure with a .specify/ directory. The system utilizes YAML configurations within this structure for task management and hook execution.

What is the best way to manage pre-execution checks for structured project milestones?

The best way to manage pre-execution checks is through pre/post hooks configured via YAML and shell scripts. This ensures project-specific steps are validated before main task execution.

Why does my task automation fail when processing the implementation plan?

Task automation fails if the required spec-kit project structure is missing. Ensure your project has the .specify/ directory and that bash and yaml dependencies are properly configured.