role:implementer

Implement code from specifications and validate through build and test execution.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill role-implementer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role:implementer
Source: https://github.com/berrzebb/SoulFlow-Orchestrator/tree/main/src/skills/roles/implementer
Command: npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill role-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of translating confirmed specifications into functional code, ensuring that code changes directly align with defined requirements and are validated before reporting.

Core Features & Use Cases

  • Spec-Based Implementation: Writes or modifies code strictly based on provided specifications.
  • Self-Validation: Includes built-in checks for build success and basic functionality testing.
  • Use Case: When a feature's design is finalized, the Implementer role takes the specification document and writes the necessary code, then verifies it builds and passes initial tests.

Quick Start

Use the implementer role to write the code for the new user authentication feature based on the provided spec document.

Frequently Asked Questions about role:implementer

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

FAQPage Schema
How do I generate code from a specification document automatically?

To generate code from a specification, you need a tool that reads confirmed specs and writes or modifies code accordingly. This Skill implements code based on provided specifications and performs self-validation through build and test execution to ensure requirements are met.

Can I automate code modification and validation based on existing specs?

Yes, you can automate code modification and validation using an implementation tool that adheres to spec requirements. It handles file edits and executes build and test commands to verify that the modified code passes initial functionality checks.

What is the best way to ensure generated code passes build and test execution?

The best way to ensure code passes build and test execution is to use an implementation process with built-in self-validation. This approach writes code from specs and immediately verifies success by executing build and test tools before reporting completion.

Does spec-based code generation work without manual coding intervention?

Spec-based code generation works without manual coding by utilizing file read, write, edit, and execution tools for deterministic task completion. It translates finalized feature designs directly into functional code while strictly adhering to the defined specification requirements.

When do I need to use an automated implementation tool for coding tasks?

You need an automated implementation tool for coding tasks when a feature's design is finalized and you must translate the specification document into functional code. It ensures the written code directly aligns with defined requirements through automated self-validation.

What are the limitations of using specification documents for code implementation?

A limitation of using specification documents for code implementation is that the output code quality depends entirely on the spec's detail. This Skill requires confirmed specifications to perform deterministic task completion and cannot infer requirements missing from the document.