AI SummaryA Cursor rules booster that implements Micah Martin's Absolute Priority Premise (APP) to help developers write objectively better code by assigning mass values to code components and minimizing complexity. Useful for teams practicing MAD-TDD and EXACT-Coding methodologies.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "mad-tdd-mob-ai-driven — Cursor Rules" prompt rules to my project. Repository: https://github.com/marcoemrich/mad-tdd-mob-ai-driven Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
A repo for our workshop on MAD-TDD / EXACT-Coding.
Description
Micah Martin's Absolute Priority Premise - an improvement on the Transformation Priority Premise that provides objective heuristics to compare code quality by assigning mass values to code components.
Core Concept
The APP assigns "mass" to different code components. Lower total mass indicates better, simpler code. The premise is that code with less mass is objectively better than code with more mass.
1. Constant (Mass: 1)
• Literal values in code • Examples: 5, "hello", true, [] • Lowest mass - preferred building block
2. Binding/Scalar (Mass: 1)
• Variables, parameters, local names • Examples: amount, userName, result • Names that refer to values
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts