Agent skill
10-session-new-150
[10] NEW. Start a NEW session for this project. Use when beginning a fresh task to load AGENTS.md, MEMORY.md, core project context (README), then create a NEW session log and confirm readiness.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/10-session-new-150
SKILL.md
New-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.
-
Read core project context files (if present):
README.mdfor project overview and commands.
-
Auto-Detect & Create Session (CRITICAL):
- If the user's intent is a clear NEW task (e.g., "fix bug X", "implement feature Y", "investigate Z"):
- IMMEDIATELY generate a descriptive
session_name(e.g.,fix-time-picker-bug). - IMMEDIATELY create the file
.sessions/SESSION_[date]-[name].md. - DO NOT ASK for permission to create the session. Just do it.
- IMMEDIATELY generate a descriptive
- Ambiguity Check: Only ask the user "New or Continue?" if the request implies continuity with the immediate prior context (e.g., "continue", "next step") and you are unsure.
- If the user's intent is a clear NEW task (e.g., "fix bug X", "implement feature Y", "investigate Z"):
-
Initialize the Session Log:
- Insert structure:
## Meta,## Progress Log,## Investigations,## Decisions,## Next Steps. - Log the initial User Request.
- Insert structure:
-
Summarize in 5-8 bullets:
- Most relevant protocols that will affect the upcoming work.
- Any active lessons or warnings.
- Key project constraints (tests, tools, conventions).
-
present the Plan & Session:
- State "Created session:
[session_filename]". - Propose the plan for the task.
- Ask for confirmation on the Plan, not the session creation.
- State "Created session:
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?