

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1234567# Design Interface89Based 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.1011> **HARD GATE** — Multiple design options must be explored. Do NOT settle on first idea. Compare trade-offs (UX, complexity, extensibility, performance) before committing.1213## Workflow1415### 1. Gather Requirements1617Before designing, understand:1819- [ ] What problem does this module solve?20- [ ] Who are the callers? (other modules, external users, tests)21- [ ] What are the key operations?22- [ ] Any constraints? (performance, compatibility, existing patterns)23- [ ] What should be hidden inside vs exposed?2425Ask: "What does this module need to do? Who will use it?"2627### 2. Generate Designs (Parallel Sub-Agents)2829Spawn 3+ sub-agents simultaneously using Task tool. Each must produce a **radically different** approach.3031```32Prompt template for each sub-agent:3334Design an interface for: [module description]3536Requirements: [gathered requirements]3738Constraints for this design: [assign a different constraint to each agent]39- Agent 1: "Minimize method count - aim for 1-3 methods max"40- Agent 2: "Maximize flexibility - support many use cases"41- Agent 3: "Optimize for the most common case"42- Agent 4: "Take inspiration from [specific paradigm/library]"4344Output format:451. Interface signature (types/methods)462. Usage example (how caller uses it)473. What this design hides internally484. Trade-offs of this approach49```5051### 3. Present Designs5253Show each design with:54551. **Interface signature** — types, methods, params562. **Usage examples** — how callers actually use it in practice573. **What it hides** — complexity kept internal5859Present designs sequentially so user can absorb each approach before comparison.6061### 4. Compare Designs6263After showing all designs, compare them on:6465- **Interface simplicity**: fewer methods, simpler params66- **General-purpose vs specialized**: flexibility vs focus67- **Implementation efficiency**: does shape allow efficient internals?68- **Depth**: small interface hiding significant complexity (good) vs large interface with thin implementation (bad)69- **Ease of correct use** vs **ease of misuse**7071Discuss trade-offs in prose, not tables. Highlight where designs diverge most.7273### 5. Synthesize7475Often the best design combines insights from multiple options. Ask:7677- "Which design best fits your primary use case?"78- "Any elements from other designs worth incorporating?"7980## Evaluation Criteria8182From "A Philosophy of Software Design":8384**Interface simplicity**: Fewer methods, simpler params = easier to learn and use correctly.8586**General-purpose**: Can handle future use cases without changes. But beware over-generalization.8788**Implementation efficiency**: Does interface shape allow efficient implementation? Or force awkward internals?8990**Depth**: Small interface hiding significant complexity = deep module (good). Large interface with thin implementation = shallow module (avoid).9192## Anti-Patterns9394- Don't let sub-agents produce similar designs — enforce radical difference95- Don't skip comparison — the value is in contrast96- Don't implement — this is purely about interface shape97- Don't evaluate based on implementation effort98
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 · 139 | Cursor rules | styletypesgitdatabase+6 | 47/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/assess-impact.mdc · 139 | Cursor rules | testtesting-strategydeployment | 66/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/audit-plan.mdc · 139 | Cursor rules | buildteststylegit | 74/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/build-epic.mdc · 139 | Cursor rules | buildgit | 58/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/change-request.mdc · 139 | Cursor rules | no sections | 48/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/commit-message.mdc · 139 | Cursor rules | lint-formatstyletypesgit+3 | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/compose-workflow.mdc · 139 | Cursor rules | styledo-notagent-behaviour | 65/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/context7-mcp.mdc · 139 | Cursor rules | style | 54/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/deepen-architecture.mdc · 139 | Cursor rules | testtesting-strategydo-not | 57/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/define-language.mdc · 139 | Cursor rules | lint-formatdo-not | 65/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/define-success.mdc · 139 | Cursor rules | no sections | 4/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/delegate-task.mdc · 139 | Cursor rules | git | 62/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/deploy.mdc · 139 | Cursor rules | setupbuildtestdeployment | 77/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/verify-work.md · 139 | Windsurf rules | buildtestlint-formatagent-behaviour | 74/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/develop-tdd.mdc · 139 | Cursor rules | teststylearchtesting-strategy+5 | 85/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/diagnose-root.mdc · 139 | Cursor rules | no sections | 39/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/diagnose-stall.mdc · 139 | Cursor rules | no sections | 44/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/dispatch-agents.mdc · 139 | Cursor rules | git | 54/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/edit-document.mdc · 139 | Cursor rules | no sections | 39/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/elaborate-spec.mdc · 139 | Cursor rules | test | 58/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| danielvm-git/bigpowers.windsurf/rules/organize-workspace.md · 139 | Windsurf rules | buildstylegitdeployment+2 | 89/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/guard-git.md · 139 | Windsurf rules | stylearchgitsecurity+2 | 89/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/quick-fix.md · 139 | Windsurf rules | teststylegitdeployment+1 | 85/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/develop-tdd.md · 139 | Windsurf rules | teststylearchtesting-strategy+5 | 85/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/extract-design.md · 139 | Windsurf rules | lint-formatstyledependenciesui | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/commit-message.md · 139 | Windsurf rules | lint-formatstyletypesgit+3 | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/session-state.md · 139 | Windsurf rules | lint-formatstyleagent-behaviour | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/setup-environment.md · 139 | Windsurf rules | setupstylesecuritydo-not+1 | 81/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-windsurf-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.