task

Load and continue active tasks from the .context/tasks/ directory.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/tdp1999/claude-code-ctx --skill task-tdp1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/tdp1999/claude-code-ctx/tree/main/plugins/ctx/skills/task
Command: npx skills add https://github.com/tdp1999/claude-code-ctx --skill task-tdp1999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing active tasks across the .context directory can be error-prone and slow. This Skill automates loading a specific task, continuing work, and keeping status and acceptance criteria up-to-date to reduce context-switching and manual updates.

Core Features & Use Cases

  • Load a specific active task from .context/tasks/ by number or name and switch focus to it.
  • Validate and update task status, dependencies, and acceptance criteria as work progresses.
  • Maintain a clear progress log and ensure immediate checkbox updates for completed criteria.
  • Support integration with optional specialized skills and domain rules to enforce consistency.

Quick Start

Provide a task identifier (number or name) to load and continue working on that task from the active .context/tasks/ directory.

Frequently Asked Questions about task

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

FAQPage Schema
How do I resume work on a task from a context directory?

You can resume work on a task from a context directory by loading the specific task using its number or name from the .context/tasks/ folder, which applies its current status and dependencies to continue execution.

How does tracking acceptance criteria work within an automated workflow?

Tracking acceptance criteria within an automated workflow validates and updates task dependencies as work progresses, ensuring immediate checkbox updates for completed criteria to maintain a clear progress log.

Can I use specialized skills and domain checks to ensure consistent task state?

Yes, you can integrate optional specialized skills and domain checks to ensure consistent task state, leveraging error handling to support completion and validate the active context workflow.

What is the best way to manage active task status and reduce manual context switching?

The best way to manage active task status and reduce manual context switching is to automate loading specific tasks and keep status and acceptance criteria updated continuously throughout the workflow.

When do I need automated task loading and progress tracking?

You need automated task loading and progress tracking when managing active tasks across the .context directory becomes error-prone and slow, requiring consistent state updates and focus switching.