implement

Implements feature specs into production code, tests, and documentation updates.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/abranjith/spec-lite --skill implement-abranjith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/abranjith/spec-lite/tree/main/skills/implement
Command: npx skills add https://github.com/abranjith/spec-lite --skill implement-abranjith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a completed feature specification into working software so an AI can move from planning to implementation without losing the project rules, context, or verification requirements.

Core Features & Use Cases

  • Feature execution: Builds the production code, unit tests, and documentation updates defined in a feature spec.
  • Plan-driven delivery: Can implement one feature at a time or iterate through every incomplete feature in a plan in order.
  • Review remediation: Applies security or performance findings from review reports with targeted fixes and verification tests.
  • Stateful workflow: Tracks progress in the governing plan and feature spec so work can be resumed cleanly after interruption.

Quick Start

Use the implement skill to execute the specified feature spec and deliver the required code, tests, and documentation updates.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I turn a feature spec into working code with tests and documentation?

You can implement feature specifications one at a time or iterate sequentially through every incomplete feature in a plan. State tracking records progress in the governing plan and feature spec so work resumes cleanly after any interruption.

Can I apply review remediation findings to existing code?

Review remediation applies security or performance findings from review reports with targeted fixes and verification tests. The workflow integrates these fixes directly into the existing project state and verification cycle.

Does feature spec implementation work for sequential plan-based delivery?

Sequential plan-based delivery implements every incomplete feature in a plan in order. The workflow tracks progress within the governing plan and feature spec, maintaining project context and verification requirements across each sequential step.

What is the best way to maintain project context during code implementation?

Stateful workflow maintains project context by tracking progress in the governing plan and feature spec. This requires strict adherence to project memory and plan guidance so work can be resumed cleanly after interruption.

Do I need a completed feature specification before implementing production code?

A completed feature specification is required to start implementing production code. The process builds the defined code, unit tests, and documentation updates while enforcing verification-driven completion based on the provided spec.