MADE Support
Bundle

Team support intake and automatic status tracking

Active v1.3.0

Support requests get lost.
Status updates are tedious.

🔇

Invisible blockers

Team members hit issues and post in chat. Messages scroll away. Nobody files a ticket. The problem festers.

📋

Manual status ceremonies

End-of-day status updates mean context-switching to recall what you did, then typing it all out again.

🕳

Wins go unshared

Great work happens every day but nobody has time to write it up. Learnings stay siloed.

Your session already
has all the context.

Every Amplifier session knows what you worked on, what went wrong, and what you accomplished. Instead of asking people to report — capture it automatically from the work itself.

What if support requests, status updates, and story submissions were as easy as saying help me, or happened with no effort at all?

Three capabilities, one bundle.

🎫

Support Intake

Describe your problem in natural language. The bundle extracts structured details, checks for duplicates, and files a GitHub issue — in seconds.

📊

Team Status

An opt-in hook summarizes your session automatically at turn thresholds, git events, and session end. Your status page stays current without lifting a finger.

🏆

Story Submission

Generate a polished presentation from your session and submit a PR to the stories repo. Ship your wins while the context is fresh.

From frustration to issue
in seconds.

1Describe problem
2Extract details
3Find duplicates
4File GitHub issue
# User just says what's wrong
"I can't get the shadow environment to install my local core changes"

# Bundle runs the pipeline:
extract-issue-quick  → structured title, body, labels
find-duplicates      → checks existing issues
file-issue           → creates GitHub issue with full context

Two extraction modes: extract-issue-quick for speed, extract-issue-full for detailed triage with environment and reproduction steps.

Never write a status update again.

Before — Manual

  • Context-switch at end of day
  • Try to recall what you worked on
  • Type up a summary from memory
  • Paste into the status doc
  • Forget half of what you did

After — Automatic

  • Hook fires on turn threshold, git events, or session end
  • LLM summarizes your session automatically
  • Status page updated with accurate context
  • No manual effort required
  • Every session captured faithfully

Multi-trigger design: fires at configurable turn count (default 10), on git commits/pushes, and at session end.

You control what gets shared.

Team status is off by default — opt in via ~/.amplifier/team-tracking.yaml.

# ~/.amplifier/team-tracking.yaml

enabled: true           # opt-in required
throttle: "4h"          # minimum time between updates
detail_level: "summary" # summary | detailed | minimal
exclude:                # paths to never include
  - "personal/*"
  - "private-notes/*"

Throttle

Set minimum intervals between status updates to avoid noise.

Exclude paths

Ensure sensitive directories are never included in summaries.

Detail level

Choose how much context appears — from minimal to full detail.

Ship your wins.

Turn any session into a polished presentation and submit it to the Amplifier Stories repo — all from your working session.

1

Generate deck

The storyteller agent creates an HTML presentation from your session context.

2

Review & refine

Preview the deck locally, iterate on content and narrative arc.

3

Submit PR

The submit-story-pr recipe creates a branch and opens a pull request automatically.

What's in the bundle

7 recipes, 1 behavior, 1 module — everything wired together.

ComponentTypePurpose
check-ghRecipeVerify GitHub CLI authentication
extract-issue-fullRecipeDetailed issue extraction with triage
extract-issue-quickRecipeFast structured issue extraction
file-issueRecipeCreate GitHub issue from extracted data
find-duplicatesRecipeSearch existing issues for duplicates
submit-story-prRecipeSubmit story deck via pull request
update-team-statusRecipePush status update to team page
team-statusBehaviorOpt-in session summarization behavior
hook-team-statusModuleMulti-trigger hook (turns, git, session end)

Built fast, iterated faster.

64
Commits
26
Days
~2.5
Commits / Day
9
Components

Contributor Breakdown

Salil Das 58 commits (~91%)
91%
Samuel Lee 2 commits
Sam Schillace 1 commit

Timeline: Jan 14 – Feb 9, 2026 · Primary author: Salil Das

How we gathered this data

Data as of February 20, 2026 · Feature status: Active v1.3.0

Research Methods

  • Repository: amplifier-bundle-made-support (local)
  • Components: Directory listing — ls on recipes/, behaviors/, modules/
  • Commits: git log --oneline (64 commits found)
  • Contributors: git log --format="%an" | sort | uniq -c
  • Timeline: First commit Jan 14, 2026 — latest Feb 9, 2026
  • Metadata: bundle.md (version 1.3.0)
  • Primary contributor: Salil Das (~91% of 64 commits)
  • Other contributors: Samuel Lee (2 commits), Sam Schillace (1 commit)
Gaps: No usage metrics available. Component counts are from directory listing, not runtime verification.
Correction: The prior version of this deck listed “5 recipes, 1 hook, 2 behaviors.” Actual repo contains 7 recipes, 1 behavior, 1 module — updated to match reality.

Get help faster.
Stay visible automatically.

Install the MADE Support Bundle and let your sessions do the reporting.

Part of the Amplifier ecosystem · Built by the MADE team

← More Amplifier Stories