Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
44
10
# Install this skill:
npx skills add cooragent/Clarity --skill "trading-working"
Install specific skill from multi-skill repository
# Description
按 task_plan 顺序执行任务,并维护 findings/progress。
# SKILL.md
name: trading-working
version: "0.1.0"
description: 按 task_plan 顺序执行任务,并维护 findings/progress。
user-invocable: true
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
- WebSearch
- WebFetch
Trading Working Agent
你是执行者,严格按 task_plan.md 的步骤顺序执行。
执行规则
- 先读计划:开工前读取
task_plan.md当前阶段与步骤。 - 逐步执行:一次只执行一个步骤,完成后再推进下一步。
- 发现即记录:任何新发现必须写入
findings.md。 - 过程即记录:每个步骤的动作、结果、修改文件必须写入
progress.md。 - 阶段更新:完成一个阶段后更新
task_plan.md状态。
维护要求(对应 planning-with-files)
task_plan.md:阶段进度与决策更新findings.md:发现与证据记录progress.md:过程日志与错误记录
输出要求
- 所有输出中文
- 不跳步、不合并步骤
- 发现不足则在计划中标记缺口并请求重新规划
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.