Cursor rule Cursor
Execute a docs/plans/.md slice with subagent implement → evidence-based audit → fix until 90+ — invoke manually when running a plan.
Cursor rule Cursor
Execute a docs/plans/.md slice with subagent implement → evidence-based audit → fix until 90+ — invoke manually when running a plan.
Cursor rule Cursor
Feature plan execution — readiness gates, critique loop, permissions, post-implementation handoff.
Cursor rule Cursor
Framework for planning a new feature end-to-end — use when asked to plan or design a new module.
Cursor rule Cursor
Plan deployment, environment, and operations changes.
Cursor rule Cursor
Universal quality bar for repo plans — applies to docs/plans markdown and routes to specialized planning rules.
Cursor rule Cursor
Guidance for splitting large route files into maintainable pieces.
Cursor rule Cursor
Patterns for the project rename tool — file coverage, domain-safe replacement, name validation.
Cursor rule Cursor
Patterns for development seed data — stable UUIDs, realistic data, cross-references.
Cursor rule Cursor
How to break a planned feature into shippable slices — use when starting implementation of a card or plan.
Cursor rule Cursor
Route data fetching — onMount, signals, alive guard, batch; never createResource.
Cursor rule Cursor
SolidJS route UI — Switch/Match, modals, auth gates; never nested Show or early returns.
Cursor rule Cursor
SolidStart route groups, layout boundaries, and auth chrome for (private) and (public) routes.
Cursor rule Cursor
Patterns for SQL migration files — schema changes, enums, indexes, triggers.
Cursor rule Cursor
SSE and real-time event patterns — hub, ticket auth, keepalive, reconnect.
Cursor rule Cursor
Route agent workflow by risk tier before planning, implementing, or auditing.
Cursor rule Cursor
How to write, update, and maintain Cursor rules — use when creating a new rule or updating an existing one.
Cursor rule Cursor
Patterns for frontend E2E tests — Playwright selectors, SPA waits, serial workers, and full-stack setup.
Cursor rule Cursor
Frontend test workflow — coverage thresholds, sync discipline, pre-push checklist.
Cursor rule Cursor
Patterns for frontend component tests — SolidJS Testing Library, mocking, jsdom limits.
Cursor rule Cursor
Backend test planning — discriminator matrix, predicate-derived plans, integration DB safety.
Cursor rule Cursor
Patterns for writing backend tests — integration tests with TestDB, unit tests for pure logic, test data seeding.