Cursor rule
Rules for using the DEF-A Development Framework with Cursor, an AI-assisted code editor. They analyze how to make long development instructions shorter, more practical, and easier to apply during coding.
DEF-A모델은 AI시대의 인간사고를 구조화하고 복잡한 과제를 체계적으로 해결하기 위한 실천적 프레임워크
Cursor rule
Rules for using the DEF-A Development Framework with Cursor, an AI-assisted code editor. They analyze how to make long development instructions shorter, more practical, and easier to apply during coding.
Cursor rule
A compact set of software-development rules built around Red-Green-Refactor, the TDD cycle of writing a failing test, making it pass, and then cleaning up the code. It also covers common frontend, backend, security, and infrastructure practices.
Cursor rule
A set of backend development rules covering technology choices, web APIs, databases, security, performance, errors, architecture, testing, and development tools. Backend code runs on servers and handles data and application logic.
Cursor rule
A set of development rules combining a five-stage problem-solving framework with standards for readable, type-safe, secure, responsive, accessible, and testable code. The framework moves from defining and exploring a problem to formulating, applying, and assessing a solution.
Cursor rule
A set of rules for solving problems through five stages: define, explore, formulate, act, and assess. It is a general framework for analysing a problem, choosing an approach, applying it, and reviewing the result.
Cursor rule
A set of rules for handling software errors, written as a Cursor editor rule. It classifies failures such as outages, data loss, security incidents, broken behavior, slow performance, and future risks, then assigns an investigation approach.
Cursor rule
A set of coding rules based on ethical principles such as equal respect, inclusive communication, and checking for bias. It is part of the DEF-A framework.
Cursor rule
A set of Cursor rules for adding ethical checks throughout the stages of the DEF-A framework.
Cursor rule
A set of Cursor rules for monitoring potentially harmful or biased language and reasoning in the DEF-A framework.
Cursor rule
A set of rules for adjusting responses to be fair, inclusive, understandable, and empathetic, including guidance for hiring and teamwork.
Cursor rule
A frontend development guide for TypeScript, React, Vue, Next.js, Nuxt.js, CSS, accessibility, state management, testing, and performance.
Cursor rule
A knowledge-management guide based on the SECI model, a framework for turning personal experience into shared, documented knowledge and practice.
Cursor rule
A set of coding and documentation rules for using respectful, inclusive language in names, comments, documentation, and error messages.
Cursor rule
A set of reusable Cursor prompt templates that organize project context, requests, reasoning stages, rules, quality standards, and output format.
Cursor rule
A rule-selection guide that matches words and request types to DEF-A stages, technical areas, and communication styles.
Cursor rule
A set of rules for coordinating software teams of different sizes, including remote teams, through shared goals, roles, communication, and staged problem-solving.
Cursor rule
A testing guide covering TDD, where tests are written before code, and BDD, where expected behavior is described in Given-When-Then form.