pr-stack-manager

Analyze PR stack topology and dependency order to detect drift and merge risks.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/danielbaustin/agent-design-language --skill pr-stack-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-stack-manager
Source: https://github.com/danielbaustin/agent-design-language/tree/main/adl/tools/skills/pr-stack-manager
Command: npx skills add https://github.com/danielbaustin/agent-design-language --skill pr-stack-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

PR stacks across ADL issues and worktrees can drift, causing unsafe merges and untrusted automation. This Skill provides deterministic analysis and bounded remediation guidance to keep stacks aligned and reviewable.

Core Features & Use Cases

  • Analyze PR stack topology and dependency order to detect drift and potential conflicts.
  • Emit machine-readable findings and bounded, safe action plans for operator review and execution.
  • Enforce safety boundaries by restricting mutations to explicit, plan-driven changes and documenting rationale.

Quick Start

Provide a bounded, deterministic PR stack assessment for a given issue or worktree.

Frequently Asked Questions about pr-stack-manager

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

FAQPage Schema
How do I analyze PR stack topology to detect dependency drift?

PR stack topology analysis evaluates base alignment and dependency order across branches to identify drift and merge risks. It emits a machine-readable dependency graph and bounded remediation plans to keep stacks reviewable and aligned.

What is bounded mutation in PR stack governance?

Bounded mutation restricts automated changes to explicit, plan-driven actions with documented rationale. It enforces safety boundaries by validating dependencies before applying remediation, preventing unsafe merges and untrusted automation across worktrees.

How do I fix base alignment issues in a stacked PR workflow?

Fixing base alignment requires deterministic analysis of dependency order to detect drift. The Skill generates ready-to-execute action plans or plan-only recommendations depending on your policy, ensuring safe and bounded remediation.

Can I assess PR stack merge risks for issues and task bundles in ADL workflows?

Yes, the Skill applies to issues, task bundles, branches, or worktrees in ADL workflows. It provides deterministic assessments of merge risks by analyzing stack topology and dependency order within a bounded workspace.

Why does my PR stack have unsafe merges and untrusted automation?

Unsafe merges occur when PR stacks across issues and worktrees drift, causing dependency misalignment. Deterministic analysis identifies these conflicts and enforces strict validation with bounded remediation plans to restore automation trust.