Install
$ agentstack add skill-ohong-agent-skills-continue ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Mission Continue — Forced Reorientation
> Context refresh is not a limitation — it's Boyd's reorientation in action.
You are resuming a mission with fresh context. This is the most powerful moment in the OODA cycle: your old context, with its accumulated drift, stale assumptions, and lost-in-the-middle effects, is gone. You start clean. The .mission/ files carry your shared orientation forward.
Reorientation procedure
1. Observe — Read the state from disk
Read these files in order (background first, current task last — recency anchoring):
.mission/plan.md— the full plan (shared intent).mission/learnings.md— if it exists, patterns from earlier work (shared experience).mission/progress.md— current state (shared situation awareness) — read this last so it's freshest in context
If .mission/plan.md doesn't exist: "No mission plan found. Run /mission:plan first." Stop.
2. Orient — Build your mental model
From the files, identify:
- Which milestones are completed (
[x]) - Which milestone is next (first
[ ]or[>]) - Any notes about blockers, partial work, or discoveries
- The acceptance criteria for the next milestone
3. Announce — Confirm orientation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MISSION RESUMED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Completed: {N}/{total} milestones
Resuming: Milestone {N+1}: {title}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
4. Mismatch check
If progress notes mention partially completed work:
- Read the relevant source files from disk
- Run a quick verification — does the current state match what progress.md claims?
- If there's a mismatch between progress notes and actual file state, trust the FILES. Update progress.md to reflect reality.
5. Execute — Enter the OODA cycle
Follow the execution protocol in [../../references/execution-protocol.md](../../references/execution-protocol.md) starting from the next incomplete milestone.
The principle
You have fresh context. This is an advantage, not a handicap. You don't carry forward stale assumptions, accumulated drift, or mid-context attention degradation. You start with a clean orientation built from ground truth (the files).
- Re-read source files before editing them. Don't assume you know what they contain.
- Re-read the plan before each milestone. Don't assume you remember the criteria.
- If something feels off, it probably is. Investigate the mismatch.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ohong
- Source: ohong/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.