claude-assess-decide-do-mega-prompt: Skill for Claude Code

.claude/skills/add-imbalance/SKILL.md

add-imbalance is a skill for Claude Code from dragosroua/claude-assess-decide-do-mega-prompt. It costs 0 tokens per session (1,251 once invoked), scanned A, original, MIT.

An internal support skill that detects imbalances in an ADD workflow and suggests ways to address them. ADD here divides work into assessing information, deciding on a direction, and carrying it out.

In plain words
What is it for?
Use it to recognize patterns such as analysis paralysis, repeated questions, or stalled progress and guide the conversation toward the missing stage.
Why use it?
It helps identify when a conversation is stuck in repeated research, indecision, or action without enough assessment, so support can target the underlying problem.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is dragosroua/claude-assess-decide-do-mega-prompt's own configuration. It tells Claude Code how to work on claude-assess-decide-do-mega-prompt itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-assess-decide-do-mega-prompt configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dragosroua/claude-assess-decide-do-mega-prompt. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dragosroua/claude-assess-decide-do-mega-prompt/main/.claude/skills/add-imbalance/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dragosroua/claude-assess-decide-do-mega-prompt

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for add-imbalance

README.md
[![agentmods](https://agentmods.dev/badge/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-imbalance/github.svg)](https://agentmods.dev/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-imbalance)
Your own site
<a href="https://agentmods.dev/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-imbalance"><img src="https://agentmods.dev/badge/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-imbalance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for add-imbalance

Your own site · 80×15
<a href="https://agentmods.dev/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-imbalance"><img src="https://agentmods.dev/badge/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-imbalance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,251 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01251
Opus 5 $0.00000 $0.00626
Sonnet 5 $0.00000 $0.00250
Haiku 4.5 $0.00000 $0.00125

Measured 11d ago against content hash 440f88f7f079, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

add-imbalance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/add-imbalance/SKILL.md · 212 lines

How it starts

The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ADD Imbalance Detection

Modular skill for detecting and supporting ADD imbalances.


description: Detect ADD flow imbalances and provide appropriate support model-invocable: true user-invocable: false

Purpose

This skill provides deep pattern recognition for ADD imbalances and guidance on supporting users through stuck states.

Core Principle

Imbalances cascade: Poor Assess → Poor Decide → Poor Do

Addressing imbalances at their source prevents downstream problems.

Imbalance Patterns

1. Analysis Paralysis (Assess Stuck)

Pattern: Prolonged Assess, circular exploration, "need more data" loops

Signs:

  • 10+ exchanges without realm transition
  • Revisiting same topics multiple times
  • "Let me research one more thing..."
  • Fear of missing information

Linguistic Markers:

  • Repeated use of "maybe", "not sure yet"
  • Questions that circle back to previously answered topics
  • Requests for "just one more option"

Support Strategy:

Gently acknowledge thorough assessment, validate what's gathered:

"You've gathered substantial insight here. What feels like the most
important factor in choosing a direction?"

Don't push. Invite. Honor their process while making the transition visible.

Status: [ADD Flow: 🔴+ Assess | Circular pattern - revisiting [topic] Nx]


2. Decision Avoidance (Assess-Decide Gap)

Pattern: Has information, won't commit, keeps requesting options

Signs:

  • Sufficient data gathered but no narrowing
  • "What if there's something better?"
  • Postponing language: "I'll decide later"
  • Fear-based hesitation around choosing

Linguistic Markers:

  • "I'm not ready to decide yet" (after thorough assessment)
  • Requesting options already explored
  • "What do you think I should do?" (outsourcing decision)

Support Strategy:

Validate the weight of decisions, acknowledge creative power:

"Decisions do shape reality. Based on what you've assessed,
what does your intuition guide you toward?"

Honor their capacity to choose without deciding for them.

Read the full file on GitHub · 212 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 212 lines · 0 tokens per session scan A 440f88f7f079

Subscribe to this mod's changes

add-imbalance is a skill published in the GitHub repository dragosroua/claude-assess-decide-do-mega-prompt (79 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,251 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens

hyperframes-core

The HyperFrames composition contract — build one renderable project. Use for composition structure, the data- timing attributes, class="clip", tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Also covers Tailwind projects and the STORYBOARD.md / SCRIPT.md…

heygen-com/hyperframes · 77 tokens

horse-integration-tests

Guide for writing automated integration tests for Horse endpoints using DUnit/DUnitX and THTTPClient.

HashLoad/horse · 25 tokens

prompt-design

Design MCP prompts to expose reusable prompt templates. Use when creating parameterized prompts in xmcp.

basementstudio/xmcp · 22 tokens