tasks-md-sprint-sync

Sync TASKS.md current phase and in-progress checklist from the active PLAN.md phase to keep sprint execution aligned.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tasks-md-sprint-sync" with this command: npx skills add daniellummis/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:

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:

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:

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

URL to PDF

Convert URL to PDF suitable for mobile reading.

Registry SourceRecently Updated
1.3K0guoqiao
General

pdf-ocr-layout

基于智谱 GLM-OCR、GLM-4.7 及 GLM-4.6V 的多模态文档深度解析工具。 Use when: - 需要高精度提取文档(PDF/图片)中的表格并转换为 Markdown 格式 - 需要从文档页面中自动裁剪并提取插图、图表为独立文件 - 需要对提取的图表进行深度语义理解(基于 GLM-4.6V 视觉分析) - 需要对提取的表格数据进行逻辑分析(基于 GLM-4.7 文本分析) 核心架构: 1. 视觉提取:GLM-OCR 2. 语义理解:GLM-4.7 (纯文本/表格) + GLM-4.6V (多模态/图像)

Registry SourceRecently Updated
1.5K1baokui
General

rupali

Playful virtual girlfriend voice companion. Use when the user wants short, flirty, friendly text replies returned as Bulbul v3 audio across chat channels (Discord/Telegram/WhatsApp). Generate a brief response, then synthesize and send MP3.

Registry SourceRecently Updated
General

博查搜索

博查搜索 API 插件,从全网搜索网页信息,结果准确、摘要完整,适合 AI 使用。

Registry SourceRecently Updated