implementation-rules

Apply a phased implementation workflow with risk enumeration and rules.md loading.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RyoyaYahagi/skills --skill implementation-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-rules
Source: https://github.com/RyoyaYahagi/skills/tree/main/implementation-rules
Command: npx skills add https://github.com/RyoyaYahagi/skills --skill implementation-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Solves inconsistent project changes by providing a repeatable end-to-end implementation workflow.

Core Features & Use Cases

  • Standard phased workflow (planning, execution, testing, reporting)
  • Minimal-diff policy and risk enumeration
  • Automatic loading of project-specific rules from rules.md when present
  • Structured output suitable for PR docs and audits

Quick Start

Apply the standard phased workflow to a new bugfix or feature request.

Frequently Asked Questions about implementation-rules

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

FAQPage Schema
How do I standardize project changes and create consistent PR workflows?

Standardize project changes by applying a repeatable phased workflow covering planning, execution, testing, and reporting. This enforces minimal-diff policies and risk enumeration to ensure consistent, auditable outputs for bug fixes, refactors, and feature additions.

What is the best way to enforce a minimal-diff policy during code refactoring?

Enforce a minimal-diff policy during code refactoring by following a formal phased implementation process that enumerates risks and generates structured diffs. This approach ensures changes remain isolated, traceable, and suitable for PR documentation.

How do I generate structured test requirements and diff reports for code reviews?

Generate structured test requirements and diff reports by executing an end-to-end implementation workflow that automatically loads project-specific rules from a rules.md file. This produces standardized outputs designed specifically for code reviews and audits.

Can I use this workflow for both bug fixes and new feature additions?

Use this workflow for both bug fixes and new feature additions because it provides a standard phased process applicable across diverse project changes. It automatically adapts to specific project constraints by loading rules from rules.md when present.

Do I need a rules.md file to run the automated implementation workflow?

A rules.md file is not required to run the automated implementation workflow, but it is loaded automatically when present. Providing rules.md allows you to inject project-specific constraints directly into the standard planning, execution, and testing phases.

Why does my implementation workflow produce inconsistent project changes?

Implementation workflows produce inconsistent project changes when lacking a repeatable, standardized end-to-end process. Applying a formal phased workflow with risk enumeration and minimal-diff rigor solves this by enforcing structured, auditable outputs across all tasks.