speckit-implement.agent

Execute structured implementation plans from tasks.md with dependency-aware, test-first workflows.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill speckit-implement-agent-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement.agent
Source: https://github.com/stribus/pygerengastos/tree/main/.github/skills/speckit-implement.agent
Command: npx skills add https://github.com/stribus/pygerengastos --skill speckit-implement-agent-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and automates the execution of a structured implementation plan defined in tasks.md, enabling consistent setup, testing, core development, integration, and validation across a repository.

Core Features & Use Cases

  • Orchestrates phase-based execution from a tasks.md plan, enforcing dependency order and parallelization where allowed.
  • Supports Test-Driven Development by running tests before implementing the corresponding tasks and validating outcomes.
  • Tracks progress, marks completed tasks, and generates a reproducible execution audit for teams.

Quick Start

Load this skill and run the SpeckKit runner to begin executing all tasks defined in tasks.md, following the plan and reporting progress.

Frequently Asked Questions about speckit-implement.agent

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

FAQPage Schema
How do I automate execution of a structured implementation plan in tasks.md?

Automate implementation plan execution by loading the SpeckKit runner to process tasks.md, enforcing dependency-aware sequencing and phase-based execution from setup through validation.

What is phase-based execution with dependency-aware sequencing for development tasks?

Phase-based execution orchestrates structured plans by enforcing dependency order across setup, testing, core development, integration, and polish phases, enabling parallelization where allowed.

Does this automation tool support a test-first workflow during project development?

Yes, the execution engine supports a test-first workflow by running tests before implementing corresponding tasks and validating outcomes with explicit failure gating to halt on errors.

How do I track progress and generate an execution audit for repository projects?

Track progress automatically as the execution engine marks completed tasks in tasks.md and generates a reproducible execution audit detailing phase completion and validation outcomes.

What is the best way to coordinate phase-based development across a repository project?

Coordinate phase-based development by applying a structured plan that governs setup, tests, core development, integration, and polish, using dependency-aware sequencing to automate task execution.

When should I not use automated task planning for my development process?

Avoid automated task planning if your repository lacks structured tasks.md and plan.md files, since the execution engine requires these formats to govern setup, testing, and integration phases.