MADE Support Bundle
Support, status, and stories from the session itself
Your team's support needs, daily status, and wins are created inside the Amplifier sessions people are already running. They just leak out before anyone sees them — the value exists in the work; the problem is capture.
So what actually ships to close that gap?
The bundle's bundle.md wires together support requests, team status tracking, and story submissions — the whole thing runs on 7 recipes.
Real and shipped. So why is capture still needed?
Three failure modes are exactly what the bundle exists to fix — each pillar answers one of them.
Start with the first leak: support requests.
The trigger phrase launches a 7-step workflow that analyzes the session, confirms with you, dedupes, and files a GitHub issue to microsoft-amplifier/amplifier-support.
Capture, not typing. Next: status that writes itself.
The hook fires on three triggers and appends a progress bullet only when the session's own LLM confirms real work — reading, browsing, and brief chat are excluded. It's off by default and pushes to a shared team-status.md.
Automatic and gated. Last pillar: ship the win.
The session becomes an HTML deck, then submit-story-pr.yaml clones the stories repo, creates a story/ branch, commits into staging/, and opens a PR to ramparte/amplifier-stories.
Three capture paths, one session. Here's what that adds up to.
Because the report already lives in the work, support, status, and stories all flow from the session itself: file an issue by describing it, status writes itself, and a win ships as a PR — all without leaving the work.
When reporting rides on the work instead of sitting beside it, it actually happens. Put the capture where the value is created — and near-zero-effort reporting stops being a goal and starts being the default.
Repo: microsoft-amplifier/amplifier-bundle-made-support — analyzed against main (60 commits, ends 2026-02-06).
Feature status: LIVE (team-status hook is LIVE but OFF by default / opt-in).
Research performed — every claim re-derived from:
cat bundle.md (3 capture pillars in the include block)ls recipes/*.yaml | wc -l (7 recipes)context/trigger-rules.md, recipes/file-issue.yaml, recipes/check-gh.yaml (Steps 1–7)modules/hook-team-status/…/__init__.py — TURN_THRESHOLD=10 (line 59), GIT_BASH_PATTERNS, DEFAULT_UPDATE_INTERVAL=300, mount() opt-in gate; wc -l = 876 linesrecipes/submit-story-pr.yaml; ls ~/dev/ANext/amplifier-stories/staginggit show -s, git log, gh pr view 3/4/5, git shortlog -sne mainGaps: Real-world usage counts (issues filed, stories shipped, status pushes) are not verifiable from this checkout — amplifier-support is private and no metrics were queried. Local HEAD branch has a corrupt git object, so analysis used the valid main ref.
Primary contributors: Salil Das (sadlilas) — 58 commits, primary author of all 3 pillars and PRs #3/#4/#5; Samuel Lee — 2 commits.