adhd-productivity

ADHD-optimized productivity techniques and interventions. Invoke when user shows signs of task abandonment, context switching, or needs focus assistance.

16 stars

Best use case

adhd-productivity is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

ADHD-optimized productivity techniques and interventions. Invoke when user shows signs of task abandonment, context switching, or needs focus assistance.

Teams using adhd-productivity should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/adhd-productivity/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/product/adhd-productivity/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/adhd-productivity/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How adhd-productivity Compares

Feature / Agentadhd-productivityStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

ADHD-optimized productivity techniques and interventions. Invoke when user shows signs of task abandonment, context switching, or needs focus assistance.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# ADHD Productivity Skill

## When to Invoke

- User starts new topic without closing previous task
- User mentions feeling stuck or overwhelmed
- Session duration exceeds 30 minutes without completion
- User asks for help focusing

## Intervention Techniques

### Micro-Commitment
Break tasks into smallest possible step:
- "Just open the file"
- "Just write the first line"
- "Just run one command"

### Body Doubling
Virtual presence accountability:
- "I'm here. You: [action]. Me: ⏱️ Waiting..."
- Set 5-minute timer
- Check in after timer

### Chunking
Divide overwhelming tasks:
- Maximum 3 steps visible at once
- Complete step 1 before revealing step 2
- Celebrate each chunk completion

### Pattern Recognition
Track and call out patterns:
- "This is the 3rd time this week you've switched away from [task]"
- "You typically abandon tasks at the [specific point]"
- "Your completion rate improves when you [specific behavior]"

## Task State Management

```
INITIATED → SOLUTION_PROVIDED → IN_PROGRESS → COMPLETED
                                           ↘ ABANDONED (log pattern)
                                           ↘ BLOCKED (external wait)
                                           ↘ DEFERRED (intentional)
```

## Response Templates

### Level 1 Intervention (0-30 min)
"📌 Quick check: [task] - still on it?"

### Level 2 Intervention (30-60 min)
"🔄 I notice [task] from earlier. Pattern: [observation]. Continue or defer?"

### Level 3 Intervention (>60 min)
"⚠️ ACCOUNTABILITY: [task] started [time] ago. Status? Be honest."

## Success Metrics

Track in `task_completion_streaks` table:
- Daily completion count
- Streak length
- Common blockers
- Peak productivity times

Related Skills

apple-productivity

16
from diegosouzapw/awesome-omni-skill

Access macOS productivity apps (Calendar, Contacts, Mail, Messages, Reminders, Voice Memos). Use when user asks about calendar events, contacts, emails, iMessages, reminders, or voice transcription.

adhd-task-management-skill

16
from diegosouzapw/awesome-omni-skill

ADHD-optimized task tracking with abandonment detection, intervention strategies, and completion accountability

office-productivity

16
from diegosouzapw/awesome-omni-skill

Office productivity workflow covering document creation, spreadsheet automation, presentation generation, and integration with LibreOffice and Microsoft Office formats.

adhd-task-management

16
from diegosouzapw/awesome-omni-skill

ADHD-optimized task tracking and intervention system. Use when tracking tasks, detecting context switches, providing accountability interventions, or managing ADHD-specific productivity patterns for Ariel Shapira.

adhd-design-expert

16
from diegosouzapw/awesome-omni-skill

Designs digital experiences for ADHD brains using neuroscience research and UX principles. Expert in reducing cognitive load, time blindness solutions, dopamine-driven engagement, and compassionate design patterns. Activate on 'ADHD design', 'cognitive load', 'accessibility', 'neurodivergent UX', 'time blindness', 'dopamine-driven', 'executive function'. NOT for general accessibility (WCAG only), neurotypical UX design, or simple UI styling without ADHD context.

adhd-daily-planner

16
from diegosouzapw/awesome-omni-skill

Time-blind friendly planning, executive function support, and daily structure for ADHD brains. Specializes in realistic time estimation, dopamine-aware task design, and building systems that actually work for neurodivergent minds.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

customer-discovery

16
from diegosouzapw/awesome-omni-skill

Find where potential customers discuss problems online and extract their language patterns. Provides starting points for community research, not exhaustive coverage.

create-prd

16
from diegosouzapw/awesome-omni-skill

This skill should be used when the user asks to "创建PRD", "写产品需求文档", "生成PRD", "新建PRD", "create PRD", "write product requirements document", or mentions "产品需求文档", "PRD模板". Automatically generates comprehensive Chinese PRD documents following 2026 best practices.

Create Jira Feature

16
from diegosouzapw/awesome-omni-skill

Implementation guide for creating Jira features representing strategic objectives and market problems

create-feature

16
from diegosouzapw/awesome-omni-skill

Creates Features following the T-Minus-15 process template. Features represent significant deliverables that contain multiple User Stories. Includes proper metadata, MoSCoW prioritization, effort estimates, deliverables, and benefit hypothesis.

create-feature-branch

16
from diegosouzapw/awesome-omni-skill

Create properly named feature branch from development with remote tracking, following WescoBar naming conventions and git best practices