Generate stakeholder surveys for requirements gathering and analyze responses. Creates questionnaires based on domain context, collects structured feedback, and produces statistical analysis with requirement candidates.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install requirements-elicitation@melodic-software[--domain <domain-name>] [--mode generate|analyze|both] [--type kano|satisfaction|priority|discovery] [--respondents <count>]# Survey Command Generate requirements surveys and analyze stakeholder responses for data-driven elicitation. ## Usage ## Arguments | Argument | Required | Description | |----------|----------|-------------| | --domain | No | Domain for the survey (default: current/most recent) | | --mode | No | Mode: `generate`, `analyze`, `both` (default: `both`) | | --type | No | Survey type: `kano`, `satisfaction`, `priority`, `discovery` (default: `discovery`) | | --respondents | No | Expected number of respondents for analysis (default: 20) | ## Survey Types ### Discovery Survey General-purpo...