catchup
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTable of Contents
目录
Catchup Analysis Methodology
跟进分析方法论
Overview
概述
Structured method for quickly understanding recent changes in git repositories, meeting notes, sprint progress, document revisions, or system logs. Answers "what changed and what matters?" efficiently.
这是一套结构化方法,可快速了解git仓库、会议纪要、sprint进度、文档修订或系统日志中的最新变更,高效解答「发生了什么变更、哪些变更最重要」的问题。
When To Use
适用场景
- Joining ongoing work or returning after absence
- Before planning or reviewing handoffs
- Any "what happened and what's next" context
- 加入正在进行的工作或缺勤后返回工作岗位
- 规划或评审工作交接之前
- 任何需要了解「此前发生了什么、接下来要做什么」上下文的场景
When NOT To Use
不适用场景
- Doing detailed diff analysis - use diff-analysis instead
- Full code review needed
- use review-core instead
- Doing detailed diff analysis - use diff-analysis instead
- Full code review needed
- use review-core instead
- 执行详细 diff分析 - 请使用diff-analysis
- 需要完整代码评审
- 请使用review-core
- 执行详细 diff分析 - 请使用diff-analysis
- 需要完整代码评审
- 请使用review-core
Activation
触发方式
Keywords: catchup, summary, status, progress, context, handoff
Cues: "get me up to speed", "current status", "summarize progress"
关键词: catchup, summary, status, progress, context, handoff
提示语: "get me up to speed", "current status", "summarize progress"
Progressive Loading
渐进式加载
Load modules based on context:
Git: Load for git commands. Consider for initial data gathering.
modules/git-catchup-patterns.mdsanctum:git-workspace-reviewDocuments/Notes: Load for meeting notes, sprint tracking, document revisions.
modules/document-analysis-patterns.mdLogs/Events: Load for time-series and metric analysis.
modules/log-analysis-patterns.mdAlways Available: , TodoWrite workflow, structured output.
imbue:evidence-logging根据上下文加载对应模块:
Git: 加载获取git命令,可考虑使用完成初始数据收集。
modules/git-catchup-patterns.mdsanctum:git-workspace-review文档/笔记: 加载处理会议纪要、sprint跟踪、文档修订相关内容。
modules/document-analysis-patterns.md日志/事件: 加载进行时间序列和指标分析。
modules/log-analysis-patterns.md始终可用: , TodoWrite工作流, 结构化输出。
imbue:evidence-loggingRequired TodoWrite Items
必需的TodoWrite项
- - Boundaries established
catchup:context-confirmed - - Changes enumerated
catchup:delta-captured - - Themes identified
catchup:insights-extracted - - Actions captured
catchup:followups-recorded
- - 已明确范围边界
catchup:context-confirmed - - 已枚举所有变更
catchup:delta-captured - - 已识别核心主题
catchup:insights-extracted - - 已记录后续行动
catchup:followups-recorded
4-Step Methodology
四步方法论
Step 1: Confirm Context
步骤1:确认上下文
Define scope (git branch, sprint, meetings), baseline (last state), and current target. See modules for commands.
定义范围(git分支、sprint、会议)、基线(上一次的状态)和当前目标,可参考各模块中的命令。
Step 2: Capture Delta
步骤2:捕获变更
Enumerate changed items with metrics. Prioritize source/config/docs over generated artifacts. See modules for strategies.
枚举所有变更项及相关指标,优先处理源代码/配置/文档而非生成的产物,可参考各模块中的策略。
Step 3: Extract Insights
步骤3:提炼洞察
Per item: What (change), Why (motivation), Implications (tests/risks/deps). Rollup into themes.
针对每个变更项:内容(变更是什么)、原因(变更动机)、影响(测试/风险/依赖),汇总形成核心主题。
Step 4: Record Follow-ups
步骤4:记录后续行动
Capture: Tests, Documentation, Reviews, Blockers, Questions. If none, state explicitly.
记录内容包括:测试、文档、评审、阻塞问题、疑问。如果没有相关内容请明确说明。
Output Format
输出格式
undefinedundefinedSummary
Summary
[2-3 sentence theme + risk overview]
[2-3 sentence theme + risk overview]
Key Changes
Key Changes
Follow-ups
Follow-ups
- [Action with owner]
- [Action with owner]
Blockers/Questions
Blockers/Questions
- [Item requiring resolution]
**Verification:** Run the command with `--help` flag to verify availability.- [Item requiring resolution]
**验证**: 使用`--help`参数运行命令验证其可用性。Integration
集成
Use for risk assessment, for reproducibility, for git data. Feed to or as needed.
imbue:diff-analysisimbue:evidence-loggingsanctum:git-workspace-reviewbrainstormingwriting-plans使用完成风险评估,保证可复现性,获取git数据。可按需输入到或流程中。
imbue:diff-analysisimbue:evidence-loggingsanctum:git-workspace-reviewbrainstormingwriting-plansToken Conservation
Token节省方案
Reference paths + lines (don't reproduce). Summarize outputs. Defer deep analysis. Use progressive loading.
引用路径+行号(不要复现完整内容)、汇总输出、推迟深度分析、使用渐进式加载。
Exit Criteria
退出标准
- Four TodoWrite items completed
- Context/delta/insights/follow-ups captured
- Stakeholders understand state without re-reading sources
- 完成全部四个TodoWrite项
- 已捕获上下文/变更/洞察/后续行动
- 利益相关者无需重读原始资料即可了解当前状态
Troubleshooting
故障排查
Common Issues
常见问题
Command not found
Ensure all dependencies are installed and in PATH
Permission errors
Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with flag
--verbose找不到命令
确保已安装所有依赖且已添加到PATH中
权限错误
检查文件权限,使用合适的权限运行
异常行为
使用参数启用详细日志
--verbose