Skip to content

Generate PR playback summaries from issues, checks, and witness links #75

Description

@flyingrobots

Idea

Generate a Method playback summary for PRs from issues, commits, checks, and witness links.

Method already cares about playbacks, witnesses, and retros. With GitHub Issues as the tracker, a small tool could synthesize the PR-level story instead of relying on agents to write bespoke summaries each time.

Possible shape

  • method playback --pr <number> reads linked issues, labels, commits, check results, and changed design/retro/witness files.
  • Emits a PR comment or Markdown block with: hill, sponsor/context, issues closed, witness evidence, checks, unresolved risks, and follow-ups created.
  • Flags missing witness links for issues labeled needs-witness.
  • Flags design changes without playback notes when a label such as needs-playback is present.

Why it matters

This makes the Method loop visible to OSS reviewers without requiring them to know the local ritual. It also lowers the chance that a PR merges with code done but witness/playback bookkeeping missing.

Acceptance sketch

  • The tool can generate a read-only Markdown report locally.
  • Optional --post writes the report to the PR.
  • It does not invent evidence; missing evidence is reported as missing.
  • It works in any repo using canonical Method labels.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    lane:cool-ideasInteresting but not committed work.legend:synthSynthesis, signposts, executive summaries, provenance.priority:mediumMedium priority.type:enhancementFeature or behavior improvement.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions