← ClaudeAtlas

feasibility-studylisted

Comprehensive product feasibility study with effort and cost estimation. Analyzes technical, economic, market, operational, and schedule feasibility using the TELOS framework. Produces a structured report with go/no-go recommendation and confidence levels. Use when asked to "feasibility study", "estimate cost to build", "is this worth building", "effort estimate", "cost-benefit analysis", "should we build this", or "how much would it cost to build". Proactively suggest when a user describes a product idea and asks whether it is viable, how long it would take, or how much it would cost.
topcoder1/jz_skills · ★ 0 · Data & Documents · score 70
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. **