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: 91/100
Skill Content
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
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.
long-running-tasks
Manage long-running commands and multi-step work in Codex. Use when a task may exceed normal turn time, needs a dev server, watcher, training run, crawl, benchmark, or repeated polling.