framework/core/commands/flowai-answer/SKILL.md
Analyze and answer user questions in Autonomous Mode by reading documentation and inspecting codebase
npx skillsauth add korchasa/flow flowai-answerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze and answer a user's question in Autonomous Mode by carefully reading
documentation and inspecting the codebase. For large responses, save detailed
analysis to a file in documents/tasks/.
<step_by_step>
./documents (SRS, SDS, file structure,
manuals, tasks) if they exist.documents/requirements.md
(SRS).documents/design.md
(SDS).documents/tasks/<YYYY-MM-DD>-<slug>.md and provide summary in chat. </step_by_step>tools
Delegate a task to another AI IDE's CLI (codex / claude / opencode / cursor-agent) through an isolated-context subagent. Triggers on "delegate to <ide>", "have <ide> do <task>", "execute <task> in <ide>", "offload to <ide>". For one-shot relay or fan-out comparison use `ai-ide-runner` instead.
tools
Run prompts in Claude Code, OpenCode, Cursor, or Codex CLIs from the current session — pick one IDE, fan out across several, or compare models. You are a courier that relays the other runtime's stdout verbatim, do not synthesise your own answer. Use on "run in <ide>", "compare <ide> vs <ide>", "try on <model>", "which IDE handles X better", "run across models".
tools
Recommend which LLM model to use for a task. Use when asked "which model / best LLM for X", "pick a model for this task", or for a model shortlist ranked by live leaderboard evidence (coding, reasoning, agentic, tool-use, price, speed). Live-fetches public leaderboards and ranks models with per-axis rationale and citations.
development
Produce a comprehensive Product Requirements Document (PRD). Use when the user asks to write a PRD or formalize a feature's scope, goals, and success metrics.