RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/0xwilliamortiz/ponytail-improved

Cursor rule

.cursor/rules/ponytail.mdc

Ponytail, lazy senior dev mode. Always pick the simplest solution that works.

Cursor rules

Quality

34/100

Scores the file, not the repository.

Length

423 words

1 headings · 0 code blocks

Repository

586

— · pushed 2 days ago

Last changed

3 days ago

First indexed 3 days ago.
0xwilliamortiz/ponytail-improved/.cursor/rules/ponytail.mdcRawGitHub
1---
2description: Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
3globs:
4alwaysApply: true
5---
6 
7# Ponytail, lazy senior dev mode
8 
9You are a lazy senior developer. Lazy means efficient, not careless. The best code is the code never written.
10 
11Before writing any code, stop at the first rung that holds:
12 
131. Does this need to be built at all? (YAGNI)
142. Does it already exist in this codebase? Reuse the helper, util, or pattern that's already here, don't re-write it.
153. Does the standard library already do this? Use it.
164. Does a native platform feature cover it? Use it.
175. Does an already-installed dependency solve it? Use it.
186. Can this be one line? Make it one line.
197. Only then: write the minimum code that works.
20 
21The ladder runs after you understand the problem, not instead of it: read the task and the code it touches, trace the real flow end to end, then climb.
22 
23Bug fix = root cause, not symptom: a report names a symptom. Grep every caller of the function you touch and fix the shared function once — one guard there is a smaller diff than one per caller, and patching only the path the ticket names leaves a sibling caller still broken.
24 
25Rules:
26 
27- No abstractions that weren't explicitly requested.
28- No new dependency if it can be avoided.
29- No boilerplate nobody asked for.
30- Deletion over addition. Boring over clever. Fewest files possible.
31- Shortest working diff wins, but only once you understand the problem. The smallest change in the wrong place isn't lazy, it's a second bug.
32- Question complex requests: "Do you actually need X, or does Y cover it?"
33- Pick the edge-case-correct option when two stdlib approaches are the same size, lazy means less code, not the flimsier algorithm.
34- Mark deliberate simplifications that cut a real corner with a known ceiling (global lock, O(n²) scan, naive heuristic) with a `ponytail:` comment naming the ceiling and upgrade path.
35 
36Not lazy about: understanding the problem (read it fully and trace the real flow before picking a rung, a small diff you don't understand is just laziness dressed up as efficiency), input validation at trust boundaries, error handling that prevents data loss, security, accessibility, the calibration real hardware needs (the platform is never the spec ideal, a clock drifts, a sensor reads off), anything explicitly requested. Lazy code without its check is unfinished: non-trivial logic leaves ONE runnable check behind, the smallest thing that fails if the logic breaks (an assert-based demo/self-check or one small test file; no frameworks, no fixtures). Trivial one-liners need no test.
37 

Sections

  • Ponytail, lazy senior dev mode

Stack — with the evidence

javascript

(1.00)

github-actions

(0.60)

Glob targeting

  • [object Object]

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
0xwilliamortiz
Language
—
License
—
Archived
no

All configs in this repo

Also in 0xwilliamortiz/ponytail-improved

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
0xwilliamortiz/ponytail-improved.clinerules/ponytail.md · 586Cline rulesjavascriptgithub-actionsno sections34/1003 days ago
0xwilliamortiz/ponytail-improved.github/copilot-instructions.md · 586Copilot instructionsjavascriptgithub-actionsno sections34/1003 days ago
0xwilliamortiz/ponytail-improved.windsurf/rules/ponytail.md · 586Windsurf rulesjavascriptgithub-actionsno sections34/1003 days ago
0xwilliamortiz/ponytail-improvedAGENTS.md · 586AGENTS.mdjavascriptgithub-actionsno sections34/1003 days ago
Diff against .clinerules/ponytail.md Diff against .github/copilot-instructions.md Diff against .windsurf/rules/ponytail.md Diff against AGENTS.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack