/arnold:bug
File a bug report linked to affected features.
When to use it
When you discover a bug and want to document it properly. Arnold creates a bug doc, links it to the affected feature, and checks if there's related drift that might explain the issue.
Usage
> /arnold:bug
🦕 ARNOLD BUG REPORT
━━━━━━━━━━━━━━━━━━━━
Describe the bug. Arnold will:
1. Create a bug doc in docs/bugs/
2. Link it to the affected feature
3. Check if related drift exists
Filing: "Double-booking race condition"
→ Created docs/bugs/BUG-001-double-booking.md
→ Linked to feature: booking
→ Related drift: booking capacity limit mismatch
✓ Bug filed. Run /arnold:resolve to address related drift.
What it does
- Creates a structured bug report in
docs/bugs/ - Links the bug to the relevant feature folder
- Cross-references with the latest drift report to surface related issues
- Suggests next steps if drift is connected to the bug
See also
- /arnold:check - See if drift is related to the bug
- /arnold:resolve - Fix drift that caused the bug