From assistant
Write a session handover file to the ticket output folder so future AI sessions can resume with full context
How this skill is triggered — by the user, by Claude, or both
Slash command
/assistant:save-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a session summary to `[TICKET_ID]_context.md` in the ticket's output folder at the end of every command. This file is the handover record — a future AI session should be able to open it and understand exactly where things stand.
Write a session summary to [TICKET_ID]_context.md in the ticket's output folder at the end of every command. This file is the handover record — a future AI session should be able to open it and understand exactly where things stand.
[CLIENTS_ROOT] (set by the calling skill's mount guard step)TICKET_ID (e.g. TCTRAT-1252 → TCTRAT)[OUTPUT_ROOT]\[CLIENT_PREFIX]\[TICKET_ID] - [CHANGE_TITLE]\[TICKET_ID]_context.md/discuss session with no prior quote), create it — use the ticket title from TRS as CHANGE_TITLE.Session YYYY-MM-DD (2), Session YYYY-MM-DD (3), etc.Write exactly this structure for each session:
## Session YYYY-MM-DD — [Session Type]
### Ticket summary
[One-line description of what this ticket is about]
### Research & references
- [Links, SAP notes, documentation, external resources consulted — or "None" if not applicable]
### Attempts & debug trials
- [What was tried, what failed, what was ruled out — or "None" if not applicable]
### Decisions made
- [Agreed scope, approach, pricing, content changes]
### Open items / TBCs
- [Unresolved questions, pending information needed — or "None"]
### Next steps
- [What remains to be done on this ticket]
| Type | When to use |
|---|---|
Quote | This session produced or updated a formal quote document |
FTSD | This session produced or updated a functional/technical specification document |
UTD | This session produced or updated a unit test document |
Amendment | This session amended an existing quote with tracked changes |
Discussion | Scoping or feasibility discussion — no technical investigation, no document produced |
Investigation | Active debugging, root-cause analysis, or technical research — even if no change resulted |
When in doubt between Discussion and Investigation: if you looked at system configuration, tested something, or analysed technical detail, use Investigation.
- None rather than omitting the heading.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub leomleao/tct-cowork-plugin --plugin assistant