smithery.ai

backlog-start-task

Mark a .backlog task IN PROGRESS, set started_on, and create a working checklist.

First seen Apr 26, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Compatibilityopencode
Declared agents opencode

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,724 B
  • docs SUMMARY.md 107 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Purpose

Start work on an existing backlog task by:

  1. updating the standardized header table (status, started_on), and
  2. creating a todowrite checklist for execution based on the task’s subtasks.

Prerequisites

  • The task file exists in .backlog/ and matches TXXX-*.md.

Procedure

Use todowrite with the below checklist.

  1. Identify the task

- Ask the human for the task ID (TXXX) or the exact filename. - Locate the file in .backlog/ (NOT in .backlog/.archive/).

  1. Update task header table

- Update the standardized header table (immediately below the title): - set status to IN PROGRESS - set startedon to YYYY-MM-DD HH:mm - If the header table is missing, add it. - If startedon is already set, ask the human whether to keep it or overwrite it.

  1. Create the working checklist (todowrite)

- Parse the task file for an optional ## Subtasks section. - If subtasks exist: - create one todo per subtask (use the subtask ID like TXXX-01 in the todo content). - If no subtasks exist: - create a single todo for the main task (TXXX). - Set exactly one item to in_progress (typically the first actionable item). - All other items should be pending.

  1. Verify

- The task file’s header table has: - status = IN PROGRESS - started_on = YYYY-MM-DD HH:mm - The todowrite list mirrors the subtasks (or the main task if none).

Notes

  • This skill does not move files; archiving is handled by backlog-archive-task.