tasks-load

Load task JSON files from project session directories into Claude Code.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill tasks-load
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks-load
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa/skills/tasks-load
Command: npx skills add https://github.com/CodySwannGT/lisa --skill tasks-load

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of bringing existing project tasks into your current Claude Code session, ensuring continuity and organization.

Core Features & Use Cases

  • Task Loading: Reads task definitions from specified project directories.
  • Session Persistence: Preserves task history across sessions by organizing tasks within session-specific subdirectories.
  • Active Project Sync: Sets the current project context, ensuring new tasks are automatically associated with the correct project.
  • Use Case: After cloning a project or switching contexts, use this Skill to load all previously defined tasks, allowing you to pick up exactly where you left off.

Quick Start

Use the tasks-load skill to load tasks from the 'my-project' directory.

Frequently Asked Questions about tasks-load

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

FAQPage Schema
How do I load existing project tasks into a new Claude Code session?

To load project tasks into a new Claude Code session, the Skill reads task JSON files from session subdirectories within a specified project directory, recreates them in the current session, and sets the active project marker for synchronization.

What is session management for project tasks and when do I need it?

Session management for project tasks preserves task history across sessions by organizing task definitions within session-specific subdirectories. You need it after cloning a project or switching contexts to pick up exactly where you left off.

Can I restore task history across different sessions using JSON files?

Yes, you can restore task history across different sessions. The Skill reads task JSON files stored in session subdirectories and uses TaskCreate and TaskUpdate tools to recreate them in the active project context.

How do I set the active project marker for task synchronization?

The active project marker is set automatically during the task loading process. Once tasks are loaded from the specified project directory, the marker ensures new tasks are automatically associated with the correct project context.

What's the best way to switch project contexts without losing task organization?

The best way to switch project contexts without losing task organization is to load tasks from the target project directory. This validates project existence, lists available sessions, and recreates the task definitions in your current session.

Do I need existing task JSON files to use this project loading workflow?

Yes, you need existing task JSON files stored in session subdirectories within the target project directory. The Skill requires validation of project existence and reads these files to recreate tasks via TaskCreate and TaskUpdate tools.