dmitryprg-ai/cursor-develop-autorules

9Stars on the repository
45Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

_base-5wh

01

dmitryprg-ai/cursor-develop-autorules

Cursor rule Cursor

A structured problem-analysis rule based on 5W+H—what, when, where, who, why, and how—and the 5 Whys method for finding a root cause.

9 5mo ago A 62 tokens

_base-jtbd-thinking

02

dmitryprg-ai/cursor-develop-autorules

Cursor rule Cursor

A product-planning rule based on Jobs To Be Done, a way to describe the real task a user is trying to accomplish. It uses Job Stories instead of User Stories and compares expected benefits with user costs or effort.

9 5mo ago A 61 tokens

_base-rat

03

dmitryprg-ai/cursor-develop-autorules

Cursor rule Cursor

A planning rule based on the Riskiest Assumption Test: list assumptions, rank their risks, and check the most dangerous one before coding. Understanding the request always comes first.

9 5mo ago A 68 tokens

_base-todo-usage

04

dmitryprg-ai/cursor-develop-autorules

Cursor rule Cursor

A set of rules for using todotool on tasks that take more than two or three steps. It requires breaking work into small steps, keeping only one step in progress, and updating statuses as work continues.

9 5mo ago A 47 tokens

dmitryprg-ai/cursor-develop-autorules

Cursor rule Cursor

A recovery rule for when an AI agent stops responding, freezes, or repeats the same actions. It requires finding the likely cause through root-cause analysis before restarting the agent.

9 5mo ago A 52 tokens

dmitryprg-ai/cursor-develop-autorules

Cursor rule Cursor

A set of coding rules for React Hooks, which are reusable functions for managing component behavior. It requires Hooks to run in the same order on every render and before any early exit from the component.

9 5mo ago A 670 tokens

dmitryprg-ai/cursor-develop-autorules

Cursor rule Cursor

Apply when writing API routes, database queries, form handling, or user input processing. Enforces input validation (Zod), SQL injection prevention, XSS protection. Target: zero security vulnerabilities in new code.

9 5mo ago A 42 tokens