speckit-implement

Execute Speckit implementation plans across setup, tests, core, integration, and polish phases.

Updated Jun 8, 2025
One-click install
npx skills add https://github.com/cicero78M/Cicero_Web --skill speckit-implement-cicero78m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/cicero78M/Cicero_Web/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/cicero78M/Cicero_Web --skill speckit-implement-cicero78m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit implementation planning and execution often requires coordinating multiple phases, checks, and artifacts. This skill automates the end-to-end orchestration of Speckit tasks, reducing manual setup and coordination overhead.

Core Features & Use Cases

  • Phase-driven execution across Setup, Tests, Core, Integration, and Polish to ensure a reproducible workflow.
  • Pre-execution validation, dependency handling, and progress reporting with clear checkpoints.
  • Test-first execution workflow: run tests before implementing corresponding code and tasks, with sequential and parallel task coordination.

Quick Start

Provide your Speckit tasks.md and execute this skill to begin the full implementation workflow.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate implementation plan execution across setup, testing, and integration phases?

Automating implementation plan execution requires a phase-driven orchestration tool that handles setup, tests, core development, integration, and polish sequentially. This skill provides dependency-aware scheduling and validation checkpoints to coordinate these phases end-to-end reproducibly.

What is a test-first implementation workflow and how does it manage task dependencies?

A test-first implementation workflow runs tests before implementing corresponding code tasks. This skill enforces this approach using dependency-aware scheduling, coordinating sequential and parallel tasks while validating progress at explicit checkpoints throughout the execution lifecycle.

How do I execute Speckit tasks end-to-end from a tasks.md file?

To execute Speckit tasks end-to-end, provide your tasks.md file and initiate the workflow. The skill automates the full implementation process, utilizing pre-execution validation and progress reporting to ensure a reproducible workflow across all defined phases.

Can I use task-driven orchestration for parallel and sequential task coordination?

Yes, task-driven orchestration supports both parallel and sequential task coordination. This skill schedules tasks based on their dependencies, enforcing a test-first execution workflow with explicit validation checkpoints to manage the coordination overhead.

Does automated phase-based execution provide validation checkpoints during development?

Automated phase-based execution provides explicit validation checkpoints and pre-execution validation before progressing. This ensures dependency handling and progress reporting are maintained across setup, tests, core, integration, and polish phases for a reproducible workflow.