Branch Complete
Summarize your findings from a branch session so they can be merged back to the main session.
When to Use
Use this skill when you've completed experimentation in a branch session and want to:
- •Document what was tried
- •Record what worked and what didn't
- •Capture key learnings for the main session
- •Prepare findings for merge
Workflow
- •Review what was attempted during this branch session
- •Identify successful approaches
- •Document failed approaches and why they failed
- •Extract key learnings about the system/problem
- •Summarize next steps or recommendations
Output Format
Provide a structured summary using this format:
markdown
## Branch Session Summary ### What was attempted 1. [Approach 1] - [Result: worked/didn't work] 2. [Approach 2] - [Result: worked/didn't work] ... ### What worked - [Successful approach with details] - [Key that made it work] ### What didn't work (and why) - [Failed approach]: [Reason it failed] - [Failed approach]: [Reason it failed] ### Key learnings - [Important discovery about the system] - [Insight about the problem space] - [Technical finding to remember] ### Recommendation [Brief recommendation for the main session on how to proceed] ### Merge decision [Suggest: MERGE (if solution found) or DISCARD (if no solution)]
Notes
- •Be concise but thorough
- •Focus on actionable insights
- •Include specific details that will help the main session
- •If a solution was found, explain clearly how to implement it