branch-pr-lifecycle

Coordinate feature-branch workflows and draft pull requests for review.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/lilmuckers/agentic-team-plugin --skill branch-pr-lifecycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch-pr-lifecycle
Source: https://github.com/lilmuckers/agentic-team-plugin/tree/main/skills/branch-pr-lifecycle
Command: npx skills add https://github.com/lilmuckers/agentic-team-plugin --skill branch-pr-lifecycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This lifecycle provides a disciplined approach to delivering work via feature branches, reducing integration risk by encouraging early draft pull requests and clear handoffs among Builders, QA, Spec, and Orchestrator.

Core Features & Use Cases

  • Enforces feature-branch workflows for all delivery work.
  • Encourages pushing commits early and often to surface issues quickly.
  • Guides PR hygiene with required metadata and structured review steps.

Quick Start

Create a feature branch, push commits early, open a draft PR, and advance it to ready-for-review after the initial review.

Frequently Asked Questions about branch-pr-lifecycle

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

FAQPage Schema
What is an early draft pull request and how does it improve feature branch delivery?

An early draft pull request is opened during feature branch development to surface integration issues quickly. Pushing commits early and often reduces delivery risk by enabling structured review handoffs among Builders, QA, Spec, and Orchestrator before finalizing code.

How do I manage a feature branch workflow from creation to merge?

To manage a feature branch workflow, create a feature branch, push commits early, open a draft PR, and advance it to ready-for-review after initial checks. This coordinates delivery across Builders, QA, Spec, and Orchestrator while maintaining branch hygiene and structured review steps.

What PR metadata is required for maintaining code review discipline?

Required PR metadata for code review discipline includes structured information guiding the review flow between Builders, QA, Spec, and Orchestrator. This metadata ensures clear handoffs and maintains branch hygiene throughout the feature branch lifecycle.

Can I use this feature branch workflow for collaborative team delivery?

Yes, this feature branch workflow is designed for software delivery teams where Builders, QA, Spec, and Orchestrator collaborate. It enforces feature-branch workflows and guides PR hygiene to coordinate pushing commits, reviewing code, and merging from branches.

Why should I open a draft pull request before my feature is complete?

You should open a draft pull request before completion to accelerate delivery and reduce integration risk. Early draft PRs surface issues quickly, allowing QA, Spec, and Orchestrator to provide structured review feedback during ongoing feature branch development.

What are the limitations of enforcing feature-branch workflows for all delivery work?

Enforcing feature-branch workflows for all delivery work requires strict adherence to PR hygiene and structured review steps. Teams must coordinate handoffs among Builders, QA, Spec, and Orchestrator, which may introduce process overhead for very small or urgent changes.