long-task-continuation
FeaturedUse when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
long-horizon-recovery
Keep substantial multi-session Agentit work resumable using private local state, compact checkpoints, and a fresh task decision when a new execution session resumes.
goal-handoff-persistence
Use when a task is long-running, multi-stage, likely to hit context compacting, needs resume or handoff across sessions, or would suffer from lost context. Applies to large coding projects, debugging, system repair, research, long learning tasks, writing projects, architecture work, and other durable goals. Maintains bounded goal.md and handoff.md external memory with archive rotation for oversized history.
cross-harness-continuation
Use when work moves between Claude Code and Codex, a session resumes from a handoff, or an agent may rewrite an existing implementation. Loads the shared CONTINUITY.json contract, preserves accepted decisions, checks Git baseline and scope, and requires explicit replan mode for intentional redesign. Do NOT use for fresh work with no prior agent's decisions to preserve, for a single-harness session that no one else is continuing, or as a general handoff-writing helper (see the session-handoff rule); this skill governs the contract between agents, not the notes one agent leaves itself.