What problem does it solve?
Rails development often blurs ownership of persistence, lifecycle, authorization, and deploy safety, making AI-assisted edits hard to verify and risky to roll back when something goes wrong.
Core Features & Use Cases
- Framework-native Rails delivery that keeps behavior inside the right boundaries (ActiveRecord, migrations, controllers, Hotwire/API contracts, services, queries, jobs, policies, and tests).
- Evidence-first completion that records verification artifacts such as scoped commands, query/migration proofs, and rollback paths rather than relying on prose.
- Guardrails against scope and safety failures by blocking out-of-scope refactors, limiting callbacks, preventing hidden cross-domain side effects in lifecycle hooks, and requiring rollback planning for deploy-sensitive changes.
Quick Start
Use rails-domain-delivery to review or implement a focused Rails slice that touches ActiveRecord, migrations, request/response boundaries, and verification steps by asking the AI: "Apply rails-domain-delivery to implement and verify the smallest Rails change for my task, including evidence, scoped tests, and an explicit rollback plan if deploy safety is involved."