ADHD-friendly Cursor agent kit: on-demand Q&A, concise replies with status footer, context stats via MCP.
cd your-project
npx adhd-mcp initReload MCP in Cursor β new Agent chat.
| Path | Role |
|---|---|
.cursor/rules/adhd.mdc |
Output baseline + Q&A gate + coding ladder |
.cursor/skills/adhd-qa/ |
Q&A clarification workflow |
.cursor/skills/adhd-output/ |
Short reply + footer format |
.cursor/skills/frontend-design/ |
Distinctive UI (antiβAI-slop) |
.cursor/skills/web-design-guidelines/ |
Vercel Web Interface Guidelines audit |
.cursor/mcp.json |
Merges adhd_mcp server |
adhd/sessions/ |
Q&A session logs |
-
estimate_contextβ context % (reported or ~heuristic) -
format_status_footerβπ ηθ§£ X% β θΏεΊ¦ Y% β ctx ~Z% -
check_readinessβ block code until understanding β₯95% -
verify_against_requirementβ after edits: user wording vs coding ladder -
qa_session_start/qa_session_appendβ session files
β
Rule + Skills + MCP + init
β GitHub search (v2) Β· hitl integration
npm install
npm run smoke
npm run local-test
node dist/index.js init --cwd /path/to/project --force --localAfter publish, users run npx adhd-mcp init (uses npm; no --local).
MIT