Bug Triage Assistant
Convert scattered bug notes, Slack messages, or user complaints into structured engineering tasks with reproduction steps, severity, and root cause hypothesis.
Compress long technical content into summaries calibrated to a specific audience and purpose — not a generic restatement.
AI summaries tend to fail in one of two ways: too long (a paraphrase of everything, preserving no signal about importance) or too short (high-level statements that lose the technical detail the reader needed). The difference between a useful summary and a useless one is knowing who is reading it and why. This workflow builds that context into the summarization task before the output is generated.
Specify audience and purpose
The audience technical level and the purpose (decide / act / understand / share) determine every compression decision. Get these right before pasting content.
Set a target length
Give a specific target: a word count, a bullet count, or a structural constraint. Vague length guidance produces variable-length outputs.
Paste the content
Paste the full source content. The model needs to see everything to decide what to preserve and what to compress.
Review flagged claims
Anything marked [unverified] in the output needs a human check before the summary is distributed.
Purpose decides what's load-bearing. The prompt asks whether the reader needs to decide, act, understand, or share, then leads with what that goal makes important — "decide" keeps trade-offs, "share" keeps context. Paired with the Audience technical level, it steers compression away from the median restatement that satisfies no one. The generated system prompt runs in your own assistant.
The rules require it to append [unverified] to any claim that is uncertain, preliminary, or needs validation. The workflow's final step is reviewing those flagged claims before distribution — a human check the tool doesn't do for you. It surfaces where confidence is low so a clean-looking summary can't quietly obscure the parts still to confirm.
That opener burns the first line restating what the source is instead of delivering signal. The rules forbid it and require leading with the most important information for the specified audience and purpose. Combined with the explicit Length target, it forces real compression decisions rather than a flat paraphrase that opens by describing itself.
Convert scattered bug notes, Slack messages, or user complaints into structured engineering tasks with reproduction steps, severity, and root cause hypothesis.
Turn AI into a structured pull request reviewer that catches risky changes, flags maintainability issues, and suggests missing test coverage.
Configure AI to answer support questions within your actual policy boundaries — not generic best-guess answers.
A complete 'act as a product manager' role prompt — the perspective, responsibilities, and decision criteria a real PM brings, not just the job title.
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
Formats fuzzy agent instructions into a structured prompt with objective, available tools, constraints, success criteria, and failure handling.
Build structured system prompts from role, tone, constraints, and model target.