07of 10
Output management
Save, share, verify, and reuse the answer.
- Save. To git (commit the output as a file in the repo). To your team's KB (Notion, Confluence, SharePoint). To your personal prompt library.
- Share. PR description (paste the summary as the PR body). Doc link (Notion/Confluence URL). Slack message (TL;DR + link).
- Verify. Before merge (CI passes, tests cover the change). Before customer-facing (stakeholder reviewed, legal signed off, accessibility checked). Before shipping (load tested, monitored, rollback plan).
- Reuse. Extract the pattern (what was the input, what was the output, what was the prompt). Build a template (parameterize it for next time). Share it (post to team channel, write a runbook).
Try this prompt
I just generated [output] with Claude. Walk me through the 4 verbs (Save,
Share, Verify, Reuse) for this specific output. For each: the action, the
tool, and the success criterion.In your lane
Dev
Save to PR. Share with reviewer. Verify CI passes. Reuse the prompt pattern.
Data
Save query to the analytics repo. Share dashboard link in #data-team. Verify with stakeholder. Reuse SQL template.
Ops
Save runbook to the ops repo. Share in #oncall. Verify with on-call lead. Reuse the incident-triage prompt.
Ship it (30 min)
Pick one Claude output from today. Apply all 4 verbs.