implementation

Generate coding standards and environment setup documents from architecture references.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/sizukutamago/blueprint-plugin --skill implementation-sizukutamago
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation
Source: https://github.com/sizukutamago/blueprint-plugin/tree/main/skills/implementation
Command: npx skills add https://github.com/sizukutamago/blueprint-plugin --skill implementation-sizukutamago

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill generates implementation preparation documents for coding standards and development environment setup to standardize software projects and accelerate onboarding.

Core Features & Use Cases

  • Coding Standards: Create formal coding guidelines that teams can adopt across projects.
  • Development Environment Setup: Provide reproducible environment instructions for local and CI environments.
  • Use Case: A team wants to initialize a new project with consistent rules and a ready-to-follow environment guide, enabling quick ramp-up.

Quick Start

Run the implementation skill to generate the coding_standards.md and environment.md documents based on existing architecture references.

Frequently Asked Questions about implementation

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

FAQPage Schema
How do I generate coding standards and development environment documents for a new software project?

You can generate coding standards and development environment documents by running the implementation skill, which reads architecture prerequisites and outputs coding_standards.md and environment.md files using predefined templates.

What is the best way to standardize coding practices and set up a reproducible development environment?

Standardizing coding practices and setting up a reproducible development environment involves generating formal guidelines that teams can adopt across projects, accelerating onboarding with ready-to-follow instructions for local and CI contexts.

Do I need existing architecture references before generating implementation preparation documents?

Yes, you need existing architecture references. The implementation skill reads these architecture prerequisites to accurately generate the coding_standards.md and environment.md documents tailored to your software engineering workflow.

Can I use this to create reproducible environment instructions for both local and CI environments?

Yes, you can create reproducible environment instructions for both local and CI environments. The generated environment.md document provides the necessary setup guide to ensure consistency across your development infrastructure.

What specific files does the implementation skill output for software engineering workflows?

The implementation skill outputs two specific files: docs/07_implementation/coding_standards.md and docs/07_implementation/environment.md. These files are generated using templates stored in the references component.