# Ground Prose

> Prose patterns. Tests read like specifications.

- Skill: `attac-t/ground-prose` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add attac-t/ground-prose`
- Raw SKILL.md: https://api.skillmd.com/api/skills/attac-t/ground-prose/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: attac-t (https://skillmd.com/u/attac-t)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/attac-t/ground-prose

---


# Skill: Ground Prose

> "Tests are specifications, not code."

## The Standard

- **Full Path as Sentence**: File → describe → it forms readable prose.
- **Complete Names**: Test names are sentences, not fragments.
- **Two-Line Setup**: Dense inline chains obscure intent. Breathe.

## The Check

Ask yourself:
- Can I read the test name aloud as English?
- Does the full path (file + describe + it) tell a story?
- Is setup skimmable in 2 seconds?

## Real-World Examples

See [examples.md](examples.md).

