From assistant
Write a session handover file to the ticket output folder so future AI sessions can resume with full context
npx claudepluginhub leomleao/tct-cowork-plugin --plugin assistantThis skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.