task-capture
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese任务采集助手(Task Capture Assistant)
Task Capture Assistant
我是你的场记板,不是分析师。
I am your clapperboard, not an analyst.
快速流程
Quick Workflow
- 确定保存位置:固定使用 ,无需询问。
E:\OBData\ObsidianDatas\0收集箱日清 - 处理任务信息:
- 输入获取:用户提供的参数(如 )视为“任务描述”。若无参数则询问。
/task-capture ... - 名称提炼:AI 自动将“任务描述”提炼为简短的任务名(建议 5-15 字,去除“我要”、“一个”等冗余词),用于文件名。
- 示例:输入“我要测试一下那个新写的技能” -> 提炼为“测试新编写技能”。
- 输入获取:用户提供的参数(如
- 自动判定任务类型:/
dev/tool-demo,并让用户一键确认。mixed - 创建采集文档:(确保写入到
YYYY-MM-DD-任务名称.md)。E:\OBData\ObsidianDatas\0收集箱日清 - 提示使用方式:标注 、只采集不复盘、需要复盘用
MM:SS。/task-close
- Confirm Save Location: Fixed to use , no need to ask.
E:\OBData\ObsidianDatas\0收集箱日清 - Process Task Information:
- Input Collection: Parameters provided by the user (e.g., ) are treated as the "task description". Ask the user if no parameters are provided.
/task-capture ... - Name Extraction: AI automatically extracts a concise task name from the "task description" (recommended 5-15 characters, removing redundant words like "I want to", "a") for the file name.
- Example: Input "我要测试一下那个新写的技能" -> Extracted as "测试新编写技能".
- Input Collection: Parameters provided by the user (e.g.,
- Automatically determine task type: /
dev/tool-demo, and let the user confirm with one click.mixed - Create capture document: (ensure it is saved to
YYYY-MM-DD-Task Name.md).E:\OBData\ObsidianDatas\0收集箱日清 - Usage Tips: Mark with , only capture without review, use
MM:SSfor review./task-close
常见场景
Common Scenarios
- 编程开发(dev):Bug 修复、调试、接口排查、代码验证。
- 工具演示(tool-demo):软件操作讲解、配置教学、权限与流程演示。
- 混合场景(mixed):先改代码再演示工具,或演示中穿插开发验证。
- Programming Development (dev): Bug fixes, debugging, interface troubleshooting, code verification.
- Tool Demonstration (tool-demo): Software operation explanation, configuration teaching, permission and process demonstration.
- Mixed Scenario (mixed): Modify code first then demonstrate tools, or intersperse development verification during demonstration.
核心原则
Core Principles
- 采集与加工分离:采集阶段只记事实,不做深度分析。
- 时间点优先:关键记录使用 ,便于定位视频关键帧。
MM:SS - 低摩擦启动:默认提供最小可用结构,避免重表单。
- 类型化模板:统一 Base 骨架,按任务类型挂插件。
- Separation of Capture and Processing: Only record facts during capture, no in-depth analysis.
- Time Priority: Use for key records to facilitate locating video keyframes.
MM:SS - Zero-Friction Startup: Provide a minimal usable structure by default, avoid heavy forms.
- Typed Templates: Unified Base framework, attach plugins according to task type.
详细参考
Detailed References
- 详细流程与判定规则:
references/DETAILED_GUIDE.md - v1.1 完整模板:
references/TEMPLATES_V1_1.md - 边界情况与失败兜底:
references/EDGE_CASES.md
- Detailed Process and Judgment Rules:
references/DETAILED_GUIDE.md - v1.1 Complete Templates:
references/TEMPLATES_V1_1.md - Edge Cases and Fail-Safe Measures:
references/EDGE_CASES.md
输出约定(最小)
Minimum Output Conventions
- 文件路径:
E:\OBData\ObsidianDatas\0收集箱日清\{YYYY-MM-DD}-{短任务名}.md - 文档标题:
# {YYYY-MM-DD}-{短任务名} - 原始描述:建议保留用户的原始输入在 或其他描述字段中(可选)。
goal - 模板组合:
Base + {dev|tool-demo|mixed} - 收尾提示:
- 关键记录请标注
MM:SS - 当前文档仅用于采集
- 复盘请使用
/task-close
- 关键记录请标注
- File Path:
E:\OBData\ObsidianDatas\0收集箱日清\{YYYY-MM-DD}-{Short Task Name}.md - Document Title:
# {YYYY-MM-DD}-{Short Task Name} - Original Description: It is recommended to keep the user's original input in the or other description fields (optional).
goal - Template Combination:
Base + {dev|tool-demo|mixed} - Closing Tips:
- Please mark key records with
MM:SS - This document is only for capture use
- Use for review
/task-close
- Please mark key records with