implement-feature

Automate feature implementation from specification to tested code.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/coakenfold/p-100226 --skill implement-feature-coakenfold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/coakenfold/p-100226/tree/main/.claude/skills/implement-feature
Command: npx skills add https://github.com/coakenfold/p-100226 --skill implement-feature-coakenfold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end feature implementation requires coordinating a spec, plan, code scaffolding, and validation to ensure reliable delivery across teams.

Core Features & Use Cases

  • Phase-driven workflow from specification to tested code, with gates for validation
  • Generates implementation plans, scaffolds code, and creates tests to ensure quality
  • Real-world scenario: convert a product spec into runnable feature with tests and documentation

Quick Start

Provide a feature spec and the workflow will generate a concrete plan, code scaffolding, and tests.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I automate feature implementation from a specification to tested code?

Automating feature implementation from a specification to tested code requires a phase-driven workflow that generates a concrete plan, scaffolds code, and creates tests. This process applies safety gates for validation across backend, frontend, and shared components.

What is a phase-driven workflow for software feature delivery?

A phase-driven workflow for software feature delivery breaks the process into sequential stages: specification, planning, coding, testing, and validation. Each phase acts as a gate to ensure traceability and reliable results before moving forward.

How do I generate implementation plans and tests from a product spec?

You can generate implementation plans and tests from a product spec by feeding the specification into an automated workflow. The workflow scaffolds the required code and creates corresponding tests to ensure quality and traceability.

Can I use this feature implementation workflow for both frontend and backend components?

Yes, this feature implementation workflow supports both frontend and backend components. It orchestrates end-to-end delivery by coordinating plans, code scaffolding, and validation across shared project layers.

What is the best way to ensure type safety during code scaffolding?

Ensuring type safety during code scaffolding involves applying validation gates within a phase-driven workflow. This approach generates structured plans and tested code that satisfy safety requirements across backend and frontend components.

When do I need safety gates in a feature implementation workflow?

You need safety gates in a feature implementation workflow when converting a spec to code requires phase-driven validation. Gates ensure quality by verifying testing and traceability before progressing through planning, coding, and final delivery.