implement

Generate code and tests that satisfy a validated Story's acceptance criteria.

157|28|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Fr-e-d/GAAI-framework --skill implement-fr-e-d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Fr-e-d/GAAI-framework/tree/main/.gaai/core/skills/delivery/implement
Command: npx skills add https://github.com/Fr-e-d/GAAI-framework --skill implement-fr-e-d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of reliably translating validated user stories and execution plans into high-quality, maintainable code and tests, ensuring adherence to project rules and scope.

Core Features & Use Cases

  • Code Generation: Writes code that precisely matches acceptance criteria and execution plan steps.
  • Test Creation: Generates unit and integration tests to verify functionality against criteria.
  • Quality Assurance: Enforces coding standards, architectural rules, and memory constraints during implementation.
  • Use Case: After a product manager refines a user story and a planning agent creates an execution plan, this Skill takes over to write the actual code and tests, ensuring it meets all defined requirements without introducing unintended changes.

Quick Start

Use the implement skill to generate code and tests for the validated story and plan.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I generate code from validated user stories?

Code generation from validated stories requires an execution plan and acceptance criteria to produce minimal, maintainable code changes and corresponding test artifacts.

What is the best way to implement code based on an execution plan?

Executing an implementation plan requires generating minimal code changes and test artifacts that strictly satisfy acceptance criteria while adhering to architectural rules and memory constraints.

Can I automatically create unit and integration tests from acceptance criteria?

Generating unit and integration tests from acceptance criteria involves processing a validated story and execution plan to produce test artifacts verifying functionality against the specified requirements.

Does code generation enforce project architectural rules and scope?

Code generation enforces architectural rules and scope by operating within defined contexts and constraints to produce code changes without introducing unintended modifications.

What happens after a planning agent creates an execution plan for software delivery?

Following execution plan creation, the implementation phase generates code and tests, producing an implementation report that details code changes and test artifacts satisfying the validated story.