
List and load saved context snapshots from previous sessions. Use at the start of a session to pick up where you left off, or to review what was happening in a past session.
Manage the autonomous coding harness — initialize tasks, check progress, or generate a feature list for long-running work.
Scaffold a complete new Mega Knights item. Creates all required files: BP item JSON, item_texture.json registration, and lang entries in both packs. Use when the user wants to add a new tool, scroll, token, or other custom item to the add-on.
Save a snapshot of the current working context (what you're doing, key decisions, open questions) to a file that can be loaded in a future session. Use before long breaks, when context is getting large, or before /clear.
Write and run tests for changed or specified code. Use when the user says /qa, asks for tests, or wants to validate recent changes. Runs the QA agent in a forked context.
Capture learnings from the current session and update CLAUDE.md and MEMORY.md. Use after significant work sessions, architectural decisions, or when new patterns/conventions are established.
Scaffold a complete new Mega Knights entity. Creates all required files: BP behavior JSON, RP client entity JSON, lang entries in both packs, and optionally spawn rules for naturally-spawning enemies. Use when the user wants to add a new ally or enemy entity to the add-on.