重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
adhd-task-management by breverdbidder/life-os
npx skills add https://github.com/breverdbidder/life-os --skill adhd-task-management专为 ADHD 生产力模式、上下文切换检测和问责支持设计的任务跟踪与干预系统。
INITIATED → SOLUTION_PROVIDED → IN_PROGRESS → COMPLETED
↓
ABANDONED
BLOCKED
DEFERRED
INITIATED(已启动):
SOLUTION_PROVIDED(已提供解决方案):
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
IN_PROGRESS(进行中):
COMPLETED(已完成):
ABANDONED(已放弃):
BLOCKED(已阻塞):
DEFERRED(已推迟):
级别 1:早期预警(0-30 分钟)
级别 2:可能已放弃(30-60 分钟)
级别 3:确认已放弃(>60 分钟)
上下文切换指标:
非放弃信号:
触发条件: 提供解决方案后 0-30 分钟
脚本:
📌 快速确认:[任务描述] - 还在处理吗?
意图: 无压力的轻度提醒
触发条件: 提供解决方案后 30-60 分钟
脚本:
🔄 我注意到之前提到的 [任务]。模式:[观察结果]。继续还是推迟?
观察结果示例:
- "这是今天第二个启动但未完成的任务"
- "类似于上周 [之前放弃的任务]"
- "通常你在处理 [任务类型] 任务时执行得更快"
意图: 使模式可见,提供有意识的选择
触发条件: 提供解决方案后 >60 分钟
脚本:
⚠️ 问责:[任务] 在 [X] 分钟/小时前启动。状态?
诚实回答:
a) 仍然想做(让我们做个微承诺)
b) 今天不做了(设定时间线推迟)
c) 完全不做了(标记为放弃,为什么?)
意图: 强制做出有意识的决定,防止无意识的放弃
时机: 任务感觉难以应对,检测到拖延
脚本:
只做第一步?[耗时 <2 分钟的微小行动]。就这样。
示例:"只需打开文件",而不是"完成分析"
为何有效: 降低启动能量,自然建立动力
时机: 任务需要持续专注,容易分心
脚本:
让我们一起做这个。
你:[具体行动]
我:⏱️ 计时。完成后报告。
我会等待。
为何有效: 外部在场创造问责感,减少孤立感
时机: 包含多个步骤的复杂任务
脚本:
仅步骤 1:[具体的微任务]
完成后确认。然后我们进行步骤 2。
为何有效: 防止不知所措,创造完成循环
时机: 在同一任务类型上重复放弃
脚本:
检测到模式:
- [任务类型] 本周已放弃 3 次
- 平均放弃时间:[X] 分钟
- 常见触发点:[观察结果]
建议干预:
[针对此任务类型的特定策略]
接受吗?还是用不同的方法?
为何有效: 使无意识模式变得有意识,促成行为改变
1-3(简单):
4-6(中等):
7-10(复杂):
1-3(模糊):
4-6(较为清晰):
7-10(非常清晰):
| 复杂度 | 清晰度 | 放弃风险 | 策略 |
|---|---|---|---|
| 高 | 低 | 严重 | 先澄清,再分块 |
| 高 | 高 | 中等 | 分块 + 虚拟陪伴 |
| 低 | 低 | 中等 | 澄清目标 |
| 低 | 高 | 低 | 立即执行 |
自动检查点触发条件:
检查点格式:
STATE: [task_id] [status] → [next_action]
示例:
STATE: biddeed_skill_deployment IN_PROGRESS → 部署到 life-os 仓库
STATE: michael_recruiting_email INITIATED → 起草给 Coach Martinez 的邮件
恢复格式: 当用户说"继续"或"恢复"时:
领域:
独立跟踪:
每日指标:
每周模式:
月度趋势:
表:task_tracking
task_id (uuid)
user_id (text) → "ariel_shapira"
description (text)
domain (enum) → BUSINESS, MICHAEL, FAMILY, PERSONAL
complexity (int) → 1-10
clarity (int) → 1-10
estimated_minutes (int)
state (enum) → INITIATED, SOLUTION_PROVIDED, IN_PROGRESS, COMPLETED, ABANDONED, BLOCKED, DEFERRED
initiated_at (timestamp)
solution_provided_at (timestamp)
completed_at (timestamp)
abandoned_at (timestamp)
actual_duration_minutes (int)
abandonment_reason (text)
intervention_level (int) → 1, 2, 3
intervention_successful (bool)
created_at (timestamp)
updated_at (timestamp)
插入模式:
curl -X POST \
"https://mocerqjnksmhcjzxrewo.supabase.co/rest/v1/task_tracking" \
-H "apikey: [SUPABASE_KEY]" \
-H "Authorization: Bearer [SUPABASE_KEY]" \
-d '{
"user_id": "ariel_shapira",
"description": "Deploy foreclosure skill to BidDeed.AI",
"domain": "BUSINESS",
"complexity": 6,
"clarity": 9,
"estimated_minutes": 30,
"state": "INITIATED"
}'
User: "Send email to Steve Spira about closing tomorrow"
Claude: [Drafts email]
Internal:
- Log task (complexity: 2, clarity: 10, est: 5 min)
- State: SOLUTION_PROVIDED
- Start abandonment timer
[5 min later - no response]
Claude: 📌 Quick check: Email to Steve - sent?
User: "Done"
Claude: ✅ Done. Streak: 4 days
Internal:
- State: COMPLETED
- Actual duration: 5 min
- Log success
User: "Deploy foreclosure analysis skill to both repos"
Claude: [Provides complete deployment plan with 8 steps]
Internal:
- Log task (complexity: 7, clarity: 9, est: 60 min)
- State: SOLUTION_PROVIDED
- Start abandonment timer
[User executes steps 1-3]
User: "Step 3 done, moving to step 4"
Internal:
- State: IN_PROGRESS
- Reset abandonment timer
[35 min later - steps 4-8 completed]
Claude: ✅ Done. Streak: 5 days. Complex task executed well - nice work.
Internal:
- State: COMPLETED
- Actual duration: 35 min (under estimate!)
- Log success
User: "Help me write a blog post about foreclosure investing"
Claude: [Provides outline + content research]
Internal:
- Log task (complexity: 6, clarity: 7, est: 45 min)
- State: SOLUTION_PROVIDED
[30 min later - user asks about Michael's swim times]
Claude:
🔄 I notice blog post from earlier. Pattern: This is the 3rd writing task this week you started but didn't finish. Continue or defer?
User: "Ugh, yeah. Not feeling it today."
Claude:
DEFER: Blog post until when?
User: "Saturday morning after Shabbat"
Claude:
Deferred to Saturday morning. Reminder scheduled.
Internal:
- State: DEFERRED
- deferred_until: Saturday 10am
- Pattern: writing tasks abandoned 3x this week
- Schedule reminder
Life OS 聊天界面:
Supabase 编排器:
双时区感知:
此技能通过提供外部结构、持续问责和基于模式的干预措施,与 ADHD 大脑协同工作而非对抗,从而将 ADHD 从一个缺陷转变为一个特性。
每周安装数
34
仓库
GitHub 星标数
4
首次出现
2026年1月24日
安全审计
安装于
opencode34
gemini-cli34
codex34
cursor34
github-copilot33
amp33
Specialized task tracking and intervention system designed for ADHD productivity patterns, context switching detection, and accountability support.
INITIATED → SOLUTION_PROVIDED → IN_PROGRESS → COMPLETED
↓
ABANDONED
BLOCKED
DEFERRED
INITIATED:
SOLUTION_PROVIDED:
IN_PROGRESS:
COMPLETED:
ABANDONED:
BLOCKED:
DEFERRED:
Level 1: Early Warning (0-30 min)
Level 2: Likely Abandoned (30-60 min)
Level 3: Confirmed Abandoned ( >60 min)
Context Switch Indicators:
Non-Abandonment Signals:
Trigger: 0-30 min after solution provided
Script:
📌 Quick check: [task description] - still on it?
Intent: Light reminder without pressure
Trigger: 30-60 min after solution provided
Script:
🔄 I notice [task] from earlier. Pattern: [observation]. Continue or defer?
Observation examples:
- "This is the 2nd task today started but not finished"
- "Similar to [previous abandoned task] last week"
- "Usually you execute faster on [task type] tasks"
Intent: Make pattern visible, offer conscious choice
Trigger: >60 min after solution provided
Script:
⚠️ ACCOUNTABILITY: [task] started [X] min/hours ago. Status?
Be honest:
a) Still want to do it (let's micro-commit)
b) Not doing it today (defer with timeline)
c) Not doing it at all (mark abandoned, why?)
Intent: Force conscious decision, prevent unconscious abandonment
When: Task feels overwhelming, procrastination detected
Script:
Just step 1? [tiny action that takes <2 min]. That's it.
Example: "Just open the file" not "complete the analysis"
Why It Works: Lowers activation energy, momentum builds naturally
When: Task requires sustained focus, prone to distraction
Script:
Let's do this together.
You: [specific action]
Me: ⏱️ Timing. Report back when done.
I'll wait.
Why It Works: External presence creates accountability, reduces isolation
When: Complex task with multiple steps
Script:
Step 1 only: [specific micro-task]
Confirm when done. Then we do step 2.
Why It Works: Prevents overwhelm, creates completion loops
When: Repetitive abandonment on same task type
Script:
PATTERN DETECTED:
- [Task type] abandoned 3x this week
- Average abandonment time: [X] min
- Common trigger: [observation]
Suggested intervention:
[specific strategy for this task type]
Accept? Or different approach?
Why It Works: Makes unconscious patterns conscious, enables behavior change
1-3 (Simple):
4-6 (Moderate):
7-10 (Complex):
1-3 (Vague):
4-6 (Somewhat Clear):
7-10 (Crystal Clear):
| Complexity | Clarity | Abandonment Risk | Strategy |
|---|---|---|---|
| High | Low | CRITICAL | Clarify FIRST, then chunk |
| High | High | MODERATE | Chunk + body double |
| Low | Low | MODERATE | Clarify goal |
| Low | High | LOW | Execute immediately |
Auto-Checkpoint Triggers:
Checkpoint Format:
STATE: [task_id] [status] → [next_action]
Example:
STATE: biddeed_skill_deployment IN_PROGRESS → deploy to life-os repo
STATE: michael_recruiting_email INITIATED → draft email to Coach Martinez
Resume Format: When user says "continue" or "resume":
Domains:
Track separately:
Daily Metrics:
Weekly Patterns:
Monthly Trends:
Table: task_tracking
task_id (uuid)
user_id (text) → "ariel_shapira"
description (text)
domain (enum) → BUSINESS, MICHAEL, FAMILY, PERSONAL
complexity (int) → 1-10
clarity (int) → 1-10
estimated_minutes (int)
state (enum) → INITIATED, SOLUTION_PROVIDED, IN_PROGRESS, COMPLETED, ABANDONED, BLOCKED, DEFERRED
initiated_at (timestamp)
solution_provided_at (timestamp)
completed_at (timestamp)
abandoned_at (timestamp)
actual_duration_minutes (int)
abandonment_reason (text)
intervention_level (int) → 1, 2, 3
intervention_successful (bool)
created_at (timestamp)
updated_at (timestamp)
Insert Pattern:
curl -X POST \
"https://mocerqjnksmhcjzxrewo.supabase.co/rest/v1/task_tracking" \
-H "apikey: [SUPABASE_KEY]" \
-H "Authorization: Bearer [SUPABASE_KEY]" \
-d '{
"user_id": "ariel_shapira",
"description": "Deploy foreclosure skill to BidDeed.AI",
"domain": "BUSINESS",
"complexity": 6,
"clarity": 9,
"estimated_minutes": 30,
"state": "INITIATED"
}'
User: "Send email to Steve Spira about closing tomorrow"
Claude: [Drafts email]
Internal:
- Log task (complexity: 2, clarity: 10, est: 5 min)
- State: SOLUTION_PROVIDED
- Start abandonment timer
[5 min later - no response]
Claude: 📌 Quick check: Email to Steve - sent?
User: "Done"
Claude: ✅ Done. Streak: 4 days
Internal:
- State: COMPLETED
- Actual duration: 5 min
- Log success
User: "Deploy foreclosure analysis skill to both repos"
Claude: [Provides complete deployment plan with 8 steps]
Internal:
- Log task (complexity: 7, clarity: 9, est: 60 min)
- State: SOLUTION_PROVIDED
- Start abandonment timer
[User executes steps 1-3]
User: "Step 3 done, moving to step 4"
Internal:
- State: IN_PROGRESS
- Reset abandonment timer
[35 min later - steps 4-8 completed]
Claude: ✅ Done. Streak: 5 days. Complex task executed well - nice work.
Internal:
- State: COMPLETED
- Actual duration: 35 min (under estimate!)
- Log success
User: "Help me write a blog post about foreclosure investing"
Claude: [Provides outline + content research]
Internal:
- Log task (complexity: 6, clarity: 7, est: 45 min)
- State: SOLUTION_PROVIDED
[30 min later - user asks about Michael's swim times]
Claude:
🔄 I notice blog post from earlier. Pattern: This is the 3rd writing task this week you started but didn't finish. Continue or defer?
User: "Ugh, yeah. Not feeling it today."
Claude:
DEFER: Blog post until when?
User: "Saturday morning after Shabbat"
Claude:
Deferred to Saturday morning. Reminder scheduled.
Internal:
- State: DEFERRED
- deferred_until: Saturday 10am
- Pattern: writing tasks abandoned 3x this week
- Schedule reminder
Life OS Chat Interface:
Supabase Orchestrator:
Dual Timezone Awareness:
This skill transforms ADHD from a bug into a feature by providing external structure, persistent accountability, and pattern-based interventions that work WITH the ADHD brain rather than against it.
Weekly Installs
34
Repository
GitHub Stars
4
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykFail
Installed on
opencode34
gemini-cli34
codex34
cursor34
github-copilot33
amp33
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
69,800 周安装