implement

Coordinate x-develop to implement analyzed specs and track task completion.

1|Updated May 28, 2026
One-click install
npx skills add https://github.com/amoutiers/maxi-superpowers --skill implement-amoutiers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/amoutiers/maxi-superpowers/tree/main/skills/implement
Command: npx skills add https://github.com/amoutiers/maxi-superpowers --skill implement-amoutiers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the transition from an analyzed specification into an actionable implementation workflow, ensuring that execution happens only through the x-develop delegation system rather than inline coding.

Core Features & Use Cases

  • Reads the current spec and tasks.md, marks progress as tasks are completed, and transitions the spec status through implementing to done.
  • Delegates all task execution to /maxi:x-develop to preserve the full x-develop workflow (TTD, ADRs, code review) and avoid inline implementation.
  • Enforces mandatory steps: updating spec status, performing ADR when needed, running code review, and verifying all tasks are completed before marking as done.

Quick Start

Invoke /maxi:implement to start implementing the current tasks after the spec reaches analyzed.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate transitioning a spec into an implementation plan?▼

To automate transitioning a spec into an implementation plan, use an execution coordinator that reads tasks.md, delegates execution to x-develop, and updates spec status from analyzed to done.

What prerequisites are needed to start an implementation workflow?▼

Starting an implementation workflow requires the spec to reach analyzed status, a tasks.md file to exist for tracking completion, and a docs/maxi/constitution.md file as a mandatory prerequisite.

Can I write code inline instead of delegating to x-develop?▼

No, inline coding is avoided during implementation. All task execution must be delegated to the x-develop system to preserve workflows like TDD, ADRs, and code review.

How does the implementation workflow handle code review?▼

The implementation workflow mandates a final code review step via /maxi:requesting-code-review, which is executed only after all tasks tracked in tasks.md are verified as completed.

Why does my spec status remain in implementing instead of done?▼

Your spec status remains in implementing if tasks are incomplete or the mandatory code review step is skipped. The workflow verifies all tasks and reviews before transitioning to done.