implementation

Execute approved dated plans for software implementation and validation.

Updated Oct 23, 2025
One-click install
npx skills add https://github.com/felixmin/robot-learning-from-video --skill implementation-felixmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation
Source: https://github.com/felixmin/robot-learning-from-video/tree/main/.codex/skills/implementation
Command: npx skills add https://github.com/felixmin/robot-learning-from-video --skill implementation-felixmin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of executing pre-approved plans, ensuring code, configuration, and documentation changes align with the established strategy, and validating the implementation through targeted testing.

Core Features & Use Cases

  • Plan Execution: Implements changes based on an approved dated plan found in docs/plan/.
  • Iterative Validation: Integrates a loop of implementation, testing, and refinement until the plan is successfully executed or deviations are documented.
  • Role-Based Workflow: Coordinates different agent roles (implementer, test_runner, reviewers) for a structured development process.
  • Use Case: After a product roadmap is approved, this Skill can be used to systematically implement the planned features, test them rigorously, and ensure all documentation is updated accordingly.

Quick Start

Use the implementation skill to execute the plan located at docs/plan/2023-10-27-feature-x.md.

Frequently Asked Questions about implementation

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

FAQPage Schema
How do I execute an approved software development plan and validate the implementation?

To execute an approved software development plan, this Skill coordinates agentic roles for coding, testing, and review to implement changes and validate the implementation through iterative testing until the plan succeeds.

What is the best way to automate iterative code refinement based on test feedback?

The best way to automate iterative code refinement is using a role-based workflow that integrates a loop of implementation, targeted testing, and refinement until the plan is successfully executed or deviations are documented.

Does this plan execution workflow require a specific documentation format?

Yes, this plan execution workflow requires approved dated plans to be stored as documentation files within the `docs/plan/` directory to ensure code and configuration changes align with the established strategy.

Can I coordinate different agent roles for coding and code review automatically?

Yes, you can coordinate different agent roles automatically by assigning structured roles such as implementer, test_runner, and reviewers to manage the development process and ensure adherence to project scope.

What happens when implementation deviates from the approved plan scope?

When implementation deviates from the approved plan scope, the workflow integrates iterative validation based on test feedback and optional expert reviews to either refine the code or document the deviations.