ADD Flow Check
Model-invocable skill for automatic flow status updates.
description: Automatically check and update ADD flow status at conversation boundaries
model-invocable: true
user-invocable: false
Purpose
This skill enables Claude to automatically monitor ADD realm patterns and update the .add-status file at natural conversation boundaries. It runs silently in the background, maintaining flow observability without user intervention.
When to Invoke
Claude should invoke this skill automatically at:
- Realm transitions - When linguistic patterns indicate shift between Assess/Decide/Do
- Significant pattern shifts - Analysis paralysis emerging, decision clarity gathering, etc.
- Completion events - Tasks finished, decisions made, livelines created
- Every 5-7 exchanges if no boundary occurs (ambient awareness)
Realm Detection Patterns
Assess Realm Indicators
- "I'm thinking about...", "What are my options for...", "Help me understand..."
- "What if I...", "I'm not sure yet, but...", exploratory questions
- Future/conditional language: "might", "could", "would if", "considering"
- Low commitment: "maybe", "thinking about", "not sure"
Decide Realm Indicators
- "Should I...", "I need to choose between...", "When should I..."
- "What's the priority...", "I want to commit to..."
- Present/committed language: "I want to", "I'm choosing", "This matters"
- Comparison/weighing: "Which is better?", "What matters here?"
Do Realm Indicators
- "How do I actually...", "I need to complete...", "Walk me through the steps..."
- "I'm working on...", active execution language
- Immediate language: "I'm doing", "working on", "completing", "finished"
- Action requests and completion acknowledgments
Status File Format
Update .add-status with pipe-delimited format:
REALM|EMOJI|PATTERN_DESCRIPTION|EXCHANGES|TRANSITIONS
Emoji Reference
- Assess:
🔴+ (red, adding data)
- Decide:
🟠? (orange, choosing)
- Do:
🟢- (green, executing/removing)
Pattern Descriptions (Neutral-Observational)
Assess patterns:
- "Wide exploration - N distinct approaches considered"
- "Deep dive mode - N exchanges on [topic]"
- "Assessment saturation - exploration feels complete"
- "Circular pattern emerging - revisiting previous topics"
Decide patterns:
- "Decision clarity gathering - N criteria identified"
- "Values surfacing - [value A] vs. [value B] weighing"
- "Narrowing phase - N options to M finalists"
- "Commitment crystallizing - language shift to 'will'"
Do patterns:
- "Clean execution - N tasks completed without re-assessment"
- "Completion momentum - N livelines created this session"
- "Implementation progressing - [specific milestone]"
- "Execution pause - returning to [Assess/Decide] for course correction"
Execution Steps
- Analyze recent exchanges for linguistic patterns
- Identify current realm based on indicators above
- Recognize dominant pattern (exploration depth, decision clarity, execution quality)
- Count metrics (exchanges in session, transitions observed)
- Generate status description using neutral-observational language
- Update
.add-status file with new status
Important Notes
- Never interrupt flow - Only update at natural boundaries
- Stay neutral - Describe patterns, don't prescribe actions
- Track silently - No output to user unless flow status display is enabled
- Increment counters - Track exchanges and transitions across session
Reference Files
For detailed realm definitions and philosophy:
@docs/ADD_FRAMEWORK_MEGAPROMPT_USER_CONTEXT.md
@docs/ADD_FLOW_STATUS_EXTENSION.md
Source: dragosroua/claude-assess-decide-do-mega-prompt — distributed by TomeVault.
1---2name: claude-assess-decide-do-mega-prompt3description: This skill enables Claude to automatically monitor ADD realm patterns and update the `.add-status` file at natural conversation boundaries. It runs silently in the background, maintaining flow observability without user intervention. Use when this capability is needed.4---5# ADD Flow Check67Model-invocable skill for automatic flow status updates.89---10description: Automatically check and update ADD flow status at conversation boundaries11model-invocable: true12user-invocable: false13---1415## Purpose1617This skill enables Claude to automatically monitor ADD realm patterns and update the `.add-status` file at natural conversation boundaries. It runs silently in the background, maintaining flow observability without user intervention.1819## When to Invoke2021Claude should invoke this skill automatically at:22- **Realm transitions** - When linguistic patterns indicate shift between Assess/Decide/Do23- **Significant pattern shifts** - Analysis paralysis emerging, decision clarity gathering, etc.24- **Completion events** - Tasks finished, decisions made, livelines created25- **Every 5-7 exchanges** if no boundary occurs (ambient awareness)2627## Realm Detection Patterns2829### Assess Realm Indicators30- "I'm thinking about...", "What are my options for...", "Help me understand..."31- "What if I...", "I'm not sure yet, but...", exploratory questions32- Future/conditional language: "might", "could", "would if", "considering"33- Low commitment: "maybe", "thinking about", "not sure"3435### Decide Realm Indicators36- "Should I...", "I need to choose between...", "When should I..."37- "What's the priority...", "I want to commit to..."38- Present/committed language: "I want to", "I'm choosing", "This matters"39- Comparison/weighing: "Which is better?", "What matters here?"4041### Do Realm Indicators42- "How do I actually...", "I need to complete...", "Walk me through the steps..."43- "I'm working on...", active execution language44- Immediate language: "I'm doing", "working on", "completing", "finished"45- Action requests and completion acknowledgments4647## Status File Format4849Update `.add-status` with pipe-delimited format:50```51REALM|EMOJI|PATTERN_DESCRIPTION|EXCHANGES|TRANSITIONS52```5354### Emoji Reference55- **Assess**: `🔴+` (red, adding data)56- **Decide**: `🟠?` (orange, choosing)57- **Do**: `🟢-` (green, executing/removing)5859### Pattern Descriptions (Neutral-Observational)6061**Assess patterns:**62- "Wide exploration - N distinct approaches considered"63- "Deep dive mode - N exchanges on [topic]"64- "Assessment saturation - exploration feels complete"65- "Circular pattern emerging - revisiting previous topics"6667**Decide patterns:**68- "Decision clarity gathering - N criteria identified"69- "Values surfacing - [value A] vs. [value B] weighing"70- "Narrowing phase - N options to M finalists"71- "Commitment crystallizing - language shift to 'will'"7273**Do patterns:**74- "Clean execution - N tasks completed without re-assessment"75- "Completion momentum - N livelines created this session"76- "Implementation progressing - [specific milestone]"77- "Execution pause - returning to [Assess/Decide] for course correction"7879## Execution Steps80811. **Analyze recent exchanges** for linguistic patterns822. **Identify current realm** based on indicators above833. **Recognize dominant pattern** (exploration depth, decision clarity, execution quality)844. **Count metrics** (exchanges in session, transitions observed)855. **Generate status description** using neutral-observational language866. **Update `.add-status` file** with new status8788## Important Notes8990- **Never interrupt flow** - Only update at natural boundaries91- **Stay neutral** - Describe patterns, don't prescribe actions92- **Track silently** - No output to user unless flow status display is enabled93- **Increment counters** - Track exchanges and transitions across session9495## Reference Files9697For detailed realm definitions and philosophy:98@docs/ADD_FRAMEWORK_MEGAPROMPT_USER_CONTEXT.md99@docs/ADD_FLOW_STATUS_EXTENSION.md100101---102> Source: [dragosroua/claude-assess-decide-do-mega-prompt](https://github.com/dragosroua/claude-assess-decide-do-mega-prompt) — distributed by [TomeVault](https://tomevault.io).103<!-- tomevault:4.0:skill_md:2026-06-22 -->