plan-task skillA
plan-task is agent-read markdown (skill) from levnas/ccmemo: Persist multi-step plans and task progress across Claude Code sessions. Use when starting work that may span multiple sessions, resuming incomplete plans, or updating task progress. Supports two modes: Git-tracked (shared via commits) and Issue-centric (issue tracker as primary source of truth, local scratchpad for sessions)..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Plan & Task Persistence
## Goal
Maintain plans and task progress across Claude Code sessions so that work can be resumed without losing context.
## Execution
Delegate the plan/task work to a Sonnet subagent to minimize main context consumption.
1. Determine the operation mode from user input or session context
2. Prepare structured input fields for the subagent
3. Spawn a subagent with the following configuration:
```
Agent(
subagent_type: "general-purpose",
model: "sonnet",
description: "plan and task management",
prompt: |
You are a plan and task management agent. Read the procedure file and follow it precisely.
## Operation
{mode}
## Input
### what(事実)
{what}
### why(判断理由)
{why}
### context(背景情報)
{context}
### tags_hint(推奨タグ)
{tags_hint}
## Instructions
1. Read the procedure file at: {plugin_root}/skills/plan-task/procedure.md
2. Execute the procedure section matching the operation mode: {mode}
3. The project root is: {project_root}
4. The tasks directory is: {project_root}/.claude/tasks/
5. For setup, asset files are at: {plugin_root}/skills/plan-task/assets/
…Read the whole file at its exact version.
How to install
mdr add levnas/ccmemo/plan-task@git:20260405.465b784mdr add levnas/ccmemo/plan-task@sha256:5421fee5dce6c07ePin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_eq7qfl6juqjvf7kh)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260405.465b784 latest | 2026-04-05 | 465b784 | 3,541 B | A | view · diff |
| git:20260331.02c96cb | 2026-03-31 | 02c96cb | 13,569 B | A | view · diff |
| git:20260328.77c6154 | 2026-03-28 | 77c6154 | 11,439 B | A | view · diff |
| git:20260328.a1c860d | 2026-03-28 | a1c860d | 10,984 B | A | view · diff |
| git:20260316.8ba6784 | 2026-03-16 | 8ba6784 | 7,110 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3541 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
levnas/ccmemo · 4 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_eq7qfl6juqjvf7kh GET https://markdownregistry.com/api/v1/resolve?ref=levnas/ccmemo/plan-task GET https://markdownregistry.com/api/v1/blob/5421fee5dce6c07e6f46eb1211890e4f2b14a0bd24ad15872b72a232f917283f
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.