github-scrum-flow

Installation
SKILL.md

GitHub Scrum Flow

Overview

This skill consolidates the responsibilities of a Scrum Master and Release Manager. It is the single source of truth for:

  1. Project Orchestration: Synchronizing plan.md tracks with GitHub Issues.
  2. Git Hygiene: Enforcing strict branching, commit, and merging standards.
  3. Status Reporting: Managing the lifecycle of tasks via the gh CLI.

Core Mandates

1. The "Golden Thread" (Issue <-> Track <-> Branch)

Every unit of work must trace back to a source of truth:

  • GitHub Issue: The stakeholder view (What & Why).
  • Conductor Track (plan.md): The engineering view (How).
  • Git Branch: The implementation workspace.

Rule: You generally do not start coding without a Branch, and you do not start a Branch without a plan item (and ideally a linked Issue).

2. GitHub Flow Enforcement

Related skills
Installs
4
GitHub Stars
2
First Seen
Mar 1, 2026