LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

speckit-implement - Execute implementation plan from tasks.md

Executes project implementation plans by processing tasks defined in tasks.md after checking prerequisites, extension hooks, and checklists.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Check extension hooks
  • Run prerequisite check script
  • Verify checklist completion status
  • Load implementation context files
  • Verify project ignore files
  • Execute implementation tasks by phases
  • Update task completion in tasks.md

Inputs

  • tasks.md file
  • plan.md file
  • .specify/extensions.yml file
  • .specify/scripts/bash/check-prerequisites.sh script
  • Checklist files
  • User input arguments

Outputs

  • Updated tasks.md file
  • Project ignore files
  • Source code and test files
  • Hook execution messages
  • Implementation summary reports

Requirements

  • spec-kit project structure with .specify/ directory
  • Bash execution environment
  • Git repository

Source

  • Spec: SKILL.md
spec-kit
implementation
task-execution
workflow
Check extension hooks
Run prerequisite check script
Verify checklist completion status
Load implementation context files
tasks.md file
plan.md file
.specify/extensions.yml file
Updated tasks.md file
Project ignore files
Source code and test files