Agent skill · Workflow & Productivity

long-task-continuation

Use when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.

GanyuanRangithub.com/GanyuanRanGitHub ↗
claude-codecodexMIT
Install
npx skills add GanyuanRan/Aegis --skill long-task-continuation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/long-task-continuation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 902 · +79 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Long Task Continuation ## Overview Use this skill to keep long tasks checkpointed, resumable, drift-aware, and evidence-gated. This is a protocol skill. It does not execute plans, dispatch subagents, run tests, or grant completion authority. ## Authority Boundary Current owner: - Method Pack protocol discipline Not owned here: - plan execution - subagent dispatch - host daemon / watchdog / automatic retry - authoritative `GateDecision` - evidence sufficiency final judgment - completion authority ## When To Use Use this skill when any of these are true: - the task has multiple phases or more than one meaningful work slice - the task may be interrupted, compacted, resumed, or handed off - the task uses subagents - the user explicitly asks for long-task continuity, resume safety, or avoiding drift - the task changes architecture, contracts, shared workflows, or verification gates For short direct answers or one-command checks, do not force this protocol. ## Required Artifacts Maintain artifacts under `docs/aegis/work/YYYY-MM-DD-<slug>/`: | Artifact | File | When | |----------|------|------| | TaskIntentDraft | `10-intent.md` and optional `task-intent-draft.json` | Start protocol | |

What's inside
Steps it walks through
  1. Overview
  2. Authority Boundary
  3. When To Use
  4. Required Artifacts
  5. Workspace Helper Protocol
  6. Start Protocol
  7. Per-Slice Protocol
  8. Resume Protocol
  9. Drift Check
  10. Completion Candidate Protocol
  11. Minimal Reporting Shape
Commands it runs
python <aegis-workspace-helper> init --root <target-project-root>
python <aegis-workspace-helper> add-checkpoint --root <target-project-root> --work YYYY-MM-DD-<slug> ...
python <aegis-workspace-helper> add-baseline-usage --root <target-project-root> --work YYYY-MM-DD-<slug> ...
python <aegis-workspace-helper> add-evidence --root <target-project-root> --work YYYY-MM-DD-<slug> ...
python <aegis-workspace-helper> add-drift-check --root <target-project-root> --work YYYY-MM-DD-<slug> ...
python <aegis-workspace-helper> bundle --root <target-project-root> --work YYYY-MM-DD-<slug>
python <aegis-workspace-helper> check --root <target-project-root>
More from Aegis
All skills →
About this skill
What does the long-task-continuation skill do?

Use when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.

How do I install it?

Run `npx skills add GanyuanRan/Aegis --skill long-task-continuation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From GanyuanRan/Aegis, a repository with 902 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going