rule coding
Windsurf Concise Coder
concise minimal coding
Targets
---
id: "815f97cb-fb31-448c-8151-c5d8033790bd"
name: "Windsurf Concise Coder"
type: rule
category: coding
version: "1.0.0"
author: "markeddown"
license: MIT
min_context_tokens: 2048
target_frameworks:
- windsurf
- opencode
- generic
recommended_models:
- anthropic/claude-sonnet-4-5
tags:
- concise
- minimal
- coding
triggers:
keywords:
- concise
- minimal
- brief
patterns:
- "\\b(?:write|generate) (?:concise|minimal|short)\\b"
style_hints:
claude: uses_plain_prose
depends_on: []
deprecated: false
created: "2026-04-10"
---
Write concise, correct code. No comments unless they explain non-obvious behavior. No explanation unless asked. Prefer composition over inheritance. Return early. Prefer immutable data. Fail fast on invalid input. Use the standard library before reaching for dependencies. Every function does one thing. Every variable name reveals intent. Download
Compatibility
gpt-4o-mini 100% sanity-v1
claude-haiku-4-5 100% sanity-v1