trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Resume work from handoff document with context analysis and validation
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill resume_handoff --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/resume_handoffContext preview
The summary Claude sees to decide when to auto-load this skill.
Resume work from handoff document with context analysis and validation
name: resume-handoff description: Resume work from handoff document with context analysis and validation
You are tasked with resuming work from a handoff document through an interactive process. These handoffs contain critical context, learnings, and next steps from previous work sessions that need to be understood and continued.
When this command is invoked:
1. **If the path to a handoff document was provided**:
2. **If a ticket number (like ENG-XXXX) was provided**:
3. **If no parameters provided**, respond with:
I'll help you resume work from a handoff document. Let me find the available handoffs. Which handoff would you like to resume from? Tip: You can invoke this command directly with a handoff path: `/resume_handoff `thoughts/shared/handoffs/ENG-XXXX/YYYY-MM-DD_HH-MM-SS_ENG-XXXX_description.md` or using a ticket number to resume from the most recent handoff for that ticket: `/resume_handoff ENG-XXXX`
Then wait for the user's input.
1. **Read handoff document completely**:
2. **Spawn focused research tasks**: Based on the handoff content, spawn parallel research tasks to verify current state:
Task 1 - Gather artifact context: Read all artifacts mentioned in the handoff. 1. Read feature documents listed in "Artifacts" 2. Read implementation plans referenced 3. Read any research documents mentioned 4. Extract key requirements and decisions Use tools: Read Return: Summary of artifact contents and key decisions
3. **Wait for ALL sub-tasks to complete** before proceeding
4. **Read critical files identified**:
1. **Present comprehensive analysis**:
I've analyzed the handoff from [date] by [researcher]. Here's the current situation: **Original Tasks:** - [Task 1]: [Status from handoff] → [Current verification] - [Task 2]: [Status from handoff] → [Current verification] **Key Learnings Validated:** - [Learning with file:line reference] - [Still valid/Changed] - [Pattern discovered] - [Still applicable/Modified] **Recent Changes Status:** - [Change 1] - [Verified present/Missing/Modified] - [Change 2] - [Verified present/Missing/Modified] **Artifacts Reviewed:** - [Document 1]: [Key takeaway] - [Document 2]: [Key takeaway] **Recommended Next Actions:** Based on the handoff's action items and current state: 1. [Most logical next step based on handoff] 2. [Second priority action] 3. [Additional tasks discovered] **Potential Issues Identified:** - [Any conflicts or regressions found] - [Missing dependencies or broken code] Shall I proceed with [recommended action 1], or would you like to adjust the approach?
2. **Get confirmation** before proceeding
1. **Use TodoWrite to create task list**:
2. **Present the plan**:
I've created a task list based on the handoff and current analysis: [Show todo list] Ready to begin with the first task: [task description]?
**CRITICAL: Do NOT implement directly. Always spawn via Task tool.**
1. **Analyze task type and select specialist agent**:
**Leads (can spawn workers):** | Agent | Domain | Use For | |-------|--------|---------| | `kraken` | implement | Large features, new systems, major components | | `architect` | plan | Feature design, system architecture,
A persistent, learning, multi-agent development environment built on Claude Code Continuous Claude transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting
Repo: parcadei/Continuous-Claude-v3
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Guide for integrating Agentica SDK with Claude Code CLI proxy
Reference guide for Agentica multi-agent infrastructure APIs