Loads the most recent chain link to continue work from a previous session.
Loads the most recent chain link to continue work from a previous session.
/plugin marketplace add DeevsDeevs/agent-system/plugin install chain-system@deevs-agent-systemLoads the most recent chain link to continue work from a previous session.
Chain name: $ARGUMENTS
If no chain name provided, ask the user which chain to load (suggest using /chain-list).
ls .claude/chains/[chain-name]/*.md 2>/dev/null | sort -r | head -1
If no result, inform user chain doesn't exist and suggest /chain-list.
Read the file fully - this is your working context
List the 5 most recent links:
ls .claude/chains/[chain-name]/*.md 2>/dev/null | sort -r | head -5
Detect Insufficiency - check for gaps requiring user input:
If ANY gap detected: STOP. Interview user. No interpolation or assumptions.
Show the user:
If gaps flagged, clarify before proceeding. Otherwise ask about loading additional links
Note: Fully internalize the loaded content - it's your working context. Only show the user a brief summary.