implement

Generate code and tests from a validated Story and execution plan.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill implement-petrsimonidesxart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/petrSimonidesXart/xPmGateway/tree/main/.gaai/core/skills/delivery/implement
Command: npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill implement-petrsimonidesxart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate correct, maintainable code automatically from a validated Story and its execution plan, reducing manual effort and minimizing errors.

Core Features & Use Cases

  • Load minimal memory context and applicable rules to ensure correct constraints.
  • Interpret acceptance criteria and map the plan to concrete code changes, modules, and tests.
  • Generate code, create tests, and produce an implementation report that traces back to planning items.
  • Perform internal validation to verify coverage of acceptance criteria and adherence to constraints before delivery.

Quick Start

Activate the skill when a Story is validated and an execution plan exists, with all prerequisites clearly stated and unambiguous.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I generate code automatically from a validated story and execution plan?

Code generation from validated stories requires a validated story and an unambiguous execution plan. The process interprets acceptance criteria, maps the plan to concrete modules, generates code and tests, and performs internal validation to ensure constraints are met.

What is the process for turning acceptance criteria into ready-to-ship code?

Turning acceptance criteria into ready-to-ship code involves interpreting the criteria and mapping an execution plan to concrete modules. The process generates code and tests, verifies coverage through internal validation, and produces test artifacts with an implementation report.

Do I need an execution plan before automating code generation from stories?

Yes, an execution plan is required before automating code generation from stories. You must have a validated story and an unambiguous execution plan with all prerequisites clearly stated to ensure the generated code is correct and maintainable.

How are tests generated when automating code creation from stories?

Tests are generated by interpreting the story's acceptance criteria and mapping the execution plan to concrete test artifacts. The automation creates tests alongside code and performs internal validation to verify coverage of acceptance criteria before delivery.

Can I verify acceptance criteria coverage automatically during code generation?

Yes, you can verify acceptance criteria coverage automatically during code generation. The process performs internal validation to check coverage of acceptance criteria and adherence to constraints before producing the final code changes and implementation report.

Why use automated code generation from execution plans instead of manual coding?

Automated code generation from execution plans reduces manual effort and minimizes errors by applying deterministic processes. It ensures maintainable code by loading minimal memory context, interpreting acceptance criteria, and tracing the implementation report back to planning items.