AgentSkillsCN

reflect

当用户希望基于过往决策进行分析时,例如“哪些模式奏效了”、“根据我们的历史,我们是否应该采用 X”、“什么与我们的惯例相符”,或需要基于项目积累的知识提出建议时,应使用此技能。

SKILL.md
--- frontmatter
name: reflect
description: This skill should be used when the user asks for analysis based on past decisions, "what patterns have worked", "should we adopt X given our history", "what aligns with our conventions", or needs recommendations grounded in accumulated project knowledge.
model: sonnet
version: 0.1.0

Analyze from Memory Bank

Get AI-powered analysis with one command. Pick the budget, write question, execute:

bash
bash !`echo ${CLAUDE_PLUGIN_ROOT}`/scripts/do-reflect.sh <BUDGET> <<'EOF'
<QUESTION>
EOF

Budget Levels

BudgetWhen to use
lowQuick analysis, simple questions
midBalanced depth (default)
highDeep comprehensive reasoning

Difference from Recall

  • Recall retrieves specific stored facts
  • Reflect generates AI analysis and recommendations based on ALL relevant memories

After Reflecting

  1. Present analysis clearly
  2. Connect to current conversation/task
  3. Explain which past decisions influenced the analysis
  4. Suggest concrete next steps
  5. If gaps found, suggest storing additional context