Agent skill · Workflow & Productivity

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill workflow-analyze --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/workflow-analyze/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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) --- ## Key Rules ### 📝 Documentation Language **CRITICAL**: You must generate **TWO versions** of all documents: 1. **Korean version** (`analysis.ko.md`): For user reference - written in Korean 2. **English version** (`analysis.md`): For agent consumption - written in English **Both version

What's inside
Steps it walks through
  1. User Input
  2. Outline
  3. Key Rules
  4. 📝 Documentation Language
  5. 🎯 Balanced Analysis Principles
  6. 🎭 Anti-Bias Rules (CRITICAL)
  7. ✅ Must Do
  8. ❌ Must Not Do
  9. Document Template
  10. Execution
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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 --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.

Keep going