crossbill-app
- 6 skills
- 0 followers
- 9 hours ago last updated
- ▌ Ddd Migration · crossbill-appStep-by-step checklist for migrating a backend service to the DDD/hexagonal architecture. Use when porting an existing service, repository, or router to domain entities and repository protocols.
- ▌ Writing Tests · crossbill-appBackend testing policy — API-first tiering, assertion depth, and test-quality rules
- ▌ Background Jobs · crossbill-appHow the SAQ background worker is wired and how to add a new job type. Use when adding, changing, or debugging a background job, JobBatch, or worker task handler.
- ▌ Frontend Design · crossbill-appStyling and design-system conventions — theme colors, MUI usage, typography. Use when styling components, adding colors, or making any visual/design change.
- ▌ Ticket In Commits · crossbill-appUse when a ticket is large enough to want breaking into commits, or has a reference/spike implementation to port — plans the work as bite-sized commits with the user, then drives each one through an implementation subagent, a report-only review subagent, revdiff, and a commit.
- ▌ Start Github Ticket · crossbill-appUse when the user provides a GitHub issue/ticket URL (e.g. github.com/Crossbill-App/crossbill-web/issues/NNN) and asks to start working on it — fetches the ticket, moves it to In Progress on the project board, creates a branch, and begins implementation.