cognitive-pattern
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCognitive Pattern
认知模式
Define cognitive patterns that guide agent reasoning and decision-making.
定义用于指导Agent推理与决策的认知模式。
When to use
适用场景
When you want to codify reasoning strategies, decision trees, or problem-solving approaches that agents can use and improve over time.
当你想要将Agent可使用并随时间迭代优化的推理策略、决策树或问题解决方法进行编码时。
Steps
步骤
- Define pattern — call with the pattern structure and triggers
mcp__claude-flow__daa_cognitive_pattern - Create workflow — call to embed the pattern in an executable workflow
mcp__claude-flow__daa_workflow_create - Execute — call to run the cognitive workflow
mcp__claude-flow__daa_workflow_execute - Evaluate — call to see how the pattern performs
mcp__claude-flow__daa_learning_status - Share — call to propagate successful patterns
mcp__claude-flow__daa_knowledge_share
- 定义模式 — 调用,传入模式结构与触发条件
mcp__claude-flow__daa_cognitive_pattern - 创建工作流 — 调用,将模式嵌入可执行工作流中
mcp__claude-flow__daa_workflow_create - 执行 — 调用,运行认知工作流
mcp__claude-flow__daa_workflow_execute - 评估 — 调用,查看模式的表现情况
mcp__claude-flow__daa_learning_status - 共享 — 调用,推广成功的模式
mcp__claude-flow__daa_knowledge_share
Pattern types
模式类型
- Decision trees — structured if/then reasoning
- Chain of thought — step-by-step problem decomposition
- Analogy mapping — solve new problems by referencing similar solved ones
- Consensus patterns — multi-perspective evaluation before deciding
- 决策树 — 结构化的if/then推理方式
- 思维链 — 分步式问题分解
- 类比映射 — 通过参考相似的已解决问题来解决新问题
- 共识模式 — 决策前进行多视角评估