Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

feasibility-assessor可行性评估员

Agent Skill

feasibility-assessor 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,104

周安装

46

GitHub Stars

216

下载量

368
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:feasibility-assessor(可行性评估员)
来源仓库:https://github.com/mathews-tom/armory
仓库路径:skills/feasibility-assessor
安装命令:
npx skills add https://github.com/mathews-tom/armory --skill feasibility-assessor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mathews-tom/armory --skill feasibility-assessor

简介

feasibility-assessor 评估商业想法的技术可行性与财务 viability,输出整合 verdict。

  • 适用于产品创意筛选和功能优先级排序场景。
  • 需提取价值主张、客户群体和定价策略等核心要素进行分析。
  • 建议结合市场调研数据提升评估准确性。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Feasibility Assessor

Evaluate business ideas and features across two tracks: financial viability and technical feasibility. Produce an integrated verdict with actionable de-risking recommendations.

Phase 1: Input Classification

Determine the input type:

  • Idea pitch: informal description of a concept
  • Feature spec: defined requirements for a product addition
  • Repo/codebase: existing code to evaluate for extension or pivot
  • Business plan: structured document with financials

Extract from the input:

  1. Value proposition (what problem it solves, for whom)
  2. Target customer segment
  3. Pricing intent or revenue model
  4. Technology stack (stated or implied)
  5. Competitive landscape awareness

If critical inputs are missing, ask targeted clarifying questions before proceeding. Minimum viable inputs: value proposition and target customer.

Phase 2: Financial Analysis

Reference: references/unit-economics.md, references/financial-viability.md

Skip this phase only when the request is purely technical (e.g., "can we build X with Y stack").

Unit Economics

  1. Calculate Customer Acquisition Cost (CAC) — fully loaded: marketing spend + sales cost + overhead allocation per acquired customer
  2. Calculate Customer Lifetime Value (LTV) — ARPU multiplied by average customer lifetime, adjusted for gross margin
  3. Compute LTV:CAC ratio — minimum viable: 3:1
  4. Determine contribution margin per unit sold or per customer served
  5. Calculate payback period — months until cumulative gross profit from a customer exceeds CAC

State every assumption explicitly. Flag assumptions with high sensitivity (small change flips the outcome).

Revenue Modeling

  1. Identify all revenue streams and size each one
  2. Assess pricing strategy fit: cost-plus, value-based, competitive, freemium-to-paid
  3. Apply conversion rate assumptions — use industry benchmarks from reference material
  4. Model churn and retention — apply cohort decay curves where possible

Break-Even Analysis

  1. Separate fixed costs (rent, salaries, infrastructure baseline) from variable costs (COGS, transaction fees, support per user)
  2. Calculate break-even point in units, customers, or revenue
  3. Model three scenarios:

- Pessimistic: 50th percentile conversion, high churn, slow growth - Base: industry-average assumptions - Optimistic: top-quartile performance

Path to Profitability

  1. Project gross margin trajectory over 12-24 months
  2. Model operating expense scaling (linear vs step-function vs economies of scale)
  3. Estimate funding requirements and runway at current burn
  4. Compare against industry benchmarks for time-to-profitability

Phase 3: Technical Analysis

Reference: references/technical-risk.md

Skip this phase only when the request is purely financial (e.g., "are the unit economics viable for a SaaS at $29/mo").

Architecture Assessment

Classify complexity:

LevelDescriptionExamples
1 — SimpleStandard CRUD, single serviceLanding page, basic CMS, form-based app
2 — ModerateMulti-service integration, auth, paymentsE-commerce, SaaS dashboard, API platform
3 — ComplexDistributed systems, real-time, high availabilityMarketplace, streaming platform, fintech
4 — NovelR&D required, unproven at scaleML-driven product, novel protocol, hardware+software

Evaluate:

  • Technology stack maturity and ecosystem support
  • Infrastructure requirements and cost scaling curve
  • Third-party dependency count and criticality

Build Estimation

  1. Define MVP scope — the minimum feature set that tests the core value proposition
  2. Estimate development timelines:

- Optimistic: experienced team, known stack, minimal unknowns - Realistic: standard team, some learning curve, normal blockers - Pessimistic: new domain, integration challenges, regulatory overhead

  1. Identify required team skills and availability
  2. Run build vs buy vs partner analysis for each major component

Risk Scoring

Score each dimension 1-5 (1 = low risk, 5 = critical risk):

DimensionWhat It Measures
Technical noveltyProven tech (1) vs active R&D required (5)
Integration complexitySelf-contained (1) vs many external APIs (5)
Scale readinessArchitecture handles 100x with config changes (1) vs requires re-architecture (5)
Data riskPublic/owned data, no regulation (1) vs restricted data, heavy compliance (5)
Security/complianceNo sensitive data (1) vs PCI/HIPAA/SOC2 required (5)

Composite technical risk = weighted average. Flag any dimension scoring 4+ as a blocker requiring mitigation plan.

Phase 4: Integrated Feasibility Score

Financial Viability

  • Viable: LTV:CAC > 3:1, payback < 18 months, clear path to positive unit economics
  • Risky: LTV:CAC 1.5-3:1, payback 18-36 months, unit economics depend on scale
  • Not viable: LTV:CAC < 1.5:1, payback > 36 months, negative contribution margin

Technical Feasibility

  • Straightforward: complexity level 1-2, all risk dimensions < 3
  • Challenging: complexity level 2-3, one or two dimensions at 3-4
  • High-risk: complexity level 3-4, multiple dimensions at 4+
  • Research-grade: complexity level 4, any dimension at 5

Overall Verdict

FinancialTechnicalVerdict
ViableStraightforwardGreen — proceed
ViableChallengingYellow — proceed with caution, mitigate tech risks
RiskyStraightforwardYellow — validate financial assumptions first
RiskyChallengingYellow — high uncertainty, run cheap experiments
Not viableAnyRed — reconsider fundamentals
AnyHigh-risk/ResearchRed — reduce technical unknowns before committing

Assumption Sensitivity

Identify the top 3-5 assumptions that most influence the verdict. For each, state:

  • Current assumed value
  • Threshold value that would flip the assessment
  • How to validate cheaply

De-risking Recommendations

Rank experiments by cost-to-run vs information-value. Prioritize experiments that validate the riskiest assumptions at the lowest cost.

Phase 5: Report Generation

Structure the output as:

Executive Summary

  • One-paragraph verdict with go/no-go signal
  • Top 3 risks and top 3 strengths

Financial Dashboard (if applicable)

  • Unit economics table: CAC, LTV, LTV:CAC, contribution margin, payback period
  • Revenue projection under 3 scenarios (table or description)
  • Break-even point and timeline

Technical Scorecard (if applicable)

  • Complexity classification
  • Risk dimension scores (table)
  • MVP scope and timeline estimate
  • Critical dependencies and mitigation

Sensitivity Analysis

  • Which assumptions, if wrong, flip the verdict
  • Threshold values for each critical assumption

Recommended Next Steps

  • Ordered list of actions, cheapest validation first
  • Clear owners or skill requirements for each step
  • Decision gates: what evidence triggers proceed vs pivot vs stop

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.04%
按下载量换算136

Claude

28.64%
按下载量换算105

Cursor

18.86%
按下载量换算69

Gemini CLI

8.84%
按下载量换算33

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills