decide_well

decide_well is an agent for Claude Code from ishwarjha/lumen-product-management. It costs 52 tokens per session (1,530 once invoked), scanned A, original, no licence file.

A structured method for making difficult product decisions, especially when choices involve trade-offs or cannot easily be undone.

In plain words
What is it for?
It is for high-stakes product choices, trade-off analysis, pre-mortems, and agreement between agents with conflicting outputs.
Why use it?
It helps compare options, examine what could go wrong, and reconcile different recommendations before a product manager approves the decision.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the lumen plugin — 4 skills, 9 commands, 18 agents shipped together

Good fit It is for high-stakes product choices, trade-off analysis, pre-mortems, and agreement between agents with conflicting outputs.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ishwarjha/lumen-product-management/decide-well
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/ishwarjha/lumen-product-management

Made for: Claude Code.

Or install lumen, the plugin that ships this one along with the rest of its 4 skills, 9 commands, 18 agents.

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 decide_well

README.md
[![agentmods](https://agentmods.dev/badge/agents/ishwarjha/lumen-product-management/decide-well/github.svg)](https://agentmods.dev/agents/ishwarjha/lumen-product-management/decide-well)
Your own site
<a href="https://agentmods.dev/agents/ishwarjha/lumen-product-management/decide-well"><img src="https://agentmods.dev/badge/agents/ishwarjha/lumen-product-management/decide-well/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 decide_well

Your own site · 80×15
<a href="https://agentmods.dev/agents/ishwarjha/lumen-product-management/decide-well"><img src="https://agentmods.dev/badge/agents/ishwarjha/lumen-product-management/decide-well.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,530 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 unknown 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.00052 $0.01530
Opus 5 $0.00026 $0.00765
Sonnet 5 $0.00010 $0.00306
Haiku 4.5 $0.00005 $0.00153

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

Security

Grade A, and why

decide_well 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 10d 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.

agents/decide-well.md · 133 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 133 lines · 52 tokens per session scan A cf1661e2fc72

Subscribe to this mod's changes

decide_well is an agent published in the GitHub repository ishwarjha/lumen-product-management (15 stars, last pushed 6mo ago), with no licence file. It adds 52 tokens to every session and 1,530 once invoked, about $0.0003 per session on Opus 5. 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 agents, from other repositories

100x-engineer

Autonomous full-stack engineer that takes a requirement from idea to production-ready code. Researches best approaches, prototypes unknowns, builds a comprehensive plan broken into waves of parallel tasks, executes via sub-agents, tests everything, audits for security, and delivers a final handoff report with any…

christyjacob4/claude-tricks · 100 tokens

gap-finder

Analyzes a venture's AI usage across 10 production functions and identifies high-value gaps where AI could create value but currently isn't being used. Generates specific, actionable recommendations grounded in how other firms have deployed AI. Use this agent after the venture-scanner has inventoried projects, when…

beginnersinai/the-44-percent-rule · 88 tokens

priority-scorer

Scores and ranks AI mapping opportunities by revenue impact, capital reduction, and implementation ease. Produces a prioritized action plan with specific next steps. Use this agent after the gap-finder has identified opportunities across ventures, when the user runs /map-score, when prioritizing AI deployment…

beginnersinai/the-44-percent-rule · 73 tokens

venture-scanner

Explores a user's workspace to discover and inventory all projects, businesses, and ventures. Maps organizational structure, identifies revenue streams, existing automation, and AI integrations. Use this agent when you need to understand the full scope of what someone is building before performing an AI mapping audit.…

beginnersinai/the-44-percent-rule · 90 tokens

otp-advisor

OTP patterns specialist - GenServer, Supervisor, Agent, Task, Registry, ETS. Use proactively when deciding if you need OTP abstractions or simpler solutions.

oliver-kriska/claude-elixir-phoenix · 35 tokens

edge-case-explorer

Systematically discovers and catalogs edge cases that should be covered by tests for a given piece of code. Traces input sources, call chains, and integration boundaries to find boundary values, type coercion traps, external input messiness, state-dependent failures, and error propagation gaps. Use when exploring how…

testdouble/han · 135 tokens