One-click install
npx skills add https://github.com/0xbillw/dotfiles --skill speckit-implement-0xbillw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/0xbillw/dotfiles/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/0xbillw/dotfiles --skill speckit-implement-0xbillw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex, multi-step process of implementing software features by coordinating task execution, project setup, and validation across a defined technical plan.

Core Features & Use Cases

  • Task Orchestration: Executes sequential and parallel tasks defined in a project's tasks.md file.
  • Project Guardrails: Automatically verifies prerequisites, manages ignore files, and enforces checklist completion before implementation.
  • Use Case: A developer can use this to execute a full feature implementation plan, ensuring that tests are run, dependencies are configured, and code is validated against the project's architecture without manual oversight.

Quick Start

Invoke the speckit-implement skill to begin executing the tasks defined in your current project directory.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate sequential task execution for a software development plan?

Automated task execution parses project-specific task lists and configuration files to orchestrate sequential and parallel implementation steps across diverse technology stacks. It manages project setup, dependency verification, and validation without manual oversight.

How does automated project implementation enforce code quality standards?

Automated project implementation enforces quality standards through hook-based lifecycle management and automated validation. It verifies prerequisites, manages ignore files, and ensures checklist completion before executing the defined technical plan.

What do I need to set up before automating feature implementation tasks?

Before automating feature implementation tasks, you need a project directory containing a tasks.md file defining your sequential and parallel tasks, along with the necessary configuration files to establish project architecture and quality guardrails.

Can I use task orchestration to manage dependencies across different technology stacks?

Yes, task orchestration manages dependency verification and sequential task execution across diverse technology stacks. It ensures dependencies are configured and code is validated against the project's architecture during the implementation process.

What is the best way to execute a full feature implementation plan without manual oversight?

The best way to execute a full feature implementation plan without manual oversight is using automated task orchestration. It coordinates task execution, project setup, and validation by parsing your project's tasks.md file and enforcing project guardrails automatically.