From devflow
Recall relevant memories from Hindsight before starting a task. Injects past learnings, decisions, and context into the current session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devflow:recall-before-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are about to start a task. Before doing anything else, recall relevant memories so you have full context.
You are about to start a task. Before doing anything else, recall relevant memories so you have full context.
Parse the task description from the arguments below. Identify the key topics, technologies, file paths, and domain concepts mentioned.
Recall memories using the Hindsight tools. Make multiple recall calls to cover different aspects:
recall tool with the full task description as the query.Synthesize retrieved memories into a brief context block. Organize by relevance:
Present the context to the user in a concise summary before proceeding with the task. Format:
## Recalled Context for This Task
**Hard Rules:**
- [rule]
**Relevant Patterns:**
- [pattern]
**Gotchas:**
- [gotcha]
**Related Decisions:**
- [decision]
Ask the user if they want to proceed with the task now, or if there's additional context to consider.
$ARGUMENTS
npx claudepluginhub andrejorgelopes/devflow --plugin devflowSearches and injects relevant memories into context before starting work on a task. Use when beginning a new task, switching context, or when project history, past decisions, or coding conventions need to be loaded.
Routes recall intents (e.g., "思い出して", "resume", "続き") to the correct memory path: resume pack, decisions/patterns, checkpoint-bridge, session list, or keyword search. Useful for resuming work or retrieving past context.
Searches memini memory service for prior context, decisions, or facts relevant to the current task. Use before file edits, architectural changes, or debugging recurring issues.