plan-task

Persist multi-step plans and task progress across coding sessions.

3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/LevNas/ccmemo --skill plan-task-levnas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-task
Source: https://github.com/LevNas/ccmemo/tree/main/skills/plan-task
Command: npx skills add https://github.com/LevNas/ccmemo --skill plan-task-levnas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill ensures that your multi-step plans and task progress are saved and can be resumed across different coding sessions, preventing loss of context and effort.

Core Features & Use Cases

  • Session Persistence: Saves plans and task status so you can pick up exactly where you left off.
  • Two Modes: Supports Git-tracked mode for shared plans or Issue-centric mode for integration with issue trackers.
  • Use Case: When starting a complex feature development that will take several days, use this Skill to maintain the plan, track progress, and ensure seamless handoffs between sessions.

Quick Start

Use the plan-task skill to start a new plan for the 'user authentication refactor' task.

Frequently Asked Questions about plan-task

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

FAQPage Schema
How do I persist task progress and multi-step plans across coding sessions?

To persist task progress across coding sessions, you need a session management tool that saves plan revisions and task checklists. This approach prevents context loss by managing session context files for seamless work resumption.

What is the best way to track complex feature development plans over several days?

Tracking multi-day feature development requires saving your plan and task status to enable seamless handoffs between sessions. You can use a task management workflow that maintains the plan and tracks progress until completion.

Can I use git-tracked workflows for shared plans and issue-centric workflows for team visibility?

Yes, you can use both Git-tracked mode for shared plans and Issue-centric mode for issue tracker integration. These two workflow modes support team visibility and coordination while managing your task checklists.

How do I resume a coding task exactly where I left off after closing my session?

To resume a coding task exactly where you left off, use session persistence to save your plan revisions and task status. This allows you to pick up your work seamlessly without losing context or effort.

Do I need an issue tracker to manage task checklists and plan revisions?

No, you do not need an issue tracker to manage task checklists and plan revisions. You can use Git-tracked mode for shared plans instead of Issue-centric mode if issue tracker integration is not required.