mz185/pixel-discipline

3 stars · Last commit 2026-05-13

An AI instruction set that audits and fixes mobile UI/UX using five focused design rules. Works with any agent that reads markdown.

README preview

# pixel-discipline

![version](https://img.shields.io/badge/version-1.1.0-blue)
![platforms](https://img.shields.io/badge/platforms-Flutter%20%7C%20Compose%20%7C%20SwiftUI%20%7C%20RN-green)
![license](https://img.shields.io/badge/license-MIT-brightgreen)

An AI instruction set that enforces mobile UI/UX conventions on every agent interaction.
Most design rules get specified once, forgotten by the next prompt, and inconsistently applied across the codebase. pixel-discipline loads your conventions into every relevant session so you don't have to re-specify them, and so your agent can't ignore them.
Works with any AI coding agent that reads markdown.

**Every element must earn its place.**

> Built by [Marinos Zinonos](https://github.com/mz185)

---

## What It Does

Two things.
1) Eliminates prompt overhead: no more re-specifying spacing grids, palette rules, or font constraints on every UI prompt. Load once, applied consistently.

View full repository on GitHub →