在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用reflect
星标0
分支0
更新时间2026年2月23日 01:41
Capture learnings after implementation phase
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Capture learnings after implementation phase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage architecture decisions, gaps, and suggestions
Manage inter-team communication, issues, and coordination
Load relevant ADRs, patterns, and memory before implementation
Manage the extended memory vault
Review and refine patterns, promote to ADRs
| name | reflect |
| description | Capture learnings after implementation phase |
| argument-hint | [issue-id] |
Post-implementation reflection to capture patterns and learnings.
/reflect # Reflect on current session
/reflect UI-ISS-014 # Reflect on specific issue
Gather Context
Analysis Questions Ask internally (don't prompt user):
Pattern Detection Look for:
Output Actions
If new pattern detected:
## New Pattern Detected
**Name:** {suggested-name}
**Type:** {work-type}
**Summary:** {one-line}
### Code Example
{example}
**Action:** Create draft pattern? [Yes] [No]
If ADR gap detected:
## ADR Gap Detected
**Domain:** {domain}
**Issue:** {description}
**Suggestion:** {what ADR should cover}
**Action:** Create ADR suggestion? [Yes] [No]
If clean implementation:
## Reflection Complete
Patterns followed: {list}
ADRs applied: {list}
No new patterns or gaps detected.
Auto-Actions
usage_count on patterns used (in memory/patterns/)memory/patterns/dev_communication/shared/architecture/suggestions/Auto-promote when:
Request approval when: