First downloadable release of production-telemetry-and-live-debugging-rules.
Production Telemetry and Live Debugging Rules
$29.99One-time purchase
Four Cursor rules and a diagnostic playbook for answering a question about running production code without shipping a deploy to find out.
- Current version
- 1.0.0
- Files included
- 12
- Digital delivery
- Instant download
From selection to download in four clear steps.
- 01
Create your account
Sign up or log in so your order, invoice and downloads stay available.
- 02
Review the package
Check the included files, requirements, license and one-time price.
- 03
Pay securely
Complete the checkout with our secure payment provider. No card data is stored by Agenova.
- 04
Download your product
After payment confirmation, retrieve the files and license from your account.
Built to save a real afternoon
Zero-redeploy state inspection in Node.js, Python and Go — stacks on signal, pool counters, goroutine and task lists
Log and span payloads carrying the five fields that make correlation possible at all
Trace context across the boundary everyone forgets: the queue, restored as a link rather than a parent
A read-only constraint on live investigation, so forming a picture cannot become a second incident
A log-reading discipline that counts before it lists, instead of spending a context window on health checks
Production Telemetry and Live Debugging Rules
Requirements
- A central log store you can query
- Some way to reach a production process — a shell, an admin endpoint, or a signal
- Willingness to add instrumentation before you need it
Digital delivery
Secure download available after payment confirmation.
Practical license
Use and adapt the files in your own projects.
Versioned files
A clear changelog is included in every package.
Version history
Good questions, straight answers.
Does this require a particular observability vendor?+
No. The tracing rule assumes OpenTelemetry because the context propagation format is a standard rather than a product, but nothing names a backend and the rules hold whether you send spans to a hosted service or to a collector you run yourself.
Which runtimes are covered for the live probes?+
Node.js, Python and Go, each treated separately rather than generically — the principles transfer between them but the mechanisms do not. Included: faulthandler on a signal and asyncio task lists for Python, event loop lag and heap snapshots for Node, pprof on an internal-only listener and goroutine counts for Go.
Why are the rules read-only? Sometimes a restart is the fix.+
Often it is. The constraint is on the investigation, not on remediation: a fix is proposed with its evidence, agreed, and then taken as a named step. What the rules forbid is reaching for a write while still forming a picture — a read that turns out useless costs seconds, and a write on an incomplete picture is how a degradation becomes an outage.
We already have dashboards. What does this add?+
Dashboards tell you something is wrong. These rules are for the case where the dashboard is red and the reason is not on it — which is when teams start the add-a-log-line-and-deploy loop. The playbook orders the search from the outside inwards, and the probe reference is how you read live state without that loop.
Related products
Developer ToolsCursor Rules for Laravel
Production rules for clean Laravel applications.
- Laravel architecture rules
- API security guardrails
Developer ToolsThe Debugging Prompt System
Structured prompts for reproducible bug diagnosis.
- Bug triage
- Root-cause prompts
Developer ToolsAgentGuard: Cursor Rules for Context Isolation & Injection Defense
Comprehensive Cursor rule suite for building secure AI agents with strict context isolation, untrusted input boundaries, and indirect prompt injection defenses.
- Strict payload and instruction channel separation patterns
- Indirect prompt injection defense rules for tool outputs