speckit-implement

Execute software development tasks from tasks.md with validation checklists.

48|3|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/kalamdb/KalamDB --skill speckit-implement-kalamdb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/kalamdb/KalamDB/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/kalamdb/KalamDB --skill speckit-implement-kalamdb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the execution of complex development tasks defined in a project's implementation plan, ensuring that all prerequisites, checklists, and environment configurations are validated before code is written.

Core Features & Use Cases

  • Automated Workflow Orchestration: Executes tasks sequentially or in parallel based on a defined plan, ensuring TDD and dependency compliance.
  • Safety & Validation: Enforces project-wide checklists and automatically generates necessary ignore files (e.g., .gitignore, .dockerignore) based on the detected tech stack.
  • Use Case: When starting a new feature, use this skill to verify that all architectural requirements are met, checklists are passed, and the environment is correctly configured before the AI begins writing code.

Quick Start

Use the speckit-implement skill to execute the current implementation plan defined in the project tasks.md file.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate execution of implementation plans with TDD and dependency compliance?

Automate implementation plan execution by coordinating project tasks sequentially or in parallel, enforcing TDD compliance and task dependencies before any code is written. The skill reads your project's tasks.md file to orchestrate the structured coding workflow automatically.

What is automated safety validation for development workflows?

Automated safety validation enforces project-wide checklists and validates environment configurations before coding begins. It automatically generates necessary ignore files like .gitignore and .dockerignore based on the detected tech stack to ensure architectural constraints are met.

Do I need a spec-kit project structure to run automated implementation tasks?

Yes, you need a valid spec-kit project structure containing a tasks.md file and a .specify/ directory. These manage task dependencies and lifecycle hooks required to coordinate the automated execution of your development workflow.

Can I verify architectural requirements and environment configuration before writing code?

Yes, you can verify architectural requirements, pass project checklists, and validate environment configuration before code generation begins. The skill acts as a safety gate, ensuring all prerequisites defined in your implementation plan are met before executing coding tasks.

How to execute tasks sequentially or in parallel based on a defined implementation plan?

Execute tasks sequentially or in parallel by reading the defined plan in your project's tasks.md file. The skill coordinates task dependencies and lifecycle hooks within the .specify/ directory to orchestrate the development workflow automatically.

Limitations of automated workflow orchestration for structured coding tasks?

Automated workflow orchestration is limited to structured coding workflows requiring strict adherence to architectural constraints and environment configuration. It cannot operate without a valid spec-kit project structure and depends on properly defined task dependencies in tasks.md.