planning-code-changes

Create detailed code change plans with commit sequences, blackbox tests, and ADRs.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/MrHadiSatrio/Skills --skill planning-code-changes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-code-changes
Source: https://github.com/MrHadiSatrio/Skills/tree/main/planning-code-changes
Command: npx skills add https://github.com/MrHadiSatrio/Skills --skill planning-code-changes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill aids in creating detailed and structured implementation plans for coding tasks, ensuring that all necessary aspects are covered and the plan is easily reviewable.

Core Features & Use Cases

  • Comprehensive Plan Template: A template for planning code changes that includes context, branch name, commit sequence, blackbox test plan, ADRs, and a quality gate.
  • Review-Ready Plans: Generates plans that are easy for reviewers to understand and assess, potentially catching defects before they become issues.
  • Use Case: Before starting a code change, this Skill can help create a detailed plan, making sure every commit and test case is accounted for.

Quick Start

Use the planning-code-changes skill to create an implementation plan for your upcoming feature.

Frequently Asked Questions about planning-code-changes

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

FAQPage Schema
How do I create an implementation plan for code changes?

To create an implementation plan for code changes, use this Skill to generate a structured template covering context, branch names, commit sequences, blackbox tests, and ADRs for quality assurance.

What should a code planning template include for software development?

A code planning template should include context, branch names, commit sequences, a blackbox test plan, Architecture Decision Records (ADRs), and a quality gate to ensure comprehensive review readiness.

How do I structure a commit sequence for a new feature?

Structure a commit sequence by defining a detailed implementation plan that breaks down the coding task into logical, reviewable commits, ensuring each step is accounted for before execution.

What is the best way to make implementation plans review-ready?

The best way to make implementation plans review-ready is to generate a comprehensive plan template that allows reviewers to easily assess commit sequences and test cases, catching defects early.

Can I include architecture decision records in my code planning process?

Yes, you can include Architecture Decision Records (ADRs) in your code planning process. The Skill explicitly integrates ADRs into the implementation plan to facilitate structured software development.

Does this code planning approach support blackbox testing?

Yes, this code planning approach supports blackbox testing by requiring a dedicated blackbox test plan within the generated implementation template to validate software quality.