# Taskboard Work

> Complete one taskboard task with evidence and a handoff.

- Skill: `ravsau/taskboard-work-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ravsau/taskboard-work-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ravsau/taskboard-work-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ravsau (https://skillmd.com/u/ravsau)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ravsau/taskboard-work-2

---


# Taskboard work

1. Inspect the current task list and read the acceptance rule.
2. Select exactly one incomplete task; do not widen the request.
3. Implement the smallest change that satisfies that task.
4. Run `python3 taskboard.py list --file tasks.json` and record its observed output.
5. Append a handoff with the task ID, evidence command, and next step.
6. Stop after one task or when the check fails; never mark work complete by
   changing a status field alone.

From the repository root, run `python3 lab.py check 04 --workspace work`.

