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.

跳到安装

来源信息

仓库
KingInYellows/yellow-plugins
最近来源活动
2026年8月12日 20:53
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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`.
在 GitHub 查看