implement

Implement feature designs from documentation into code on the active branch.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sjev/robodev --skill implement-sjev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/sjev/robodev/tree/main/skills/implement
Command: npx skills add https://github.com/sjev/robodev --skill implement-sjev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of translating a feature's design document into working code, ensuring adherence to architecture and design specifications.

Core Features & Use Cases

  • Code Implementation: Writes code based on a detailed feature design document.
  • Test-Driven Development Support: Integrates with existing failing tests to guide implementation.
  • Architectural Adherence: Ensures all code changes align with the project's overall architecture.
  • Use Case: After a feature spec is finalized, use this Skill to generate the necessary code, run tests, and prepare for review, accelerating the development cycle.

Quick Start

Use the implement skill to write code for the feature described in docs/features/user-profile.md.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I convert a feature design document into working code?

To convert a feature design document into working code, use an automated implementation process that reads specified documentation, executes a step-by-step plan, validates changes against project architecture, and ensures tests pass using TDD principles.

How does test-driven development guide feature implementation from a spec?

Test-driven development guides feature implementation by integrating with existing failing tests to direct the code generation process. The implementation validates against architecture and ensures all tests pass before completing the feature cycle.

Do I need architect approval before implementing a feature design?

Yes, you need explicit architect approval for the implementation plan and any deviations before translating a finalized feature spec into code on the active feature branch.

What is the best way to ensure architectural adherence during code generation?

The best way to ensure architectural adherence during code generation is to validate all code changes against the project's overall architecture as part of a step-by-step implementation plan that requires explicit architect approval.

Can I implement feature designs on any branch using automated code generation?

Automated code generation implements feature designs onto the active feature branch. It requires a finalized feature spec and operates by executing a validated, step-by-step plan directly on that designated branch.