implement

Implement approved plans with TDD-first development and SOLID design.

15|6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/lionbenjamin/agent-templates --skill implement-lionbenjamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/lionbenjamin/agent-templates/tree/main/skills/implement
Command: npx skills add https://github.com/lionbenjamin/agent-templates --skill implement-lionbenjamin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start the implementation phase from an approved plan and guide developers to produce production-grade code with testing and documentation.

Core Features & Use Cases

  • TDD-first development and SOLID-compliant design.
  • Adherence to the approved plan and clear task execution.
  • Quick validation and integration checks during implementation.

Quick Start

Begin implementing the approved plan with TDD, clean code, and adherence to SOLID principles.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement production code from an approved plan using TDD?

Executing production code from an approved plan using TDD requires writing failing tests first, then developing SOLID-compliant features to pass them. This approach ensures small focused functions, clear documentation, and continuous validation throughout the implementation phase.

What is the best way to enforce SOLID principles during feature development?

Enforcing SOLID principles during feature development involves structuring code around small focused functions and clear architectural boundaries. Adhering strictly to an approved plan while applying test-first development ensures high code quality and maintainable production code.

How do I transition from planning to production code without losing quality?

Transitioning from planning to production code without losing quality requires automating adherence to approved plans and enforcing TDD-first development. Integrating quick validation checks during implementation guarantees SOLID-compliant design and clear documentation are maintained.

Can I use TDD-first development for typical software project features?

Yes, TDD-first development is suitable for typical software project features ranging from initial planning through production coding and review. It guides developers to produce production-grade code by enforcing SOLID design, small focused functions, and clear documentation.

Does implementing features with TDD require an approved plan beforehand?

Implementing features with TDD requires an approved plan beforehand to ensure clear task execution and adherence to engineering excellence. Starting from an approved plan allows the implementation phase to focus on SOLID design, testing, and documentation.

Why does my implementation phase lack code quality and clear documentation?

An implementation phase lacks code quality and clear documentation when TDD-first development and SOLID design principles are not enforced. Automating the transition from approved plans to production code ensures continuous validation and adherence to engineering standards.