project-orchestrator:implementer

Automate feature implementation workflows in multifile monorepos by reading living state docs, running tests, and reporting results.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-implementer
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: project-orchestrator:implementer
Source: https://github.com/GigaFyde/project-orchestrator/tree/main/skills/implementer
Command: npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementers often need a reliable, end-to-end workflow to translate ideas and living state directives into working code, tests, and documented progress without off-scope exploration.

Core Features & Use Cases

  • Read the living state document and assigned TaskList entry to determine concrete work.
  • Implement the specified changes in the target service, run tests, and commit changes with clear self-review reporting.
  • Report status, blockers, and outcomes to the lead, ensuring traceability and alignment with the living state process.

Quick Start

Read your assigned task from the TaskList, review the living state document, implement as specified, run tests, commit, and report back to the lead.

Frequently Asked Questions about project-orchestrator:implementer

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

FAQPage Schema
How do I automate task execution and code commits in a monorepo?โ–ผ

Automate task execution in a multifile monorepo by reading the living state doc, implementing specified service changes, running tests, and committing code with self-review data. This workflow handles build verification and reports failures directly to the lead.

What is a living state document for end-to-end feature implementation?โ–ผ

A living state document defines concrete work directives and assigned TaskList entries for feature implementation. It specifies the target service, test commands, and required patterns to ensure traceability and alignment without off-scope exploration.

How to implement feature tasks and run service tests in a multifile monorepo?โ–ผ

Implement feature tasks in a multifile monorepo by reading assigned TaskList entries, applying specified changes to the target service, running required test commands, and committing changes with clear self-review reporting back to the lead.

Does this implementer workflow support health checks and build failure reporting?โ–ผ

Yes, the implementer workflow verifies health checks, runs service tests, and reports build or test failures to the lead. It ensures all task instructions regarding health verification and reporting are satisfied.

Can I use this task execution workflow for multifile monorepos with specific test commands?โ–ผ

Yes, this task execution workflow applies to multifile monorepos where tasks specify a target service, required test commands, and patterns. It executes changes, runs the specified tests, and commits the code.

Why does my feature implementation fail during build and test verification?โ–ผ

Feature implementation may fail during build and test verification if the specified service changes do not pass required test commands or health checks. The workflow captures these failures and reports status, blockers, and outcomes to the lead.