← 返回 Skills 市场
Tasks.md Sprint Sync
作者
Daniel Lummis
· GitHub ↗
· v1.0.0
272
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tasks-md-sprint-sync
功能描述
Sync TASKS.md current phase and in-progress checklist from the active PLAN.md phase to keep sprint execution aligned.
安全使用建议
This skill is coherent with its purpose, but take these precautions before using 'apply': run it in report (dry-run) mode first to confirm detected drift; test with the provided fixtures; ensure PROJECT_NAME exactly matches the heading in TASKS.md; do not point TASKS_FILE at sensitive system or config files because apply mode will overwrite the target file; review formatting of your PLAN.md (the script expects '**Status: IN PROGRESS**' and a '### Work' section) and be aware the regexes are strict and may miss differently-formatted sections.
功能分析
Type: OpenClaw Skill
Name: tasks-md-sprint-sync
Version: 1.0.0
The skill is a utility designed to synchronize task lists between PLAN.md and TASKS.md files based on the current project phase. The implementation consists of a Bash wrapper (sync-tasks-phase.sh) that executes an embedded Python script to perform regex-based parsing and updating of local markdown files. No network activity, data exfiltration, or suspicious execution patterns were found.
能力评估
Purpose & Capability
Name/description, required binaries (bash, python3), and the included script all match the stated goal of reading PLAN.md and updating TASKS.md. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
The SKILL.md and script limit operations to the provided PLAN_FILE and TASKS_FILE and the specified PROJECT_NAME. In apply mode the script will overwrite the given TASKS_FILE, so ensure you only point it at files you intend to modify. The matching is strict (exact project heading, exact '**Status: IN PROGRESS**' marker and strict section regexes), which may cause false negatives if your markdown formatting differs.
Install Mechanism
Instruction-only skill with no install spec and a small bundled script; nothing is downloaded or written to system locations by an installer.
Credentials
No environment variables, secrets, or external credentials are required. The optional inputs are file paths and a project name appropriate for the task.
Persistence & Privilege
The skill is not always-enabled and does not request any persistent privileges or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tasks-md-sprint-sync - 安装完成后,直接呼叫该 Skill 的名称或使用
/tasks-md-sprint-sync触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: syncs active sprint tasks between PLAN.md and TASKS.md.
- Reads the current active phase from PLAN.md and extracts work items.
- Compares PLAN.md phase tasks with the corresponding TASKS.md "In progress" list.
- Reports any drift (differences) between the files.
- Supports "report" mode for dry-run analysis and "apply" mode to update TASKS.md.
- Allows configuration of project names and file paths via environment variables.
元数据
常见问题
Tasks.md Sprint Sync 是什么?
Sync TASKS.md current phase and in-progress checklist from the active PLAN.md phase to keep sprint execution aligned. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。
如何安装 Tasks.md Sprint Sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tasks-md-sprint-sync」即可一键安装,无需额外配置。
Tasks.md Sprint Sync 是免费的吗?
是的,Tasks.md Sprint Sync 完全免费(开源免费),可自由下载、安装和使用。
Tasks.md Sprint Sync 支持哪些平台?
Tasks.md Sprint Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tasks.md Sprint Sync?
由 Daniel Lummis(@daniellummis)开发并维护,当前版本 v1.0.0。
推荐 Skills