技能 人工智能 定义智能体认知模式

定义智能体认知模式

v20260707
cognitive-pattern
用于定义和管理智能体(Agent)的认知模式和推理策略。它允许用户将复杂的思考流程,如决策树、思维链(CoT)和类比映射,进行结构化编码。适用于需要指导性、系统化、可迭代的复杂问题解决流程,从而提升AI决策的可靠性和可追溯性。
获取技能
331 次下载
概览

Cognitive Pattern

Define cognitive patterns that guide agent reasoning and decision-making.

When to use

When you want to codify reasoning strategies, decision trees, or problem-solving approaches that agents can use and improve over time.

Steps

  1. Define pattern — call mcp__claude-flow__daa_cognitive_pattern with the pattern structure and triggers
  2. Create workflow — call mcp__claude-flow__daa_workflow_create to embed the pattern in an executable workflow
  3. Execute — call mcp__claude-flow__daa_workflow_execute to run the cognitive workflow
  4. Evaluate — call mcp__claude-flow__daa_learning_status to see how the pattern performs
  5. Share — call mcp__claude-flow__daa_knowledge_share to propagate successful patterns

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
信息
Category 人工智能
Name cognitive-pattern
版本 v20260707
大小 1.4KB
更新时间 2026-07-09
语言