From claude-woow
Business analysis workflow with 5 stages: discover, elicit, prioritize, validate, change-impact. Pass stage name as argument. Use for taking a personal project or feature from vague idea through validated implementation-ready requirements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-woow:ba-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stage-based business analysis workflow. Single entry point for all BA work.
Stage-based business analysis workflow. Single entry point for all BA work.
Invoke with a stage argument:
discover — vague idea → vision & scope documentelicit — vision → implementation-ready user stories with acceptance criteriaprioritize — feature list → ranked MoSCoW priority matrixvalidate — requirements → validation report before implementationchange-impact — proposed mid-project change → impact analysis & recommendationargs value passed when the skill was invoked. Extract the stage name (e.g. discover, elicit, prioritize, validate, change-impact).stages/<stage>.md (relative to this SKILL.md location):
discover → stages/discover.mdelicit → stages/elicit.mdprioritize → stages/prioritize.mdvalidate → stages/validate.mdchange-impact → stages/change-impact.mdMost personal projects flow through stages in this order:
discover → elicit → prioritize → validate → [implementation]
↓
change-impact (when changes appear)
After validate passes, hand off to superpowers:brainstorming or superpowers:writing-plans for technical design.
| Stage | Output |
|---|---|
| discover | docs/vision-and-scope.md |
| elicit | docs/requirements.md |
| prioritize | docs/priority-matrix.md (or update requirements.md) |
| validate | Validation report (inline or docs/validation-report.md) |
| change-impact | Impact analysis + updates to existing docs |
elicit without an approved vision document (or run discover first)validate until requirements doc existsvalidate passes critical issues checkchange-impact analysisCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub nazarkalytiuk/claude-woow --plugin claude-woow