# 2531 Implicit Constraints Fe3c9296

> Implicit Constraints

- Skill: `tools-only/2531-implicit-constraints-fe3c9296` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2531-implicit-constraints-fe3c9296`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2531-implicit-constraints-fe3c9296/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2531-implicit-constraints-fe3c9296

---

# Implicit Constraints

**Opus**: Infers unstated constraints from context. Knows a business
email should be professional without being told.

**Haiku**: Follows explicit constraints well. May violate implicit ones.
Tone, formality, and audience-appropriateness can drift.

**Mitigation**: Make every constraint explicit. Enumerate what Opus
would assume.

```
Tone: professional and concise.
Audience: C-suite executives.
Avoid: jargon, hedging language, bullet points.
Include: specific metrics where available.
```

Ask yourself: what would a thoughtful person assume about this task
that isn't written down? Write those assumptions as rules.

