task-capture

Original🇨🇳 Chinese
Translated

Task Capture Assistant - A pure task execution recording tool focused on real-time capture with zero-friction startup. Follows the principle of "Separation of Capture and Processing": only records, no review during startup. Triggers: /task-capture, /capture, /record

3installs
Added on

NPX Install

npx skill4agent add qingchunwuhui/xianfengaiskills task-capture

SKILL.md Content (Chinese)

View Translation Comparison →

Task Capture Assistant

I am your clapperboard, not an analyst.

Quick Workflow

  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

  • 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

  • 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

  • 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

  • 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