implementer:implement

Generate code and tests for features through a structured implementation workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that a requested feature is fully implemented with code, rather than just planned, by guiding the user through a structured process of inventory, task creation, implementation, and verification.

Core Features & Use Cases

  • Code Generation: Directly produces code for new features or modifications.
  • Structured Workflow: Enforces a step-by-step process: inventory, checklist, implementation, and verification.
  • Task Management Integration: Creates and updates tasks for each file to be worked on.
  • Use Case: When you need a new service and its corresponding unit tests created, this skill will identify all necessary files, create tasks for each, implement the code, and verify completion.

Quick Start

Use the implementer:implement skill to create a new user authentication service and its tests.

Frequently Asked Questions about implementer:implement

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

FAQPage Schema
How do I force full feature implementation instead of just generating a plan?

Full feature implementation is enforced by following a strict workflow of file inventory, task creation, step-by-step code generation, and final verification to produce code and tests directly.

What is the best way to generate code and associated tests for a new service?

Generating code and associated tests for a new service requires a structured workflow that identifies all necessary files, creates tasks for each, implements the code, and verifies completion against a checklist.

How does task management work during code generation and refactoring?

Task management during code generation and refactoring works by creating and updating specific tasks for each file to be worked on, ensuring deterministic execution and step-by-step implementation.

Can I use workflow automation to verify that a requested feature is fully implemented?

Yes, workflow automation can verify that a requested feature is fully implemented by executing a final verification step against a checklist after generating code and associated tests.

Does structured code generation require dependencies to manage file inventory?

No, structured code generation does not require external dependencies to manage file inventory; it follows a standalone workflow of inventory, task creation, implementation, and verification.

Why does my code generation stop after planning instead of executing the implementation?

Code generation stops after planning when a strict implementation workflow is not enforced; applying a deterministic task execution process forces the system to generate code and tests rather than just planning.