

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456# Design Interface78Based on "Design It Twice" from "A Philosophy of Software Design": your first idea is unlikely to be the best. Generate multiple radically different designs, then compare.910> **HARD GATE** — Multiple design options must be explored. Do NOT settle on first idea. Compare trade-offs (UX, complexity, extensibility, performance) before committing.1112## Workflow1314### 1. Gather Requirements1516Before designing, understand:1718- [ ] What problem does this module solve?19- [ ] Who are the callers? (other modules, external users, tests)20- [ ] What are the key operations?21- [ ] Any constraints? (performance, compatibility, existing patterns)22- [ ] What should be hidden inside vs exposed?2324Ask: "What does this module need to do? Who will use it?"2526### 2. Generate Designs (Parallel Sub-Agents)2728Spawn 3+ sub-agents simultaneously using Task tool. Each must produce a **radically different** approach.2930```31Prompt template for each sub-agent:3233Design an interface for: [module description]3435Requirements: [gathered requirements]3637Constraints for this design: [assign a different constraint to each agent]38- Agent 1: "Minimize method count - aim for 1-3 methods max"39- Agent 2: "Maximize flexibility - support many use cases"40- Agent 3: "Optimize for the most common case"41- Agent 4: "Take inspiration from [specific paradigm/library]"4243Output format:441. Interface signature (types/methods)452. Usage example (how caller uses it)463. What this design hides internally474. Trade-offs of this approach48```4950### 3. Present Designs5152Show each design with:53541. **Interface signature** — types, methods, params552. **Usage examples** — how callers actually use it in practice563. **What it hides** — complexity kept internal5758Present designs sequentially so user can absorb each approach before comparison.5960### 4. Compare Designs6162After showing all designs, compare them on:6364- **Interface simplicity**: fewer methods, simpler params65- **General-purpose vs specialized**: flexibility vs focus66- **Implementation efficiency**: does shape allow efficient internals?67- **Depth**: small interface hiding significant complexity (good) vs large interface with thin implementation (bad)68- **Ease of correct use** vs **ease of misuse**6970Discuss trade-offs in prose, not tables. Highlight where designs diverge most.7172### 5. Synthesize7374Often the best design combines insights from multiple options. Ask:7576- "Which design best fits your primary use case?"77- "Any elements from other designs worth incorporating?"7879## Evaluation Criteria8081From "A Philosophy of Software Design":8283**Interface simplicity**: Fewer methods, simpler params = easier to learn and use correctly.8485**General-purpose**: Can handle future use cases without changes. But beware over-generalization.8687**Implementation efficiency**: Does interface shape allow efficient implementation? Or force awkward internals?8889**Depth**: Small interface hiding significant complexity = deep module (good). Large interface with thin implementation = shallow module (avoid).9091## Anti-Patterns9293- Don't let sub-agents produce similar designs — enforce radical difference94- Don't skip comparison — the value is in contrast95- Don't implement — this is purely about interface shape96- Don't evaluate based on implementation effort97
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?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| danielvm-git/bigpowers.cursor/rules/simple-english.mdc · 134 | Cursor rules | styletypesgitdatabase+6 | 47/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/build-epic.mdc · 134 | Cursor rules | buildgit | 58/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/extract-design.mdc · 134 | Cursor rules | lint-formatstyledependenciesui | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/plan-tests.mdc · 134 | Cursor rules | teststyletesting-strategyagent-behaviour | 66/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/plan-release.mdc · 134 | Cursor rules | testlint-formatarchdeployment | 74/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/request-review.mdc · 134 | Cursor rules | git | 62/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/research-first.mdc · 134 | Cursor rules | buildarchdependencies | 70/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/run-benchmark.mdc · 134 | Cursor rules | styleperformance | 58/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/reset-baseline.mdc · 134 | Cursor rules | no sections | 40/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/define-language.md · 134 | Windsurf rules | lint-formatdo-not | 65/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/context7-mcp.md · 134 | Windsurf rules | style | 54/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/delegate-task.md · 134 | Windsurf rules | git | 62/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/extract-design.md · 134 | Windsurf rules | lint-formatstyledependenciesui | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/security-review.md · 134 | Windsurf rules | lint-formattesting-strategygitsecurity+2 | 60/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/verify-work.md · 134 | Windsurf rules | buildtestlint-formatagent-behaviour | 74/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/wire-ci.md · 134 | Windsurf rules | buildtestlint-formatstyle+1 | 81/100 | 14 days ago | |
| danielvm-git/bigpowerswebsite/AGENTS.md · 134 | AGENTS.md | docs | 31/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/terse-mode.md · 134 | Windsurf rules | styledo-not | 56/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/trace-requirement.md · 134 | Windsurf rules | buildtesting-strategy | 54/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/align-grid.mdc · 134 | Cursor rules | lint-formatdo-notagent-behaviour | 65/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/danielvm-git-bigpowers-cursor-rules-design-interface)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.