implement

Execute review-approved feature plans via the Developer subagent and generate implementation reports.

4|Updated Mar 23, 2025
One-click install
npx skills add https://github.com/matochu/pythia --skill implement-matochu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/matochu/pythia/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/matochu/pythia --skill implement-matochu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the execution of a review-approved feature plan by delegating to the Developer subagent and producing a structured implementation report for that feature.

Core Features & Use Cases

  • Delegation to a specialized Developer subagent to execute plan steps.
  • Validation and sensory checks against the feature's review verdict before proceeding.
  • Generation of a comprehensive implementation report with rounds, retrospectives, and out-of-plan work logs.

Quick Start

Invoke the /implement command to start executing the current feature plan.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I execute a feature plan after it gets review approval?

To execute a review-approved feature plan, this skill delegates the implementation steps to a Developer subagent and generates a structured implementation report. It ensures the plan has a READY verdict before proceeding with any code execution.

What is the best way to coordinate plan execution with a subagent?

Coordinating plan execution with a subagent involves loading prior context like previous implementation rounds and feature reviews, then delegating the actual steps to a specialized Developer subagent to carry out the approved feature plan.

How do I generate an implementation report for a completed feature?

Generating an implementation report involves writing implementation rounds, retrospective notes, and out-of-plan work logs directly to the feature directory after the Developer subagent finishes executing the designated plan steps.

Can I refine a feature plan during the implementation process?

Yes, you can refine a feature plan during implementation. The skill determines its mode, either plan execution or refinement, directly from the chat context to support ongoing adjustments to the feature plan.

What happens if my feature review does not have a READY verdict?

If the feature review lacks a READY verdict, the skill performs validation checks and halts the plan execution. It requires a confirmed READY verdict before allowing the Developer subagent to proceed with implementation.

Does the implementation skill load prior context from previous rounds?

Yes, loading prior context is required. The skill loads previous implementation rounds, plan context, and feature reviews to ensure the Developer subagent has full historical visibility before executing the current feature plan.