Skip to content

feat: Add account report slide deck generation to GitHub and Linear plugins#3

Merged
bradtaylorsf merged 2 commits into
mainfrom
account-report-slides
Feb 5, 2026
Merged

feat: Add account report slide deck generation to GitHub and Linear plugins#3
bradtaylorsf merged 2 commits into
mainfrom
account-report-slides

Conversation

@bradtaylorsf
Copy link
Copy Markdown
Owner

Summary

  • Adds /github-report and /linear-report commands that generate Gamma.app-compatible markdown slide decks for customer-facing account management meetings
  • Each plugin (aai-pm-github, aai-pm-linear) gets a new skill (account-report), agent (report-generator), and command
  • Supports flexible date ranges: explicit dates, last 2 weeks, last month, last quarter, last cycle (Linear)
  • Slide deck includes: Title, Executive Summary, Completed Features, Bug Fixes, Infrastructure/DevOps, Key Metrics, Upcoming Work, Risks & Dependencies, Q&A
  • Bumps both plugins from v1.0.0 to v1.1.0, marketplace to v1.0.4

New Files

Plugin File Purpose
aai-pm-github skills/account-report/SKILL.md Slide deck patterns + Gamma format
aai-pm-github agents/github-report-generator.md Data collection & report generation agent
aai-pm-github commands/github-report.md /github-report command
aai-pm-linear skills/account-report/SKILL.md Slide deck patterns + Gamma format
aai-pm-linear agents/linear-report-generator.md Data collection & report generation agent
aai-pm-linear commands/linear-report.md /linear-report command

Test plan

  • Validate plugins pass: node scripts/validate-plugins.js plugins/aai-pm-github plugins/aai-pm-linear
  • Verify manifest builds: node scripts/build-manifest.js
  • Test /github-report last 2 weeks generates valid markdown
  • Test /linear-report last month generates valid markdown
  • Verify generated markdown imports correctly into Gamma.app

🤖 Generated with Claude Code

bradtaylorsf and others added 2 commits February 4, 2026 21:05
…lugins

Add /github-report and /linear-report commands that generate Gamma.app-compatible
markdown slide decks for customer-facing account management meetings. Each plugin
gets a new skill (account-report), agent (report-generator), and command with
support for flexible date ranges (explicit dates, "last 2 weeks", "last month",
"last cycle"). Reports include executive summary, completed features, bug fixes,
infrastructure updates, metrics, upcoming work, and risks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bradtaylorsf bradtaylorsf merged commit 9507e28 into main Feb 5, 2026
1 check passed
@bradtaylorsf bradtaylorsf deleted the account-report-slides branch February 5, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant