Workflow examples
Start with the decision. Prove the signals. Then ask.
86 retrieval and training examples for agents and humans. Each one states the business intent, required signals, negative-fit boundaries, review level, and questions to resolve before use.
Featured
Schedule a private weekly funnel review
Render the bounded weekly-funnel-review template so a scoped runner records an exact-period aggregate report without raw users or mutation authority.
Review account-health evidence before outreach
Combine verified account usage, revenue context, and support-friction signals into a review queue without pretending a universal score proves churn or intent.
Safely turn a production error into a draft PR
A bounded self-healing workflow that claims one trusted production case, prepares one reviewable draft PR, and waits for CI, deploy, and real-traffic verification.
Investigate one customer-reported problem
Review the minimum identity-linked product evidence for an authorized support case, corroborate any real error case, and prepare a reply that preserves uncertainty.
Investigate errors after the latest deploy
Review cases first seen after a trusted deploy, distinguish SHA attribution from timing correlation, and inspect the highest-impact evidence before proposing a fix.
Measure a verified three-step signup funnel
Map three ordered lifecycle events to live project signals, run the canonical funnel blueprint, and explain drop-offs without inventing causes or benchmarks.
debug Stop fires. Find regressions. Catch silent bugs.
-
Investigate one customer-reported problem
5 minutesReview the minimum identity-linked product evidence for an authorized support case, corroborate any real error case, and prepare a reply that preserves uncertainty.
-
Investigate errors after the latest deploy
3 minutesReview cases first seen after a trusted deploy, distinguish SHA attribution from timing correlation, and inspect the highest-impact evidence before proposing a fix.
-
Find slow API routes by customer and plan
5 minutesRank API endpoints by p95 latency, error rate, customer, and plan so engineering can fix performance where it affects revenue.
-
Detect frontend performance regressions
5 minutesCompare page-load and interaction timing by release, browser, and route so frontend regressions are visible beside errors.
-
Find integration setup failures
5 minutesShow where customers fail while connecting integrations so engineering and CS can fix the highest-impact setup blockers.
-
Find queue latency and dead-letter spikes
5 minutesSee which background jobs are backing up, retrying, or landing in dead-letter queues before customers notice stale state.
-
Mobile background-sync failure monitoring
2 minutesBackground sync, refresh, prefetch jobs fail silently and degrade UX. Group failures by task_name and network_type to find the patterns.
-
Find IE/Safari/old-Chrome-only crashes
2 minutesSplit client-side errors by browser and version. Surface fingerprints concentrated in one engine — usually older Safari or a stale Chromium.
-
Track static-asset 404s per release
2 minutesGroup asset 404s by URL and deploy SHA. Catch stale CDN caches and missing hashed bundles before users see a blank page.
-
Diagnose CORS errors after a deploy
1 minuteFind CORS-blocked requests grouped by origin and endpoint. Surface the misconfigured Access-Control-Allow-Origin from a recent service move.
grow Funnels. Activation. Churn. Content.
-
Measure a verified three-step signup funnel
5 minutesMap three ordered lifecycle events to live project signals, run the canonical funnel blueprint, and explain drop-offs without inventing causes or benchmarks.
-
Analyze an existing product experiment
10 minutesCompare verified exposure and outcome signals across variants, surface readiness and sample problems, and prepare an evidence-first decision memo.
-
Calculate campaign payback by cohort
10 minutesTie acquisition campaigns to paid conversion, revenue, and retention so marketing and finance can see which campaigns pay back.
-
Compare checkout payment methods
5 minutesBreak down checkout completion, failures, and latency by payment method so growth teams know which option hurts revenue.
-
Find docs searches with zero results
3 minutesCapture failed docs searches and connect them to activation, support load, and API adoption so docs work targets real blockers.
-
Track dunning recovery from failed invoices
5 minutesMeasure failed-payment recovery from invoice failure through retry, card update, recovery, or cancellation for subscription revenue.
-
Find feature entitlement friction
5 minutesSee which locked features users try to access, which plans hit upgrade prompts, and where entitlement gates create conversion opportunities.
-
Revenue-weight feature requests
5 minutesRank feature requests by account value, usage pain, and renewal risk so product and GTM teams can prioritize with context.
-
Measure landing-page source quality
5 minutesCompare acquisition sources by activation, retention, and paid conversion instead of only measuring clicks or signups.
-
Detect lifecycle email fatigue
7 minutesCorrelate email volume, opens, clicks, unsubscribes, activation, and churn to find where lifecycle messaging helps or hurts.
ops Reviews. Webhooks. Guardrails. Automation.
-
Schedule a private weekly funnel review
30 minutes to review and configureRender the bounded weekly-funnel-review template so a scoped runner records an exact-period aggregate report without raw users or mutation authority.
-
Review account-health evidence before outreach
10 minutesCombine verified account usage, revenue context, and support-friction signals into a review queue without pretending a universal score proves churn or intent.
-
Safely turn a production error into a draft PR
1 hour to review and configureA bounded self-healing workflow that claims one trusted production case, prepares one reviewable draft PR, and waits for CI, deploy, and real-traffic verification.
-
Weekly CSM book-of-business digest
10 minutesCreate a weekly account digest for each CSM with risks, expansion signals, product adoption, and customers needing outreach.
-
Track enterprise implementation timeline
7 minutesFollow an enterprise account from kickoff through integration, first data, first value, and blocked steps so solutions teams can unblock launches.
-
Review release health after a deploy
10 minutesAssemble trusted deploy, error-case, and product-event evidence into a human release review without collapsing unlike signals into a misleading score.
-
Generate a renewal-risk brief for each account
10 minutesCombine usage decline, errors, seat utilization, and support friction into a renewal-risk brief CS can act on before the renewal date.
-
Audit sourcemap coverage for minified errors
5 minutesFind which production errors cannot be unmangled because sourcemaps are missing, stale, or uploaded under the wrong release.
-
Review stale or dangerous error suppressions
2 minutesFind suppressions that are hiding high-volume, high-impact, or recently regressed errors before noise rules mask real incidents.
-
Rank support load by account
5 minutesCombine errors, complaints, affected users, and plan data to show which accounts are consuming the most support attention.
Try any of these in your own agent.
Send this to Claude Code, Cursor, Codex, or any coding agent. It reads the canonical reference, uses the HTTP API, and sets you up.
Agentry gives coding agents production context from errors, product analytics, and deploys through one HTTP API. Fetch and read https://agentry.sh/install.md completely, then install Agentry's full first-time telemetry baseline in this repository. I authorize device-code login, saving the owner key only to ~/.agentry/credentials.json, creating one Agentry project for this repository, and read-only inspection of shipped source plus hidden CI/provider configuration. Deeply analyze the product's business logic and complete value flow before choosing telemetry. Save the complete source-backed plan and show me its exact contents and hash. Until I explicitly approve that plan or request a replacement, do not edit app/CI source, place runtime/CI credentials, commit, exercise product traffic, start proof, push, or deploy. After approval, I authorize only the reviewed targets: place the required scoped browser/server/CI credentials through the established environment or secret mechanism, preserve existing telemetry, implement and test the baseline, commit it, push that reviewed commit when the shipped CI/provider path requires it, exercise safe proof paths with test/non-customer data, and perform one deployment through the reviewed shipped CI/provider path. Ask first if proof would charge money, contact a third party, change real customer data, or require new external access. After the plan is saved, immediately before every onboarding state-changing POST, GET current onboarding state, perform only its single returned next_action, then read state again; do not batch or infer later stages. Continue until status is verified, installation_complete is true, and next_action is null. Keep all secrets, source snapshots, proof markers, and scratch files outside the repository.
- 1. Open your repo in Codex, Claude Code, Cursor etc.
- 2. Paste the install prompt.
- 3. Your agent reads the install doc and shows you an implementation plan for approval.