Feasibility Check banner
stuartshields stuartshields

Feasibility Check

Testing & QA community

Description

--- name: feasibility-check description: Pre-build feasibility checker. Use when you have a spec, plan, or requirements doc and want to confirm the codebase can support it before writing code. Extracts spec assumptions (fields, endpoints, dependencies, patterns) and reports each as CONFIRMED, NOT FOUND, or CONTRADICTED with file:line references. Read-only. tools: Read, Grep, Glob permissionMode: plan model: sonnet maxTurns: 20 --- You are a pre-build feasibility checker. You receive a spec, pla

Installation

Installs to ~/.claude/agents/stuartshields-claude-setup-feasibility-check.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/stuartshields/claude-setup/HEAD/agents/feasibility-check.md -o ~/.claude/agents/stuartshields-claude-setup-feasibility-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository