course-correct

Summarize session attempts and guide non-destructive rewind in harness workflows.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill course-correct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: course-correct
Source: https://github.com/danmestas/wardrobe/tree/main/skills/course-correct
Command: npx skills add https://github.com/danmestas/wardrobe --skill course-correct

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Course-correct helps you capture what was tried and learned during an exploration and provides a clear plan for rewinding your session context without altering git history or the working tree.

Core Features & Use Cases

  • Session summarize: records goals, attempted approaches, outcomes, and key learnings.
  • Non-destructive rewind: guides you to reset context while keeping your files intact.
  • Documentation artifact: generates a replayable summary to share with teammates or future-you.

Quick Start

Run course-correct to generate a summary of your last session and a recommended rewind point.

Frequently Asked Questions about course-correct

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize my session and rewind my workflow without losing files?

To summarize your session and rewind your workflow safely, run course-correct to generate a session-summary file and a recommended rewind point. This preserves your working tree state entirely while resetting your active harness context.

What is a non-destructive rewind in an iterative harness workflow?

A non-destructive rewind resets your exploration context without altering git history or your working tree. It uses a generated session-summary file to capture goals and learnings, allowing you to safely revert your active harness to a previous state.

How do I document what was tried and learned during a coding session?

You document what was tried and learned by generating a replayable summary artifact. This records your attempted approaches, outcomes, and key learnings into a session-summary file that can be shared with teammates or reviewed later.

Can I reset my session context without altering git history?

Yes, you can reset your session context without altering git history. Course-correct guides you through a non-destructive rewind that preserves your working tree state and files intact while reverting the active harness context to a stable point.

When should I use a session summarization tool for experiments going off track?

You should use a session summarization tool when iterative experiments go off track and require quick resets. It captures the goals and outcomes of what was tried, enabling you to safely rewind the session context without losing your working tree progress.