implement-spec

Coordinate specification implementation with subagents, code review, testing, and documentation updates.

Updated May 31, 2026
One-click install
npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill implement-spec-zizzfizzix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-spec
Source: https://github.com/zizzfizzix/agentic-engineering-framework/tree/main/core/ai/skills/implement-spec
Command: npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill implement-spec-zizzfizzix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of implementing specifications across multiple phases, leveraging coordinated subagents to ensure code quality and compliance.

Core Features & Use Cases

  • Spec Implementation: Coordinates the implementation of specifications or specific phases with subagents.
  • Code Review Compliance: Ensures every code change adheres to a comprehensive code-review checklist.
  • Unit and Integration Tests: Automates testing to verify functionality and integration with existing systems.
  • Documentation Updates: Maintains up-to-date documentation for new features and changes.
  • Verification Gate: Performs a final verification step before deployment to catch any potential issues.

Quick Start

To implement a spec using this skill, use the command: 'implement spec <spec-file>'

Frequently Asked Questions about implement-spec

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

FAQPage Schema
How do I automate specification implementation across multiple development phases?

Automating specification implementation requires coordinating subagents to handle coding, review, and testing phases sequentially. This approach streamlines the process by using a comprehensive code-review checklist and performing a final verification gate before deployment to ensure quality and compliance.

What is subagent coordination for code review and how does it work?

Subagent coordination for code review works by deploying specialized agents to evaluate code changes against a comprehensive checklist. It ensures every modification adheres to compliance standards, automates unit and integration tests, and updates documentation automatically to maintain overall quality.

Do I need an AGENTS.md file to coordinate specification implementation?

Yes, an AGENTS.md file is required to coordinate specification implementation. This file provides the necessary coordination instructions for the subagents, ensuring they can accurately execute the implementation phases, run testing automation, and perform documentation updates.

How do I run unit and integration tests automatically during spec implementation?

To run unit and integration tests automatically during spec implementation, you trigger the process using the 'implement spec' command. The coordinated subagents execute the testing automation to verify functionality and integration with existing systems before reaching the final verification gate.

What's the best way to ensure documentation updates happen during feature implementation?

The best way to ensure documentation updates during feature implementation is to integrate them into the automated specification workflow. Coordinated subagents maintain up-to-date documentation for new features and changes automatically as part of the end-to-end implementation process, preventing manual oversight.

Can I implement a specific phase of a specification instead of the entire spec?

Yes, you can implement a specific phase of a specification instead of the entire spec. The implementation process is flexible enough to coordinate subagents for individual phases, applying the same code review, testing, and verification standards to the targeted section.