checklist-update

Mark completed checklist items done and append new tasks with timestamps.

7|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill checklist-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checklist-update
Source: https://github.com/Shiien/Self-Evolved-Research-Framework/tree/main/skills/checklist-update
Command: npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill checklist-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mark affected checklist items as done after work completes, add new [ ] items for newly discovered work, and annotate with timestamps and artifact paths.

Core Features & Use Cases

  • Auto-mark tasks as done when work completed and attach artifact paths
  • Add new [ ] items for newly discovered work under the correct section
  • Append time-stamped annotations to track progress and enable traceability
  • Triggered automatically by artifact-producing skills or user reports

Quick Start

Run checklist-update after completing work to refresh the checklist and capture new items.

Frequently Asked Questions about checklist-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically mark checklist items as done after a workflow completes?

Checklist-update automatically marks tasks as done by editing the affected item's file and appending artifact paths with a completion timestamp after work completes.

What is the best way to add new tasks to a checklist for newly discovered work?

Adding new tasks for newly discovered work involves inserting unchecked [ ] items under the correct L0/L1 checklist section, which checklist-update handles by triggering a new task creation workflow if required.

How do I track task completion timestamps and artifact paths in documentation?

Tracking task completion timestamps and artifact paths is done by appending time-stamped annotations to the affected checklist item's file, ensuring progress traceability across workflows.

Can I update checklist items manually when I report task completion?

Reporting task completion manually triggers checklist-update to refresh the checklist, capturing completed items and any newly discovered work without requiring automated artifact production.

When should I use an automated checklist update in task management workflows?

Automated checklist updates should be used after any skill outputs an artifact or when a user reports completion, applying changes across relevant L0/L1 checklist sections to maintain current documentation.

Does checklist-update modify the entire checklist file or only specific items?

Checklist-update edits only the affected item's file rather than the entire checklist, appending artifact paths and timestamps to reflect completed work and newly added tasks accurately.