Continue Task
Load and work on a specific task from .context/tasks/ (active tasks only).
Folder Structure
- •
.context/tasks/- Active tasks (pending, in-progress, blocked) - •
.context/tasks-done/- Archived completed tasks (read-only reference)
Input
$ARGUMENTS - Task number or name (e.g., "002" or "bento-grid")
If empty, ask user which task to work on.
Steps
- •
Find task file:
code.context/tasks/*$ARGUMENTS*.md
Note: Only search in
tasks/, nottasks-done/. Completed tasks are archived and shouldn't be reopened. - •
Read context:
- •Task file
- •
.context/patterns-architecture.md(if exists) - •Check task status and dependencies
- •
Verify ready:
- •Status should be
pendingorin-progress - •Dependencies should be completed
- •If blocked, report why
- •Status should be
- •
Begin work:
- •Update status to
in-progressif pending - •Add progress log entry:
- [date] Started - •Work through acceptance criteria in order
- •Check off criteria as completed
- •Update status to
- •
During work:
- •Follow patterns from patterns-architecture.md
- •Update progress log with significant milestones
- •If blocked, update status and note blocker
Output
Confirm task loaded and show:
- •Goal
- •Acceptance criteria (with current status)
- •Next action to take