Replit AgentGeneral AI

Generic Debugging Rules for Replit Agent

Generic Debugging Rules adapted for Replit Agent. High-signal generic engineering guidance for real projects.

rules file
# Generic Debugging Rules for Replit Agent

## Triage flow
- Reproduce reliably before changing code.
- Narrow blast radius with logs/metrics/traces.
- Form one hypothesis at a time; verify/falsify quickly.

## Incident handling
- Prioritize user impact reduction first, root cause second.
- Add temporary guardrails if full fix needs longer.
- Capture timeline, contributing factors, and concrete follow-up actions.

## Prevention
- Add regression tests for every production bug.
- Improve visibility where detection was delayed.
- Remove ambiguity from error messages and status signals.

How to use with Replit Agent

#debugging#incident-response#replit#generic-rules#general#ai-coding-rules

Related Rules