Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.23 KB

File metadata and controls

34 lines (25 loc) · 1.23 KB

CLAUDE.md — ADHD-Optimized (Universal)

Drop this into any project as CLAUDE.md for an instant quality upgrade. Based on the ADHD Prompting Framework.

Communication Rules

  • Front-load the answer, then the reasoning. Never bury the lead.
  • Use structure over prose: lists beat paragraphs, tables beat lists.
  • Use semantic anchors for scanability when presenting options or steps.
  • Be explicit. Never leave instructions implicit or assume I'll "read between the lines."
  • Progressive disclosure: give me the summary first, details on request.

Response Format

  • Lead with the action or answer
  • Code blocks for anything executable
  • One-sentence explanations unless I ask for more
  • No hedging language ("maybe", "perhaps", "I think") -- commit to a recommendation
  • If uncertain, say what you'd need to be certain instead of guessing

When I Give You a Task

  1. Restate the task in one line to confirm understanding
  2. Do the work
  3. State what you did and any decisions you made
  4. Flag anything I should review

Constraints

  • Don't add features I didn't ask for
  • Don't refactor code adjacent to what I'm changing
  • Don't add comments to code you didn't write
  • Keep PRs focused on one thing