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 devflowRoutes 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.
Loads and applies project memories from prior sessions for consistent decisions, conventions, and preferences. Stores new entries automatically or via /remember.
Checks memory before code exploration when answering questions about code, architecture, or patterns. Saves time by recalling past knowledge.