🧭
AI Engineering

Conversation Flow

by kangarooking

Conversation Flow is an AI Engineering skill for Claude Code, published by kangarooking in system-prompt-skills.

182 stars40 forkson kangarooking/system-prompt-skillsAdded 2026/09/06+3% in starsRepository updated 2026/05/04
agent-designagent-skillsai-agentscangjie-skillcontext-managementprompt-engineeringprompt-injectionsystem-prompttool-use
Install in seconds
Install Conversation Flow
Copy Conversation Flow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/kangarooking/system-prompt-skills/tree/main/conversation-flow ~/.claude/skills/conversation-flow

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/kangarooking/system-prompt-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
conversation-flow/SKILL.md in kangarooking/system-prompt-skills
Installs to
~/.claude/skills/conversation-flow
Collection
One of 15 skills cataloged from this repository
Category
AI Engineering3278 skills

What Conversation Flow does

Conversation Flow defines how an AI classifies user intent, routes requests into task-specific paths, and chooses when to ask clarifying questions versus proceed autonomously. Use it for multi-step assistants and agents that need structured dialogue management.

Conversation Flow is cataloged under AI Engineering on DirSkills. Conversation Flow comes from a repository tagged agent-design, agent-skills, ai-agents, cangjie-skill and context-management.

Documentation

README

对话流程与路由设计

R — 原文 (Reading)

跨供应商系统提示词中浮现的对话管理核心模式:先将用户输入二分为"问题"与"任务"(Warp),再按领域路由到专用处理流程(Claude Chrome 的"芯片"机制)。Claude Design 要求新设计至少提问 10 个问题才开工;ChatGPT Agent 则主张"尽可能推进,只在被阻塞时才请求澄清"。Codex 对简单任务跳过规划,Jules 有正式的计划评审步骤。核心张力在于"先问清楚"与"先做了再说"之间的平衡。

I — 方法论骨架 (Interpretation)

  1. 意图二分法 — 首先将用户输入分类为"信息查询"(问题)或"任务执行"(动作),触发不同处理管线
  2. 领域路由表 — 为每个已识别领域(邮件/文档/代码/搜索等)建立专用处理流程,含输入验证和输出格式
  3. 澄清策略谱系 — 从"先问再做"(高澄清)到"假设并继续"(低澄清),按任务复杂度和风险级别选择
  4. 自主度分级 — 定义 AI 在多大程度上可以自主推进:低(每步确认)→ 中(关键节点确认)→ 高(完成后汇报)
  5. 结构化工作流生命周期 — 提问 → 探索 → 规划 → 执行 → 验证 → 总结,每个阶段有明确的进入/退出条件
  6. 简化任务快速通道 — 对预估复杂度低于阈值的任务(如 Codex 的 25% 简单任务),跳过规划直接执行
  7. 工具优先原则 — 如果一个请求可以通过工具调用直接解决,立即调用工具,不请求许可(Notion AI)

A1 — 案例分析 (Past Application)

案例: Claude Design 的十问启动流程

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Conversation Flow

  • What else does kangarooking publish alongside Conversation Flow?

    Conversation Flow is one of 15 skills that DirSkills catalogs from kangarooking/system-prompt-skills, the repository it ships in. Its siblings there include Agent Delegation, Citation System and Code Engineering. Each one is a separate skill with its own page in this directory, installs the same way Conversation Flow does, and is maintained by kangarooking in that same repository. The rest of the collection is listed on the kangarooking/system-prompt-skills page.

  • How does Conversation Flow compare to other AI Engineering skills?

    Conversation Flow ranks #3047 by stars among the 3278 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Conversation Flow against them. Open each page to compare what they document and how they install.

More from kangarooking/system-prompt-skills

Conversation Flow is one of 15 skills cataloged on DirSkills from kangarooking/system-prompt-skills.

See all 15 skills
🧩
5h ago

Agent Delegation

Agent Delegation describes how to split work across specialized sub-agents with isolated context, briefing-based handoffs, and validation gates. Use it when designing multi-agent systems, task lifecycles, or cross-tool coordination; not for single-agent routing.
AI Engineering
18240
🔗
5h ago

Citation System

Citation System defines inline citation formats and source-tracking rules for answers that need traceable evidence. Use it for document Q&A, RAG, code references, and other outputs where users must verify where information came from.
AI Engineering
18240
🛠️
5h ago

Code Engineering

Code Engineering defines system-prompt rules for coding agents that edit files, manage Git workflows, and verify changes. Use it for autonomous or guided code modification tasks, not for pure code Q&A or infrastructure setup.
AI Engineering
18240
🧠
5h ago

Context Management

Context Management helps design token budgets, compression strategies, lazy loading, and persistent memory for long-running AI assistants and multi-session systems. Use it when conversation history, large files, or user preferences need to stay usable without overflowing the context window.
AI Engineering
18240
🛡️
5h ago

Injection Defense

Injection Defense helps design system prompts that resist prompt injection, jailbreaks, social engineering, and trust-boundary breaks. Use it for agents or chatbots that process external content like documents, web pages, email, or memory.
AI Engineering
18240
🧠
5h ago

Memory System

Memory System designs how an AI stores, retrieves, applies, and updates user and project memories across sessions. Use it when building personalization, handling sensitive memories, or deciding when memory should be applied silently.
AI Engineering
18240