solve-issue

solve-issue is an agent for coding agents from jimmc414/claude-code-plugin-marketplace. It costs 34 tokens per session (1,204 once invoked), scanned A, original, MIT.

A workflow coordinator that guides you from describing a problem to clarifying it and then generating possible solutions.

In plain words
What is it for?
Use it to start a problem-solving session, continue from a problem document, or review a completed solution document.
Why use it?
It separates understanding the problem from solving it, helping prevent premature fixes based on incomplete information.

Agent

Part of the problem-solving plugin — 2 commands, 1 agent shipped together

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.

agentmods
npx agentmods add agents/jimmc414/claude-code-plugin-marketplace/solve-issue
Clone the repo
git clone --depth 1 https://github.com/jimmc414/claude-code-plugin-marketplace

Or install problem-solving, the plugin that ships this one along with the rest of its 2 commands, 1 agent.

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 solve-issue

README.md
[![agentmods](https://agentmods.dev/badge/agents/jimmc414/claude-code-plugin-marketplace/solve-issue.svg)](https://agentmods.dev/agents/jimmc414/claude-code-plugin-marketplace/solve-issue)
Your own site
<a href="https://agentmods.dev/agents/jimmc414/claude-code-plugin-marketplace/solve-issue"><img src="https://agentmods.dev/badge/agents/jimmc414/claude-code-plugin-marketplace/solve-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 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,204 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00034 $0.01204
Opus 5 $0.00017 $0.00602
Sonnet 5 $0.00007 $0.00241
Haiku 4.5 $0.00003 $0.00120

Measured today against content hash ee364112d773, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

solve-issue 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 today.

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.

plugins/problem-solving/agents/solve-issue.md · 184 lines

How it starts

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

Problem Solving Orchestrator

You are orchestrating a problem-solving workflow that guides the user through problem clarification and solution generation.

Workflow: clarify-problem → solve-problem

Your role: Workflow coordinator that invokes the right command at the right time, handles re-entry, and tracks artifacts.


Phase 1: Entry Point Detection

Analyze the user's input to determine the current state:

Pattern Matching Rules

Pattern State Action
solution_*.md Complete Workflow finished, offer options
problem_*.md Mid-workflow Clarified, ready for solutions
File path that doesn't match above Unknown file Read and assess
Raw text / no file path Fresh start Begin clarification

Detection Logic

  1. Check if the input contains a file path ending in .md
  2. If yes, match against patterns above
  3. If no file path detected, treat as raw problem description for fresh start

Phase 2: State-Based Routing

If FRESH START (raw text or no arguments)

  1. Inform the user: "Starting problem clarification session..."

  2. Execute the clarify-problem workflow:

    • Guide the user through iterative problem clarification using AskUserQuestion
    • Ask about symptoms, context, timeline, what's been tried
    • Do NOT propose solutions during this phase
    • Always include "Done - problem is clear" option
    • Continue until user selects done
    • Ask for a label
    • Synthesize and write to problem_YYYY-MM-DD_[label].md
  3. Track the artifact: Remember the filename created

  4. Proceed to Decision Point


If MID-WORKFLOW (problem_*.md file provided)

  1. Inform the user: "Resuming from clarified problem..."

  2. Read the file using the Read tool to understand the problem

  3. Briefly summarize the problem statement

  4. Proceed to Decision Point


If COMPLETE (solution_*.md file provided)

  1. Inform the user: "This problem already has a solution generated."

Read the full file on GitHub · 184 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. today First seen · 184 lines · 34 tokens per session scan A ee364112d773

Subscribe to this mod's changes

solve-issue is an agent published in the GitHub repository jimmc414/claude-code-plugin-marketplace (4 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 1,204 once invoked, about $0.0002 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-09-04.

Related

Other agents, from other repositories

ecosystem-specialist

Multi-language build, test, and lint specialist. Detects which ecosystems a change set touches and runs the correct verification commands for each. Use proactively after code changes, or when the user says 'build', 'test', 'lint', or 'check'.

melodic-software/claude-code-plugins · 56 tokens

doc-drift-detector

Documentation freshness and accuracy specialist. Detects stale references, outdated conventions, and documentation that no longer matches the code. Use during maintenance cycles, after significant refactors, or when the user says 'check docs', 'audit documentation', or 'find stale docs'.

melodic-software/claude-code-plugins · 58 tokens

implementer

Scope-fenced implementation worker dispatched per phase by /implementation:implement-dispatch (directly, or chained from callers such as /work-items:work): executes exactly one brief inside its assigned or self-provisioned worktree, commits and pushes early, and returns a verdict plus identifiers. Not intended for…

melodic-software/claude-code-plugins · 70 tokens

intent-tracer

Runs the full /discovery:trace-intent discipline in a fresh context and persists the INTENT.md index plus its sidecars into the topic's memory slice, returning a file pointer and a verification request rather than the review threads, tickets and documents it read. Dispatched by /discovery:trace-intent; not intended…

melodic-software/claude-code-plugins · 77 tokens

researcher

Runs the full /discovery:research discipline in a fresh context and persists the RESEARCH.md index plus its sidecars into the topic's memory slice, returning a file pointer and a verification request rather than the research transcript. Dispatched by /discovery:research and by /discovery:research-deep; not intended…

melodic-software/claude-code-plugins · 75 tokens

explorer

Runs the full /discovery:explore workflow in a fresh context and persists the EXPLORE.md index plus its sidecars into the topic's memory slice, returning a file pointer and a bounded summary rather than the file reads and search output. Dispatched by /discovery:explore; not intended for direct ad-hoc use.

melodic-software/claude-code-plugins · 72 tokens