workflow-analyze
Analyze issue and generate analysis.md with solution approaches. Use when starting a new task or feature to thoroughly analyze the problem and compare solution options.
npx skills add majiayu000/claude-skill-registry --skill workflow-analyze-specvital-infra --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Issue Analysis Command ## User Input ```text $ARGUMENTS ``` You **MUST** consider the user input before proceeding (if not empty). --- ## Outline 1. **Parse User Input**: - Extract task description from $ARGUMENTS - Generate task name (2-4 words, English, hyphen-separated) 2. **Define Problem**: - Identify current situation, problem to solve, and goals 3. **Investigate Solutions**: - Research 2-4 approaches - Analyze pros/cons of each approach - Evaluate based on coding principles 4. **Final Selection**: - Choose the most appropriate approach - Clarify rejection reasons 5. **Generate Questions**: - Select **maximum 3** unclear items only - Use reasonable defaults + Assumptions for the rest 6. **Write Documents** (Dual Language): - Create `docs/work/WORK-{task-name}/analysis.ko.md` (Korean - for user reference) - Create `docs/work/WORK-{task-name}/analysis.md` (English - for agent consumption) - Use template structure below for both versions --- ## Key Rules ### 🎭 Anti-Bias Rules (CRITICAL) **Core Principle**: "Be honest. Don't hide what exists, don't invent what doesn't." 1. **Analyze first, conclude later**: Complete analysis of all approaches before making selection 2. **Write
- User Input
- Outline
- Key Rules
- 🎭 Anti-Bias Rules (CRITICAL)
- 📝 Documentation Language
- 🎯 Balanced Analysis Principles
- ✅ Must Do
- ❌ Must Not Do
- 📋 Clarification Priority
- 🎯 Informed Guesses Principles
- Document Template
- 📚 Good/Bad Examples
- Problem Definition Section
- Solution Investigation Section
What does the workflow-analyze skill do?
Analyze issue and generate analysis.md with solution approaches. Use when starting a new task or feature to thoroughly analyze the problem and compare solution options.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill workflow-analyze-specvital-infra --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
