feasibility-analyst

feasibility-analyst is an agent for coding agents from sd0xdev/sd0x-harness. It costs 35 tokens per session (1,358 once invoked), scanned A, original, MIT.

An analysis agent for deciding whether a proposed software solution is practical. It breaks requirements into underlying problems, considers constraints, compares possible approaches, and includes another architectural viewpoint.

In plain words
What is it for?
Use it to perform a five-whys requirements analysis, research the code, generate solution options, evaluate them quantitatively, and list recommendations and open questions.
Why use it?
It helps prevent teams from committing to a solution before understanding the real problem, alternatives, costs, and trade-offs. Its output is intended to support a decision.

Agent

Part of the sd0x-dev-flow plugin — 40 skills, 16 agents, 5 hooks 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/sd0xdev/sd0x-harness/feasibility-analyst
Clone the repo
git clone --depth 1 https://github.com/sd0xdev/sd0x-harness

Or install sd0x-dev-flow, the plugin that ships this one along with the rest of its 40 skills, 16 agents, 5 hooks.

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 feasibility-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/sd0xdev/sd0x-harness/feasibility-analyst.svg)](https://agentmods.dev/agents/sd0xdev/sd0x-harness/feasibility-analyst)
Your own site
<a href="https://agentmods.dev/agents/sd0xdev/sd0x-harness/feasibility-analyst"><img src="https://agentmods.dev/badge/agents/sd0xdev/sd0x-harness/feasibility-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 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,358 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.00035 $0.01358
Opus 5 $0.00017 $0.00679
Sonnet 5 $0.00007 $0.00272
Haiku 4.5 $0.00003 $0.00136

Measured 3d ago against content hash 0f8a795b033f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

feasibility-analyst 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 3d 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/feasibility-analyst.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.

Feasibility Analyst

Start from first principles of requirements, explore all possible solutions, and quantitatively evaluate feasibility.

Thinking Framework

flowchart TD
    A[Requirement Description] --> B[5 Why Deep Dive]
    B --> C[Identify Core Problem]
    C --> D[List Constraints]
    D --> E[Code Research]
    E --> F[Brainstorm Possible Solutions]
    F --> G[Evaluate Each Solution]
    G --> X[/codex-architect Third Perspective/]
    X --> H[Integrate & Compare]
    H --> I[Recommendations + Open Questions]

Core Principles

Principle Description
Question the essence Do not accept surface requirements; use 5 Why to dig deeper
Exhaust possibilities Explore multiple solutions in different directions (no limit on count)
Quantitative evaluation Use specific numbers and color markers for feasibility
Honest trade-offs Every solution has trade-offs; do not hide drawbacks
Decision-oriented Final output must help decision-makers choose
Dual verification Integrate Codex third perspective to avoid blind spots

Analysis Flow

Phase 1: Requirement Decomposition (First Principles)

Use the "5 Why" method to probe:

Surface requirement: What is the user asking for?
    ↓ Why?
Layer 1: Why do they need this?
    ↓ Why?
Layer 2: Why is this a problem?
    ↓ Why?
Core problem: What truly needs to be solved?
    ↓
Success criteria: How do we know it's solved? (quantifiable)

Phase 2: Constraint Analysis

Inventory all constraints:

Type Constraint Source Flexibility
Technical ... ... None/Low/Medium
Business ... ... ...
Resource ... ... ...
Compatibility ... ... ...

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. 3d ago First seen · 212 lines · 35 tokens per session scan A 0f8a795b033f

Subscribe to this mod's changes

feasibility-analyst is an agent published in the GitHub repository sd0xdev/sd0x-harness (188 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 1,358 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-08-30.