Agent skill
11-continue-session-150
[11] CONTINUE. Resume an existing session. Use when continuing previous work to load AGENTS.md, MEMORY.md, and the chosen session log, then confirm readiness.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/11-continue-session-150
SKILL.md
Continue-Session 150 Protocol
Primary workflow
-
Read
AGENTS.mdin the repo root. -
Read
MEMORY.mdin the repo root.- Load Long-Term Memory protocols first.
- Check Lessons (Inbox) and Short-Term for active items.
- Session State is deprecated; do not use or update it.
-
Select the session log in
.sessions/SESSION_[session_name].md.- Prefer explicit
session_namefrom the user. - If not provided, choose the most recently modified log.
- If no logs exist, switch to
10-new-session-150and create a new session.
- Prefer explicit
-
Read the selected session log.
- Identify current state, open questions, and next steps.
-
Summarize in 5-8 bullets:
- Most relevant protocols that will affect the upcoming work.
- Active lessons or warnings.
- The session log’s current status and next action.
-
Ask for confirmation before making changes:
- Confirm the selected session log name.
- Confirm the planned next steps.
Notes
- If any file is missing, state it briefly and proceed with what is available.
- Keep the summary concise; focus on constraints that change behavior.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?