This skill should be used when the user asks to "resume work", "continue where we left off", "what were we working on", "pick up from last session", or starts a session wanting context from previous work.
Retrieves previous session context to seamlessly continue work from where you left off.
/plugin marketplace add astrosteveo/engram/plugin install engram@astrosteveo-marketplaceThis skill is limited to using the following tools:
Retrieve context from previous sessions to seamlessly continue work.
Call memory_resume to get comprehensive session state:
mcp__plugin_engram-mcp_engram__memory_resume
This returns:
Search for in-progress work:
ls -la .artifacts/*/progress.md 2>/dev/null
If artifacts exist, read the most recent progress.md to understand:
If more context needed:
mcp__plugin_engram-mcp_engram__memory_timeline
today_only: false
days: 3
This shows:
If user mentions a specific topic, search for it:
mcp__plugin_engram-mcp_engram__memory_search
query: "{topic from user}"
n_results: 5
Structure the resume context clearly:
## Previous Session Context
### Last Active Work
{What was being worked on}
### Current State
- **Phase/Status:** {where things stand}
- **Open Items:** {todos or incomplete tasks}
- **Last Action:** {what was done most recently}
### Key Context
{Relevant decisions, constraints, or information}
### Suggested Next Steps
1. {Most logical next action}
2. {Alternative if needed}
---
Ready to continue. What would you like to focus on?
If .artifacts/{slug}/progress.md exists with incomplete checklist:
Example output:
**Resuming: dark-mode-toggle**
Status: Implementation phase (5/8 complete)
- [x] Discovery, Explore, Requirements, Design, Implement
- [ ] Review, Testing, Summary
Last action: Implemented theme toggle component
Suggest: Continue to code review phase. Run `/harness:feature "dark mode toggle"` to proceed.
If no artifacts found but memory exists:
Example output:
No active feature workflows found.
**Recent work:**
- 3 days ago: Fixed authentication bug
- 5 days ago: Refactored API error handling
**Recent decisions:**
- Selected JWT over sessions for auth (2 days ago)
What would you like to work on today?
If no engram memory exists:
This appears to be a fresh project with no previous session context.
The `.engram/` directory will be created automatically as you work.
What would you like to start with?
Resume context is assembled from:
| Source | Contains |
|---|---|
.engram/state.json | Todos, active files, last phase |
| ChromaDB index | Past exchanges, tool uses |
| Insight index | Decisions and lessons |
.artifacts/ | Feature workflow progress |
| Git history | Recent commits, changes |
/resume at the start of any session after a breakThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.