Overview
- Skill Key
- daniellummis/tasks-md-sprint-sync
- Author
- daniellummis
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/daniellummis/tasks-md-sprint-sync
- Latest Commit SHA
- 81989428826e1ce4d03807e37d11c456a88cfc3e
Sync TASKS.md current phase and in-progress checklist from the active PLAN.md phase to keep sprint execution aligned.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tasks-md-sprint-sync 技能。 若已安装,则直接安装 tasks-md-sprint-sync 技能。
# Tasks.md Sprint Sync Use this skill to keep a project's `TASKS.md` section aligned with whatever phase is marked `IN PROGRESS` in that project's `PLAN.md`. ## What this skill does - Reads the active phase from `PLAN.md` (phase with `**Status: IN PROGRESS**`) - Extracts bullets from that phase's `### Work` section - Finds the target project section in `TASKS.md` - Reports drift between plan work items and `### In progress` tasks - Optionally updates `TASKS.md` to match plan phase + work items ## Inputs Required: - `PROJECT_NAME` (the exact heading in TASKS.md, e.g. `ClawHub Skills`) Optional: - `PLAN_FILE` (default: `PLAN.md`) - `TASKS_FILE` (default: `TASKS.md`) - `SYNC_MODE` (`report` or `apply`, default: `report`) ## Run Dry-run drift report: ```bash PROJECT_NAME="ClawHub Skills" \ PLAN_FILE=projects/clawhub-skills/PLAN.md \ TASKS_FILE=TASKS.md \ bash skills/tasks-md-sprint-sync/scripts/sync-tasks-phase.sh ``` Apply sync to TASKS.md: ```bash PROJECT_NAME="ClawHub Skills" \ PLAN_FILE=projects/clawhub-skills/PLAN.md \ TASKS_FILE=TASKS.md \ SYNC_MODE=apply \ bash skills/tasks-md-sprint-sync/scripts/sync-tasks-phase.sh ``` Run against included fixtures: ```bash PROJECT_NAME="Demo Project" \ PLAN_FILE=skills/tasks-md-sprint-sync/fixtures/PLAN.sample.md \ TASKS_FILE=skills/tasks-md-sprint-sync/fixtures/TASKS.sample.md \ SYNC_MODE=apply \ bash skills/tasks-md-sprint-sync/scripts/sync-tasks-phase.sh ``` ## Output contract - Exit `0` when report/apply completes - Exit `1` on invalid inputs, missing sections, or no active phase - In `report` mode: prints missing/extra task drift, no file changes - In `apply` mode: updates `Current phase` + replaces `In progress` list for the target project section
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.