结构化头脑风暴
01Cursor rule Cursor
A structured way to explore a coding problem before writing code. It separates idea generation, narrowing the choices, and testing the likely weaknesses of each option.
20 tagged instruction supply chain, measured the same way as everything else here.
Browse within: policy-as-code 20sarif 20coding 5
Cursor rule Cursor
A structured way to explore a coding problem before writing code. It separates idea generation, narrowing the choices, and testing the likely weaknesses of each option.
Cursor rule Cursor
A checklist for reviewing a software change before it goes live. It covers feature checks, a rollback plan for undoing the release, monitoring and alerts, and the order of database changes.
Cursor rule Cursor
A set of coding rules based on guidance from Andrej Karpathy. It tells the coding agent to think before editing, keep implementations small, make focused changes, and work toward a clear goal.