feasibility-studylisted
Install: claude install-skill topcoder1/jz_skills
# Feasibility Study
Perform a comprehensive product feasibility study. Analyze the product across
five dimensions (TELOS), estimate effort and cost, assess risks, and produce
a structured report with a go/no-go recommendation.
## Depth Modes
Parse `$ARGUMENTS` for `--depth` flag. Default to `standard` if not specified.
| Mode | Scope | Estimation Method |
| -------- | ----------------------------------------- | -------------------- |
| quick | Technical + Economic only, skip research | T-shirt sizing |
| standard | Full TELOS analysis with research | Function points |
| deep | Full TELOS + detailed TCO + market sizing | COCOMO II + full TCO |
## Phase 0: Parse Input and Configure
1. Parse `$ARGUMENTS` to extract:
- Product name or URL (first positional argument)
- Depth mode (`--depth quick|standard|deep`, default: `standard`)
2. If a URL is provided, fetch it with WebFetch to understand the product
3. If a product description is provided, confirm your understanding
4. Print: `Starting feasibility study: {product} | Depth: {mode}`
## Phase 1: Discovery
Ask the user 3-5 targeted questions to understand the opportunity. Use
AskUserQuestion for each. **Smart-skip**: if the URL/description already
answers a question, skip it and state what you inferred.
**Required context (must have all before proceeding):**
1. **Product**: What is the product? What does it do? (pre-fill from URL analysis)
2. **