Best for
- 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
GanyuanRan/Aegis/skills/long-task-continuation/SKILL.md
Use when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.
Decision brief
Use when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/GanyuanRan/Aegis --skill "skills/long-task-continuation"Inspect the Agent Skill "long-task-continuation" from https://github.com/GanyuanRan/Aegis/blob/640f943653fdccd1ffd32cd6e3dda889209bb901/skills/long-task-continuation/SKILL.md at commit 640f943653fdccd1ffd32cd6e3dda889209bb901. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Method Pack protocol discipline
Use this skill when any of these are true:
Maintain artifacts under docs/aegis/work/YYYY-MM-DD-/:
When configured Aegis workspace support or installed Aegis workspace support is available, use it for the target project workspace and lifecycle records:
Before long-task execution:
Permission review
The documentation asks the agent to run terminal commands or scripts.
python <aegis-workspace-helper> init --root <target-project-root>The documentation asks the agent to run terminal commands or scripts.
python <aegis-workspace-helper> new-work --root <target-project-root> --date YYYY-MM-DD --slug <slug> --title "<title>" --requested-outcome "<outcome>" --scope "<scope>" --change-kind <kind>Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 86/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 927 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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.
Current owner:
Not owned here:
GateDecisionUse this skill when any of these are true:
For short direct answers or one-command checks, do not force this protocol.
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 |
| BaselineReadSetHint | 10-intent.md (inline) | Start protocol |
| BaselineUsageDraft | 10-intent.md (inline) and optional baseline-usage-draft.json | Start protocol and when baseline usage changes |
| ImpactStatementDraft | 10-intent.md (inline) | Start protocol |
| TodoCheckpointDraft | 20-checkpoint.md and optional todo-checkpoint-draft.json | Each checkpoint |
| ResumeStateHint | 20-checkpoint.md (inline) | Each pause/handoff |
| DriftCheckDraft | 20-checkpoint.md (inline) and optional drift-check-draft.json | Per-slice protocol |
| EvidenceBundleDraft | 90-evidence.md and optional evidence-bundle-draft.json | Per-slice protocol |
| Reflection | 99-reflection.md | Completion candidate |
For medium+ complexity tasks only. Low-complexity tasks skip work/.
Execution Readiness View may be included inline in 10-intent.md or the
active checkpoint when the workstream is medium/high, subagent-driven,
handoff-prone, long-running, architecture / contract sensitive, or
compatibility / retirement sensitive. It is a human-readable rendering of
existing drafts and the parent plan, not a new JSON artifact type and not
completion authority.
Planless Slice Lane:
Use this lane when a parent plan or parent spec already owns the long-task workstream and the current micro-slice only executes or refines one bounded parent task.
Record a compact Slice Card instead of creating another durable plan/spec:
Slice Card:
- Goal:
- Parent plan/spec:
- Files:
- Boundary:
- Verification:
- Stop:
Slice Card Goal anchors slice-level completeness only.
It does not by itself grant whole-task completion.
Final completion still requires verification-before-completion Goal Closure
against the parent plan/spec and any active goal frame, rendered through the
unified Aegis impact/safety receipt unless audit detail is requested.
Do not create new plan/spec files for micro-slices that stay inside the parent plan, existing compatibility boundary, and known verification path.
Update the existing checkpoint, evidence, and drift records when persistent state is needed.
Escalate out of this lane only when a new owner, contract, schema, public API, architecture boundary, migration, persistence, security/permission, distribution/release surface, or unclear verification boundary appears.
When durable architecture decisions are in scope, these work records are the preferred ADR Auto Backfill source. Preserve ADR signals, source refs, alternatives, compatibility boundaries, drift checks, retirement notes, and baseline-sync questions in the work record instead of relying on memory at completion time.
These are draft / hint / projection inputs. They are not authoritative runtime records.
When configured Aegis workspace support or installed Aegis workspace support is available, use it for the target project workspace and lifecycle records:
Initialize before writing work records:
python <aegis-workspace-helper> init --root <target-project-root>
For a new medium+ task process trail, prefer helper-backed lifecycle creation over hand-created files:
python <aegis-workspace-helper> new-work --root <target-project-root> --date YYYY-MM-DD --slug <slug> --title "<title>" --requested-outcome "<outcome>" --scope "<scope>" --change-kind <kind>
After each slice, update checkpoint, evidence, and drift through the helper:
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> ...
Before pause, handoff, or completion candidate, assemble a structural proof bundle and check the workspace:
python <aegis-workspace-helper> bundle --root <target-project-root> --work YYYY-MM-DD-<slug>
python <aegis-workspace-helper> check --root <target-project-root>
These helper checks validate workspace structure, index coverage, and JSON
sidecar shape only. They do not determine evidence sufficiency, do not produce
authoritative GateDecision, and do not grant completion authority.
Before long-task execution:
Execution Readiness View:
needs-baseline-readback.aegis-workspace.py new-work to
create/index the first docs/aegis/work/ files and run check --root <target-project-root> before continuing.Before each work slice, restate:
Execution Readiness View alignment when one existsFor micro-slices under an existing parent plan, use the Planless Slice Lane and state the Slice Card instead of opening a new planning/specification artifact.
After each work slice, update:
aegis-workspace.py add-checkpoint,
aegis-workspace.py add-baseline-usage, aegis-workspace.py add-evidence, and aegis-workspace.py add-drift-check
when availableWhen patch-shape/ripple triage, an H-class finding, or a bounded compatibility
mitigation fired, a locally green result does not clear that direction. Reuse
checkpoint prose and evidence refs to retain PatchShape, CanonicalOwner,
UpwardDrillSignal, decision, latest outcome, and one bounded evidence ref;
do not copy raw logs or full diffs.
If no fresh evidence exists, the state is needs-verification or partial.
When resuming:
CONTEXT.md language for non-trivial work.Execution Readiness View if present.establishing-project-context for semantic conflict; otherwise pause or
return to planning.systematic-debugging; a new
carrier name alone does not prove a new direction.Never resume from memory alone.
Answer these after each slice:
Execution Readiness View exists, does the active slice still match
its intent lock, scope fence, baseline lock, compatibility boundary,
retirement boundary, test obligations, and review gates?Allowed decisions:
continuepause-for-userneeds-baseline-readbackneeds-verificationblockedForbidden decisions:
gate-passedcompletion-grantedauthoritatively-safeBefore saying work is complete:
python <aegis-workspace-helper> bundle --root <target-project-root> --work YYYY-MM-DD-<slug> if the helper is available and a work record
exists.python <aegis-workspace-helper> check --root <target-project-root>
if the helper is available and the task wrote docs/aegis/ records.GateInputPack as future-runtime input only.Method Pack output is verified evidence and advisory judgment only. It is not authoritative completion.
Use this shape for long-task updates:
Aegis Visibility: why checkpoint, resume, drift, handoff, or parent-plan
discipline is shaping the next stepTodoCheckpointDraft: current todo, completed todos, active slice, next stepBaselineUsageDraft: required refs, acknowledged refs, cited refs, missing refs, decisionExecution Readiness View: present | absent | refreshed | stale, and the
alignment signal when presentEvidence: commands, files, logs, or manual checksDriftCheckDraft: scope, compatibility, retirement, decisionRisk / Unknown: unresolved blockers or missing evidenceNext: the next smallest safe action