implement-spec

Coordinate subagents to implement phases of a target specification with code-review gating.

1|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/matchojecki/logistiko-celny --skill implement-spec-matchojecki
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-spec
Source: https://github.com/matchojecki/logistiko-celny/tree/main/.ai/skills/implement-spec
Command: npx skills add https://github.com/matchojecki/logistiko-celny --skill implement-spec-matchojecki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This approach helps teams implement specifications end-to-end by coordinating specialized subagents to handle planning, phased implementation, testing, documentation, and compliance reviews, ensuring delivery quality and traceability.

Core Features & Use Cases

  • End-to-end spec realization: orchestrates multiple phases (planning, implementation, testing, documentation) with clear handoffs between agents.
  • Code-review gating: enforces a strict code-review checklist before marking a phase complete.
  • Progress tracking: records phase status, integrates with spec updates, and surfaces implementation status in the specification.
  • Adaptable workflow: supports selecting phases (e.g., A–D) or running the entire spec with optional extension points for external validators.
  • Use Case: A product team wants to implement a new feature spec by coordinating spec-reading agents, code-writing subagents, and test/documentation subagents, all while maintaining audit trails.

Quick Start

Provide a target spec and scope, then instruct the skill to implement all phases end-to-end.

Frequently Asked Questions about implement-spec

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

FAQPage Schema
How do I automate spec-to-implementation across multiple phases?▼

To automate spec-to-implementation, you coordinate specialized subagents to handle planning, coding, testing, and documentation phases. This ensures structured phase progression and strict compliance with code-review checklists throughout the multi-phase implementation process.

What is the best way to enforce code-review gating during feature implementation?▼

The best way to enforce code-review gating is by applying a strict checklist before marking any phase complete. Coordinated subagents ensure that implementation phases are not finalized until explicit review steps and compliance checks are fully satisfied.

How do I coordinate subagents for planning, testing, and documentation?▼

You coordinate subagents by assigning specialized agents to distinct tasks like spec reading, code writing, testing, and documentation. Clear handoffs between these agents maintain audit trails and ensure end-to-end specification realization with integrated progress tracking.

Can I select specific implementation phases instead of running the entire specification?▼

Yes, you can select specific phases like planning through testing instead of running the entire specification. The workflow supports adaptable execution, allowing you to target individual phases or run end-to-end with optional extension points for external validators.

How does progress tracking work during multi-phase specification implementation?▼

Progress tracking works by recording phase status and integrating updates directly into the specification. This mechanism surfaces real-time implementation status and maintains comprehensive audit trails across all coordinated subagent activities and phase handoffs.

Do I need to provide unit and integration tests when implementing specifications with subagents?▼

Yes, you need to provide unit and integration tests where applicable. The implementation workflow enforces explicit testing steps, ensuring that code-writing subagents deliver fully validated features before passing the code-review gating phase.