implement

Executes validated software specifications with automated build and test cycles.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/Amirault/DevGate --skill implement-amirault
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Amirault/DevGate/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/Amirault/DevGate --skill implement-amirault

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates ambiguity and scope creep in software development by enforcing strict adherence to pre-approved technical specifications.

Core Features & Use Cases

  • Spec-Driven Execution: Automatically tracks implementation progress against defined increments and acceptance criteria.
  • Validation Guardrails: Ensures every code change is backed by an approved spec and verified through automated testing patterns.
  • Use Case: When a feature spec is marked as ready-to-implement, this skill guides the developer through each increment, ensuring tests are written and the implementation plan is followed exactly as specified.

Quick Start

Use the implement skill to start working on the spec named 2026-06-30-multiquote-limit-5.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I enforce strict adherence to software specifications during implementation?

Spec-driven execution enforces strict adherence to software specifications by automatically tracking implementation progress against defined increments and acceptance criteria. This eliminates ambiguity by requiring every code change to be backed by an approved spec.

How do I start implementing a feature from a validated specification file?

To start implementing a feature from a validated specification file, trigger the execution skill with the spec name. The workflow transitions the development status from todo to in-progress and guides you through each increment defined in the specification.

Does spec-driven development require any specific shell environment dependencies?

Spec-driven development requires integration with local shell environments to execute build commands. The workflow also depends on the jq command-line tool to process specification files and verify implementation against defined acceptance criteria.

Can I verify implementation against acceptance criteria using automated testing patterns?

You can verify implementation against acceptance criteria using automated testing patterns. Validation guardrails ensure that tests are written and the implementation plan is followed exactly as specified through incremental build and test cycles.

What is the best way to prevent scope creep in software development workflows?

The best way to prevent scope creep in software development workflows is enforcing strict adherence to pre-approved technical specifications. By validating every code change against an approved spec, ambiguity is eliminated and incremental progress is tracked automatically.