1
Initial Setup and Profile Configuration
Begin by navigating to the OneTask dashboard at fluidwave.com. Unlike traditional task managers, OneTask requires a cognitive profile setup during onboarding. Select your primary neurodivergent profile (e.g., ADHD, Autism, or Executive Dysfunction) to calibrate the AI engine. This step is critical because the algorithm adjusts its prioritization logic based on your specific cognitive patterns. For instance, an ADHD profile may weight 'immediacy' and 'interest' higher than standard deadlines, while an autism profile might prioritize 'routine consistency' and 'predictability'.
In the settings menu, enable 'Deep Sync' with your calendar and email providers. This allows the AI to ingest external commitments automatically. Ensure you grant read/write permissions so OneTask can update your status in real-time. Avoid manually entering every task at this stage; let the import process run for 5-10 minutes to establish a baseline of your current workload. The system will analyze your past completion rates to estimate realistic time blocks for future tasks.
Pro Tip
Do not skip the cognitive profile selection. The AI's effectiveness relies entirely on accurate baseline data regarding how you process information and handle stress.
2
Understanding the AI Prioritization Engine
OneTask does not use a static to-do list. Instead, it generates a dynamic 'Flow State' queue. Navigate to the main dashboard to view your 'Now' tab. This view displays only the single task the AI has determined you should work on next. The AI calculates this based on three vectors: Urgency (deadlines), Importance (impact), and Cognitive Load (energy required).
Examine the 'Why this task?' tooltip available on each task card. This feature explains the AI's reasoning, such as 'High deadline proximity' or 'Low energy requirement suitable for current time of day.' Understanding this logic helps you trust the algorithm. If you feel the AI is misjudging your energy levels, use the quick-adjust sliders on the task card to manually tweak the perceived difficulty. The AI learns from these adjustments, refining its future predictions. This feedback loop is the core mechanism that prevents the tool from feeling rigid or oppressive, a common pain point for neurodivergent users with standard rigid planners.
Pro Tip
Click the 'Explain Priority' button on any task to see the specific weights the AI applied. This transparency helps you debug why a task is or isn't appearing in your 'Now' queue.
3
Configuring Focus Modes and Energy Tracking
OneTask introduces 'Energy Modes' to align tasks with your current mental state. In the sidebar, locate the 'Current State' widget. You can toggle between modes such as 'Hyperfocus,' 'Foggy,' 'Anxious,' or 'Resting.' When you select 'Foggy,' the AI will automatically filter out complex, high-cognitive-load tasks and surface smaller, repetitive, or low-stakes items. This prevents the overwhelm of staring at a large project when you lack the mental bandwidth to start.
Conversely, if you are in 'Hyperfocus,' the AI will bundle related micro-tasks into a single stream to maintain momentum. To set this up, go to Settings > Energy Profiles. Customize the task types allowed in each mode. For example, you might restrict 'Creative Writing' to 'Hyperfocus' only, while allowing 'Email Sorting' in 'Foggy' mode. This configuration ensures that the AI never presents a task that conflicts with your current neurochemical state, reducing friction and rejection sensitivity dysphoria (RSD) triggers.
Pro Tip
Use the quick-toggle shortcuts (e.g., Cmd+1 for Hyperfocus) to change your state instantly without breaking your flow or navigating menus.
4
Integrating with External Calendars and Email
For OneTask to function effectively, it must act as a single source of truth. Go to Integrations and connect your primary calendar (Google Calendar, Outlook, or Apple Calendar) and email service. The AI will automatically parse emails and calendar events, converting them into actionable tasks. For example, a meeting titled 'Project Review' will be created as a task with a prep-block added 30 minutes prior.
Review the 'Auto-Capture Rules' in the integration settings. You can set keywords that trigger specific task categories. For instance, emails containing 'Urgent' or 'ASAP' can be flagged as high-priority, while newsletters are automatically archived. This step reduces the manual entry burden, which is often a barrier for neurodivergent users who struggle with initiation. Ensure that 'Two-Way Sync' is enabled so that when you complete a task in OneTask, it is marked done in your calendar, keeping your schedule accurate across all devices.
Pro Tip
After connecting your email, run a 'Historical Scan' to import unread emails from the last 7 days. This prevents the backlog from overwhelming the AI's initial prioritization model.
5
Leveraging the 'Break' and 'Reset' Features
OneTask recognizes that executive dysfunction often leads to paralysis. If you find yourself stuck, use the 'I'm Stuck' button prominently displayed on the dashboard. This triggers a 'Reset' protocol. The AI will temporarily hide all non-critical tasks and present a single, incredibly low-barrier task (e.g., 'Open the document' or 'Reply to one email') to help you break the paralysis loop.
Additionally, configure 'Scheduled Breaks' in the settings. The AI will suggest breaks based on your focus duration data. For users with ADHD, these breaks might be shorter and more frequent. For autism, they might be longer and structured. When a break is suggested, the app can lock the task list and provide a guided breathing exercise or a sensory-friendly activity suggestion. This feature is not just a timer; it is an active intervention tool designed to prevent burnout and sensory overload, ensuring sustainable productivity rather than short-term bursts followed by crash cycles.
Pro Tip
Customize the 'Stuck' threshold. If you usually get stuck after 15 minutes, set the AI to prompt a 'Reset' suggestion after 10 minutes of inactivity on a single task.
6
Advanced: API Integration for Custom Workflows
For power users and developers, OneTask offers a REST API to extend its functionality. You can build custom integrations that push tasks from specialized tools (like Jira or Linear) directly into the OneTask AI queue. Use the following cURL command to test your connection and create a sample task:
`curl -X POST https://api.fluidwave.com/v1/tasks \n -H 'Authorization: Bearer YOUR_API_KEY' \n -H 'Content-Type: application/json' \n -d '{"title": "Debug API endpoint", "priority": "high", "cognitive_load": "medium", "context": "dev"}'`
This allows you to automate task creation from your coding environment. You can also subscribe to webhooks to receive real-time updates when the AI reprioritizes your list, enabling you to sync with external dashboards or notification systems. This is particularly useful for teams where neurodivergent members need their tasks translated into formats compatible with traditional agile boards without losing the AI benefits of OneTask.
Pro Tip
Store your API key in environment variables or a secure key manager. Never hardcode credentials in your source code. The API rate limit is 100 requests per minute for standard plans.
7
Reviewing Analytics and Adjusting AI Parameters
At the end of each week, visit the 'Insights' tab. OneTask provides a breakdown of your 'Flow State' hours versus 'Friction' hours. It visualizes patterns in your productivity, such as 'You are 40% more productive when tasks are broken down into <15 minute chunks' or 'Your anxiety spikes on Mondays at 10 AM.'
Use these insights to adjust the AI's parameters. If the data shows you consistently ignore 'High Priority' tasks on Fridays, you can adjust the 'Friday Penalty' weight in the settings to make those tasks more visible or earlier in the week. This iterative process allows you to fine-tune the AI to your evolving needs. The tool is not static; it evolves with you. Regularly reviewing these metrics ensures that the tool continues to serve your neurodivergent strengths rather than highlighting your weaknesses, fostering a positive feedback loop for productivity and mental well-being.
Pro Tip
Share your anonymized insights with your manager or team if you use OneTask in a collaborative setting. It provides objective data on your capacity and workload, helping to set realistic expectations.