implementer:code

Implement planned software features with PHP code and unit tests.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill implementer-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementer:code
Source: https://github.com/atournayre/claude-personas/tree/main/implementer/skills/code
Command: npx skills add https://github.com/atournayre/claude-personas --skill implementer-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the implementation phase of a development workflow, translating a generated plan into functional code with integrated testing and quality checks.

Core Features & Use Cases

  • Automated Code Implementation: Executes development steps based on a provided plan, creating or modifying files.
  • Integrated Testing & Quality: Automatically runs linters (PHPStan) and formatters (make fix) to ensure code quality.
  • Use Case: After a feature plan is generated, this Skill can be invoked to write the necessary PHP code, create corresponding unit tests, and ensure adherence to project coding standards without manual intervention.

Quick Start

Use the implementer code skill to implement the feature plan located at src/plans/new-feature.md.

Frequently Asked Questions about implementer:code

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

FAQPage Schema
How do I automate PHP code generation from a development plan?

Automated code implementation executes development steps from a provided plan to write PHP code, create unit tests, and run quality checks. It translates detailed plans into functional code while adhering to project conventions.

How do I ensure code quality during automated implementation?

Ensuring code quality during automated implementation involves running linters like PHPStan and formatters such as make fix. These automated checks enforce project coding standards without requiring manual intervention.

Can I use automated code implementation with my existing PHP development workflow?

You can use automated code implementation within your existing PHP development workflow by invoking it after a feature plan is generated. It operates within defined workflows and requires explicit user approval for manual execution modes.

What is the best way to turn a feature plan into functional code?

The best way to turn a feature plan into functional code is using an automated implementation tool that writes the necessary PHP code and corresponding unit tests. It ensures adherence to project coding standards through integrated quality checks.

Do I need a detailed plan before running automated code implementation?

You need a detailed feature plan located in your project directory before running automated code implementation. The Skill uses this plan to execute development steps, create files, and generate unit tests accurately.