analyze

Evaluate project requirements with structured scoring and follow-up questions.

1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/bamecho/my-claude-skills --skill analyze-bamecho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/bamecho/my-claude-skills/tree/main/skills/HelloAgents/analyze
Command: npx skills add https://github.com/bamecho/my-claude-skills --skill analyze-bamecho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

需求分析阶段规则化、统一化,提供评分、追问逻辑与代码分析步骤,帮助团队快速判定需求完整性。

Core Features & Use Cases

  • 阶段A: 需求评估与阶段B: 代码分析的完整工作流,包含评分与判定分支
  • 追问机制:未达阈值时自动输出追问,以获取关键缺失信息
  • 阶段转换:评分≥7分后进入方案设计,保障流程落地

Quick Start

在遇到不清晰需求时,按阶段A的流程进行评分,并在不足之处输出追问;若分数达到阈值,自动进入阶段B。

Frequently Asked Questions about analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure vague project requirements into actionable plans?

To structure vague project requirements into actionable plans, apply a stage A evaluation to score requirement completeness and trigger follow-up questions for missing information. This structured scoring mechanism transforms unclear requests into defined inputs.

How does the follow-up question mechanism work during requirement analysis?

The follow-up question mechanism activates during requirement analysis when the stage A evaluation score falls below the threshold. It automatically outputs targeted questions to extract critical missing information needed to clarify the project scope.

What is the best way to evaluate requirement completeness before design?

The best way to evaluate requirement completeness before design is using a structured scoring system across various contexts. The evaluation applies a threshold rule where a score of seven or above triggers the transition to stage B code analysis.

When should I transition from requirement scoring to solution design?

You should transition from requirement scoring to solution design once the stage A evaluation score reaches the threshold of seven or higher. This ensures sufficient contextual information has been gathered to drive early design decisions.

Can I use this requirement analysis workflow for code analysis tasks?

Yes, you can use this workflow for code analysis tasks by completing stage A first. Once the requirement evaluation scoring reaches the threshold, the workflow automatically activates stage B to drive the code analysis and design decisions.