v1.15.0 - ADHD-Friendly Website Enhancements
🎯 ADHD-Friendly Website Enhancements
Major release focused on making documentation sites more accessible and readable for ADHD developers through comprehensive rendering fixes and enhanced command templates.
✨ New Features
/craft:docs:website Command
Complete ADHD-friendly website enhancement workflow with 3-phase optimization:
- Phase 1: Quick wins (TL;DR boxes, mermaid fixes, time estimates)
- Phase 2: Structure improvements (visual workflows, navigation)
- Phase 3: Polish & mobile responsive design
Includes ADHD scoring algorithm (0-100) across 5 categories:
- Visual Hierarchy (25%)
- Time Estimates (20%)
- Workflow Diagrams (20%)
- Mobile Responsive (15%)
- Content Density (20%)
🐛 Fixes
Emoji Icon Rendering
- Added
pymdownx.emojiextension to all documentation - Emoji shortcodes (
:rocket:,:brain:, etc.) now render as actual icons - Updated
/craft:site:createto include emoji support by default
Mermaid Diagram Layouts
- Fixed Site Creation Workflow: horizontal → vertical layout
- Fixed Git Worktree Workflow: added subgraph for parallel processes
- Updated mermaid-linter skill with layout best practices
- All diagrams now mobile-friendly with proper spacing
Markdown Rendering
- Fixed list formatting (added empty lines before lists)
- Fixed TL;DR box spacing throughout documentation
- Improved visual hierarchy and scannability
📦 Command Updates
/craft:site:create
Enhanced mkdocs.yml template now includes:
pymdownx.emojifor emoji icon renderingpymdownx.superfenceswith mermaid custom_fencesattr_listandmd_in_htmlfor enhanced markdown
Mermaid Linter Skill
Added "Layout Direction Best Practices" section:
- Prefer
flowchart TD(vertical) overflowchart LR(horizontal) - Guidance on when to use subgraphs
- Examples of good vs bad layouts
- Mobile and ADHD-friendly considerations
📊 Impact
ADHD Score Improvement:
- Before: 74/100
- After: 79/100 (+5 points)
Documentation Site:
- All fixes deployed to https://data-wise.github.io/claude-plugins/
- 6 workflow diagrams now rendering cleanly
- Homepage with proper emoji icons and TL;DR spacing
📝 Files Changed
- Configuration: mkdocs.yml
- Documentation: WORKFLOWS.md, index.md, ADHD-QUICK-START.md
- Commands: site/create.md, docs/website.md (new)
- Skills: mermaid-linter/skill.md
- Project: README.md, ROADMAP.md, plugin.json
🚀 Upgrade Notes
For Existing Sites:
Run /craft:docs:website --analyze to check your ADHD score and get enhancement recommendations.
For New Sites:
All sites created with /craft:site:create now automatically include:
- Emoji icon support
- Mermaid diagram rendering
- ADHD-friendly best practices
Full Changelog: v1.14.0...v1.15.0
🤖 Generated with Claude Code