Questions banner
flykit-cc flykit-cc

Questions

Development community

Description

--- description: Answer, inspect, or edit the open-question queue (.flow/questions.md) allowed-tools: Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, TaskCreate, TaskUpdate, TaskList --- # /flow:questions Work the queue in `.flow/questions.md`. Mechanics live in `${CLAUDE_PLUGIN_ROOT}/scripts/questions-helpers.sh`; the full queue contract — WIP limit, promotion order, how a question gets presented — lives in `${CLAUDE_PLUGIN_ROOT}/references/question-protocol.md`. Read its `## Queue rules

Installation

Installs to ~/.claude/skills/flykit-cc-flow-questions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/flykit-cc-flow-questions && curl -fsSL https://raw.githubusercontent.com/flykit-cc/flow/HEAD/commands/questions.md -o ~/.claude/skills/flykit-cc-flow-questions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository