en un clic
discover-next
Suggest next discovery ticket to work on
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Suggest next discovery ticket to work on
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
This skill should be used when the user asks to "implement X", "add X feature", "create X", "refactor X", "fix X bug", "develop this story", "work on story", or needs guidance on development work - both ad-hoc tasks and story-based workflows with style guide compliance.
Expand a ticket by linking or creating children for subsystems found in findings
Initialize project discovery — scan repo, gather intent, create initial tickets
Loop through open discovery tickets until queue is empty
Scan repository for structure and code ownership signals
Intent-driven discovery — recall existing knowledge or create new investigation tickets
| name | discover-next |
| description | Suggest next discovery ticket to work on |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Bash","Read"] |
Read ${CLAUDE_PLUGIN_ROOT}/resources/cli-reference.md for available operations.
DISCOVER="${CLAUDE_PLUGIN_ROOT}/scripts/discover.sh"
test -d .discovery && bash "$DISCOVER" ticket next || echo "Run /discover-init first"
Run /discover <intent> to start working on a suggestion.