implement

Execute machine-verifiable specifications step-by-step with verification and retry logic.

Updated May 5, 2026
One-click install
npx skills add https://github.com/Joncik91/Spectre --skill implement-joncik91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Joncik91/Spectre/tree/main/skills/implement
Command: npx skills add https://github.com/Joncik91/Spectre --skill implement-joncik91

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that specifications are executed precisely, with automated verification and retry logic, reducing errors and improving efficiency.

Core Features & Use Cases

  • Step-by-Step Execution: Executes specifications in atomic steps, ensuring each step is verified before moving on.
  • Verification: Performs automated checks to confirm the success of each step.
  • Retry Logic: Automatically retries failed steps once before halting.
  • Use Case: Ideal for automating complex tasks, such as building software or processing data, with a guarantee of accurate execution.

Quick Start

To execute the next step of your active specification, use the command: /implement

Frequently Asked Questions about implement

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

FAQPage Schema
How do I execute a specification step-by-step with automated verification?

To execute a specification step-by-step with automated verification, you can use a specification execution tool that processes each atomic step and verifies its success before moving to the next, ensuring accurate and error-free execution.

What is specification-driven development and how does retry logic handle failed steps?

Specification-driven development executes machine-verifiable specifications sequentially. Retry logic automatically retries failed steps once before halting the process, reducing errors and improving efficiency during complex automated tasks.

Do I need a specific environment to run specification execution with automated verification?

Yes, specification execution requires a properly configured Claude Code environment and access to the active specification to run step-by-step verification and retry logic correctly.

What's the best way to automate complex task execution with guaranteed step verification?

Automating complex task execution with guaranteed step verification is best achieved through specification-driven development, which executes atomic steps sequentially and performs automated checks to confirm success before proceeding.

Why does specification execution halt after a step fails during automated processing?

Specification execution halts after a step fails because the retry logic is designed to automatically retry failed steps only once before stopping, preventing compounding errors and ensuring accurate execution.

Can I use step-by-step execution for building software and processing data?

Yes, step-by-step specification execution is ideal for automating complex tasks like building software or processing data, providing atomic execution with automated verification and retry logic for accurate results.