stop

End sessions by triaging decisions into categories and writing next.md and decisions.md files.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/danhannah94/claymore-plugins --skill stop-danhannah94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stop
Source: https://github.com/danhannah94/claymore-plugins/tree/main/lean/skills/stop
Command: npx skills add https://github.com/danhannah94/claymore-plugins --skill stop-danhannah94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End a session cleanly by triaging decisions (active → decisions.md, settled → Foundry, demonstrated → prune) and writing next.md for the next session to pick up cold. Use at the end of every session. Accepts an optional project slug (e.g., /stop quoteai) to scope handoff to a specific project directory.

Core Features & Use Cases

  • Triages decisions from the current session and updates decisions.md accordingly.
  • Writes next.md to provide a bridge for the next AI session, scoped to project or workspace as needed.
  • Supports project-scoped handoffs by creating scoped directories when needed.

Quick Start

Invoke /stop to end the current session, triage decisions, and write next.md and decisions.md in the appropriate workspace or project directory.

Frequently Asked Questions about stop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I end an AI workflow session cleanly with a context handoff?

To end a session cleanly, triage active and settled decisions, then generate a next.md handoff file. This ensures the next session can pick up cold with full context awareness.

Can I scope a session handoff to a specific project directory?

Yes, you can scope a session handoff to a specific project directory by providing an optional project slug. This writes next.md and decisions.md directly to that project's workspace.

What's the best way to triage decisions at the end of a coding session?

Triage decisions by routing active items to decisions.md, settling them in Foundry, and pruning demonstrated outcomes. This categorizes session choices for future reference.

How do I write a next session handoff file for an AI agent?

Generate a next.md handoff file to bridge sessions, summarizing current project scope and context. This allows the next AI session to resume work immediately.

Does this session wrap-up process work for cross-project workflows?

Yes, the session wrap-up process applies to both project-scoped and cross-project workflows. It coordinates decision triage and writes scoped files to the appropriate workspace directory.