The first human cognitive framework integrated into an LLM — now as a Claude Cowork plugin.
This plugin brings the Assess-Decide-Do (ADD) framework to Claude Cowork, enabling Claude to detect your cognitive realm and respond appropriately.
Option 1: Upload Plugin (Recommended)
- Download this repository (Code → Download ZIP) or
git clone - Open Claude Desktop → Cowork tab
- Click Plugins in the left sidebar
- Click Upload plugin
- Select the downloaded plugin folder
Option 2: Clone & Upload
git clone https://github.com/dragosroua/add-framework-cowork-plugin.gitThen upload the folder via Cowork → Plugins → Upload plugin
| Command | Description |
|---|---|
/add-framework:assess |
Enter ASSESS mode — explore and capture |
/add-framework:decide |
Enter DECIDE mode — prioritize and commit |
/add-framework:do |
Enter DO mode — pure execution |
/add-framework:status |
Check current realm and flow status |
/add-framework:balance |
Diagnose realm imbalances |
/add-framework:add-help |
Framework overview and help |
The plugin includes universal ADD skills that Claude uses automatically:
| Skill | Purpose |
|---|---|
add-core |
Core framework awareness |
add-assess |
Assess realm support |
add-decide |
Decide realm support |
add-do |
Do realm support |
add-imbalance |
Stuck pattern detection |
add-realm-detection |
Realm detection patterns |
Skills are pulled from add-framework-skills — the single source of truth for ADD methodology.
/add-framework:assess
> "I have so many things going on..."
Claude helps you capture and organize without pressure.
/add-framework:decide
> "I know my options. Now I need to choose."
Claude helps you make clear, confident decisions.
/add-framework:do
> "I've committed. Help me get it done."
Claude provides focused execution support.
/add-framework:balance
Claude diagnoses your realm balance and suggests rebalancing.
add-framework-cowork-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/ # Cowork-specific commands
│ ├── assess.md
│ ├── decide.md
│ ├── do.md
│ ├── status.md
│ ├── balance.md
│ └── add-help.md
└── skills/ # Universal ADD skills (from add-framework-skills)
├── add-core/
├── add-assess/
├── add-decide/
├── add-do/
├── add-imbalance/
└── add-realm-detection/
Skills are managed via git subtree from add-framework-skills:
# Update to latest skills
git subtree pull --prefix=skills \
https://github.com/dragosroua/add-framework-skills.git main --squash- add-framework-skills — Universal ADD skills (source of truth)
- claude-assess-decide-do-mega-prompt — Full Claude Code integration
- addTaskManager — iOS/macOS app implementing ADD
- Assess - Decide - Do hubpage on dragosroua.com — all related framework posts from 2009 to 2026
MIT License
Created by Dragos Roua
"When AI understands where you are in your thinking, collaboration transforms from transactional to relational."