miko.speckit.implement

Extend speckit.implement with phase checks, test design references, and code reviews.

10|1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/studyplus/miko --skill miko-speckit-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miko.speckit.implement
Source: https://github.com/studyplus/miko/tree/main/skills/miko.speckit.implement
Command: npx skills add https://github.com/studyplus/miko --skill miko-speckit-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires speckit, claude-code, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill extends the speckit.implement workflow, adding phase checks, test design integration, and cross-functional code reviews to ensure comprehensive and reliable implementation.

Core Features & Use Cases

  • Phase Checks: Stops at the end of each phase for human review to ensure accuracy.
  • Test Design Integration: References test cases from test_design.md for test creation.
  • Self-Review: Performs self-reviews at the end of each feature's testing phase.
  • Final Phase Execution: Conducts cross-functional refactoring and updates design documents.
  • Documentation Update: Reflects implementation changes in business_rules.md and high_level_design.md.

Quick Start

Run the miko.speckit.implement skill with the following command to start the implementation process: /miko.speckit.implement

Frequently Asked Questions about miko.speckit.implement

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

FAQPage Schema
How do I add phase-by-phase validation to my software implementation workflow?

Phase-by-phase validation stops the implementation workflow at the end of each phase for human review, ensuring accuracy before proceeding. This enforces rigorous software development checks throughout the entire feature lifecycle.

How do I integrate test design references into my code implementation process?

Test design integration references test cases directly from test_design.md to guide test creation during implementation. This connects your test design documents seamlessly with your actual code writing process.

Do I need speckit and Claude Code to run this implementation workflow?

Yes, you need both speckit and Claude Code installed to execute this implementation workflow. The skill extends speckit.implement and relies on Claude Code to run the phase checks and cross-functional code reviews.

What's the best way to automate cross-functional code reviews during feature implementation?

Automating cross-functional code reviews is handled by executing a final phase that conducts cross-functional refactoring and performs self-reviews at the end of each feature's testing phase to ensure comprehensive implementation quality.

How do I keep high_level_design.md and business_rules.md updated after implementation changes?

Documentation updates are handled automatically during the final phase, which reflects implementation changes directly into business_rules.md and high_level_design.md to keep your design documents synchronized with code.