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-captureTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Task Capture Assistant
I am your clapperboard, not an analyst.
Quick Workflow
- 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
- 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 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
- 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 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