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

  1. 确定保存位置:固定使用
    E:\OBData\ObsidianDatas\0收集箱日清
    ,无需询问。
  2. 处理任务信息
    • 输入获取:用户提供的参数(如
      /task-capture ...
      )视为“任务描述”。若无参数则询问。
    • 名称提炼:AI 自动将“任务描述”提炼为简短的任务名(建议 5-15 字,去除“我要”、“一个”等冗余词),用于文件名。
    • 示例:输入“我要测试一下那个新写的技能” -> 提炼为“测试新编写技能”。
  3. 自动判定任务类型:
    dev
    /
    tool-demo
    /
    mixed
    ,并让用户一键确认。
  4. 创建采集文档:
    YYYY-MM-DD-任务名称.md
    (确保写入到
    E:\OBData\ObsidianDatas\0收集箱日清
    )。
  5. 提示使用方式:标注
    MM:SS
    、只采集不复盘、需要复盘用
    /task-close
  1. Confirm Save Location: Fixed to use
    E:\OBData\ObsidianDatas\0收集箱日清
    , no need to ask.
  2. Process Task Information:
    • Input Collection: Parameters provided by the user (e.g.,
      /task-capture ...
      ) are treated as the "task description". Ask the user if no parameters are provided.
    • 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 "测试新编写技能".
  3. Automatically determine task type:
    dev
    /
    tool-demo
    /
    mixed
    , and let the user confirm with one click.
  4. Create capture document:
    YYYY-MM-DD-Task Name.md
    (ensure it is saved to
    E:\OBData\ObsidianDatas\0收集箱日清
    ).
  5. Usage Tips: Mark with
    MM:SS
    , only capture without review, use
    /task-close
    for review.

常见场景

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
    MM:SS
    for key records to facilitate locating video keyframes.
  • 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
    goal
    or other description fields (optional).
  • Template Combination:
    Base + {dev|tool-demo|mixed}
  • Closing Tips:
    • Please mark key records with
      MM:SS
    • This document is only for capture use
    • Use
      /task-close
      for review