Skip to main content

stack-plan-style

Display guidance for presenting a stacked-PR plan โ€” ordered branch tree with intent, commit type, and dependency notes. Use when gt-stack-plan presents a stack plan for user confirmation.

Jump to install

Source facts

Repository
KingInYellows/yellow-plugins
Last source activity
August 12, 2026 at 20:53
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions ยท Read-only preview
name
stack-plan-style
description
Display guidance for presenting a stacked-PR plan โ€” ordered branch tree with intent, commit type, and dependency notes. Use when gt-stack-plan presents a stack plan for user confirmation.
## What It Does Defines how `gt-stack-plan` should present a proposed stack of branches to the user for confirmation: a base-to-tip visual tree with per-branch intent, commit type, and dependency notes. ## When to Use - `gt-stack-plan` Phase 2, Step 2 ("Present the Stack Plan"), before asking the user to confirm, adjust, or cancel. ## Usage Use this style for Graphite planning and submit workflows. - Present the stack from base to tip. - For each branch, include intent, likely commit type, and dependency notes. - Flag where a branch should stay single-commit and where `gt modify --commit` is justified. - End with the recommended next step: on Claude Code, the `flow:work` skill with `<path>` to execute the stack. On Codex, `flow:work` is not exposed โ€” recommend executing the stack decomposition manually, submitting each branch with `gt submit --no-interactive`. For standalone changes (no stack), recommend `gt submit --no-interactive` directly on either host. - Keep the output easy to scan during implementation. - When saving decomposition to a plan file, use the structured format defined by the `stack-decomposition-format` skill for the `## Stack Decomposition` section. The visual tree format here is for confirmation display; the structured format is the machine-readable contract consumed by `flow:work`.
View on GitHub