---
title: "deliver-reviewable-changes"
description: "Plan and implement code changes in small, reviewable increments, including when executing an existing plan."
canonical: https://agentpluginsdirectory.com/plugins/deliver-reviewable-changes
last-updated: 2026-09-09
---

# deliver-reviewable-changes
Plan and implement code changes in small, reviewable increments, including when executing an existing plan.
- Slug: deliver-reviewable-changes
- Publisher: Thomas Kosiewski
- Repository: https://github.com/ThomasK33/personal-plugins
- Manifest: plugin.json
- Version: 0.1.6
- Category (editorial): other
- Skills: 1 (deliver-reviewable-changes)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-08
- Repository last pushed: 2026-09-09
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/deliver-reviewable-changes
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What deliver-reviewable-changes does, in the publisher's words

An Agent Plugins 1.0.0 package for coding agents. The repository root is the plugin root, with plugin.json and skills/ directly inside it.

The short core skill defines five delivery rules: split before coding, freeze each established layer's scope, stabilize PRs from the bottom up, parallelize against stable prerequisites, and merge a ready phase through its configured gates. The scope freeze starts when a delivery increment is committed or its stacked PR is created, including drafts. Review fixes, CI fixes, and necessary integration updates stay with the owning layer; new scope belongs elsewhere.

Detailed delivery guidance, review prompts, PR-writing examples, and repository onboarding live in references loaded only when needed. The core remains usable on its own and can use an installed stack-tool skill for mechanics. Later phases do not hold up a finished phase just because they share a stack.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/ThomasK33/personal-plugins/HEAD/README.md

## Skills

- deliver-reviewable-changes: Use when planning or implementing code changes, including requests to implement a plan or continue existing work. Choose small, reviewable increments before coding so an entire plan does not become one oversized PR. Applies in both planning and execution, whether or not a PR is mentioned, and when…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
