Systematic debugging workflow for Rails applications
Executes systematic debugging workflow for Rails applications to identify and fix errors.
/plugin marketplace add Kaakati/rails-enterprise-dev/plugin install rails-enterprise-dev@manifest-marketplaceSystematic approach to debugging with:
/rails-debug [error description or stack trace]
/rails-debug NoMethodError in TasksController#index
/rails-debug Users can't login after password reset
/rails-debug Slow query on bundles index page
{{ERROR_DESCRIPTION}}
Please activate the Rails Debugging workflow:
1. Analyze the error above
2. Create beads issue for tracking the fix
3. Use codebase-inspector to understand affected code
4. Implement fix using appropriate specialist
5. Add regression tests
6. Verify fix resolves error
Start with error analysis.
This workflow uses simplified phases focused on debugging: