From fab
Resume work from a previous session — load context, read handoffs, pick up where you left off.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fab:continueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resumes work from a previous session by loading context, reading pending handoffs, and identifying the next task to work on.
/fab:continue — Session ResumeResumes work from a previous session by loading context, reading pending handoffs, and identifying the next task to work on.
td usage --new-session — loads open issues, recent activity, pending handoffstd critical-path — identify unblocked work and bottleneckstd start <id> — MANDATORY before any implementationAfter starting, follow the standard work loop:
td log "what was done" with appropriate flags (--decision, --tried, --result)td review <id> when completetd critical-path → pick next task → td start <id> → repeatEvery agent MUST run td start <id> BEFORE starting any implementation work. This is the lock that prevents multiple agents from colliding on the same task. No exceptions.
See references/coordination-rules.md for full coordination rules, conflict avoidance, and multi-agent safety.
npx claudepluginhub krayzpipes/claude-plugins --plugin fabRestores context, todos, and work state from a previous session that hit the context threshold. Reads handoff files to continue work seamlessly.
Resumes prior AI coding-agent work by reconstructing context from transcripts, chat logs, or session summaries before continuing from the actual stopping point.
Selects and implements the next task or session from a task list. Use when continuing work, picking the next task, or implementing tasks in priority order.