speckit-implement

Execute project implementation plans from tasks.md and plan.md.

1|Updated Jan 23, 2021
One-click install
npx skills add https://github.com/Dangerdan9631/Vayeate --skill speckit-implement-dangerdan9631
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/Dangerdan9631/Vayeate/tree/main/vayeate-theme-studio/.agents/skills/speckit-implement
Command: npx skills add https://github.com/Dangerdan9631/Vayeate --skill speckit-implement-dangerdan9631

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of a project's implementation plan, ensuring all tasks are processed and executed as defined in tasks.md.

Core Features & Use Cases

  • Task Automation: Process and execute tasks defined in tasks.md.
  • Compatibility: Requires a spec-kit project structure with a .specify/ directory.
  • Hooks: Execute pre and post-implementation hooks defined in .specify/extensions.yml.
  • Use Case: Ideal for managing project implementations with detailed task breakdowns and conditional execution logic.

Quick Start

Run the speckit-implement skill to begin the implementation process for your project.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate project implementation tasks defined in a markdown plan?

Automate project implementation tasks by running a process that parses markdown plan files and executes the defined steps sequentially. This ensures all tasks are processed automatically as written in the plan.

Do I need PowerShell to execute pre and post-implementation hooks?

Yes, PowerShell is required to execute pre and post-implementation hooks. The automation relies on PowerShell scripts to process the defined hook logic during the task execution lifecycle.

Does task automation work with spec-kit project structures?

Yes, task automation works directly with spec-kit project structures. It processes implementation plans by looking for a .specify directory and reading the defined extension hooks.

What is the best way to run conditional execution logic for project tasks?

The best way to run conditional execution logic is using pre and post-execution hooks defined in extensions.yml. These hooks trigger automated scripts before or after specific tasks run.

How do I start the implementation process for a project with a detailed task breakdown?

Start the implementation process by invoking the automation skill. It reads your tasks.md and plan.md files and automatically begins executing the project implementation plan.

Why are my automated project tasks not processing from the plan file?

Automated tasks fail to process if the .specify directory is missing or if PowerShell is not installed. Ensure your project matches the spec-kit structure and the execution environment is properly configured.