implement

Implements detailed specs with budget, scope, and pattern guardrails enforced via a multi-phase pipeline.

2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/pe-menezes/vibeflow-claude --skill implement-pe-menezes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/pe-menezes/vibeflow-claude/tree/main/skills/implement
Command: npx skills add https://github.com/pe-menezes/vibeflow-claude --skill implement-pe-menezes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the implementation of features based on detailed specifications, ensuring adherence to project guardrails like budget, scope, and coding patterns.

Core Features & Use Cases

  • Spec-Driven Implementation: Translates detailed specs into functional code.
  • Guardrail Enforcement: Enforces budget, scope, anti-scope, and pattern compliance.
  • Automated Testing: Runs tests post-implementation and verifies DoD.
  • Use Case: After generating a spec for a new user authentication module, use this Skill to implement it, ensuring it meets all defined DoD, stays within the file budget, and follows project coding standards.

Quick Start

Use the implement skill to code the feature described in the spec file '.vibeflow/specs/user-auth.md'.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement code from a spec while enforcing scope and budget limits?

Spec-driven implementation translates detailed specifications into functional code while enforcing guardrails like budget, scope, anti-scope, and pattern compliance. It validates specs, loads context, plans, codes, tests, and self-verifies against a Definition of Done.

What is automated spec-driven coding and how does it ensure quality?

Automated spec-driven coding executes a multi-phase pipeline including spec validation, context loading, planning, coding, and testing. It ensures quality by running tests post-implementation and verifying the output against a predefined Definition of Done.

Can I use automated coding to enforce project coding standards and anti-scope rules?

Yes, automated implementation enforces pattern compliance alongside scope, anti-scope, and budget guardrails. The coding agent operates with filesystem access to ensure deterministic task execution adheres strictly to project coding standards.

How to automate feature implementation from a markdown spec file?

You can automate feature implementation by pointing the coding agent at your spec file. It reads the detailed specifications, loads the necessary project context, and executes the coding and testing pipeline to deliver the functional feature.

Does spec-driven implementation work without external dependencies?

Yes, the implementation pipeline operates with zero external dependencies. It functions autonomously as a coding agent utilizing filesystem access and internal tool utilization to execute deterministic tasks from specification to verified code.

What are the limitations of automated spec-driven implementation?

The implementation relies entirely on the detail and clarity of the provided specifications. Without a precise Definition of Done and explicit guardrails like budget and scope, the coding agent cannot guarantee deterministic or compliant task execution.