Show HN: Workflow Snapshot and Replay – Capture and replay your VS Code sessions1 points·by ArslantasM·10 tháng trước·0 commentsI built a small extension for VS Code and Cursor: Workflow Snapshot & Replay .It records your coding session step by step and generates a Markdown “Workflow Report” at the end. Key features:Tracks code edits, terminal commands, and file operationsProduces a shareable .md session logLets you replay the same steps in another projectPotential use cases include:Teaching & tutorials (students can follow each step)Debugging (trace what was done during an investigation)Auditing & code reviews (see who changed what, and when)Marketplace link: Workflow Snapshot & Replay .I’d love feedback on whether this could be useful in your workflow, and what other scenarios or features you’d find valuable.0 commentsPost comment—
It records your coding session step by step and generates a Markdown “Workflow Report” at the end. Key features:
Tracks code edits, terminal commands, and file operations
Produces a shareable .md session log
Lets you replay the same steps in another project
Potential use cases include:
Teaching & tutorials (students can follow each step)
Debugging (trace what was done during an investigation)
Auditing & code reviews (see who changed what, and when)
Marketplace link: Workflow Snapshot & Replay .
I’d love feedback on whether this could be useful in your workflow, and what other scenarios or features you’d find valuable.