From claude-workspace
Look back on completed or in-progress work, a decision, or a stretch of effort and extract what actually happened and what to genuinely learn. Use for retrospectives, post-mortems, "what went wrong / what went right", reviewing a finished project, or when the user wants to think clearly about a past experience instead of rationalizing it. Reconstructs events without spin, builds a structured retrospective, then adversarially challenges the comfortable narrative before distilling concrete changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-workspace:reflectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A four-phase process for learning from experience without lying to yourself about it. The enemy of a
A four-phase process for learning from experience without lying to yourself about it. The enemy of a good reflection is the convenient story — the tidy narrative that protects the ego, blames the weather, or credits luck as skill. This process is built to defeat that. Work the phases in order; Phase 1 before judgment, Phase 3 before conclusions are the load-bearing rules.
Get the events on the table before anyone evaluates them. Judgment too early contaminates the facts. Ask the user to walk through what happened, then probe with specific questions — batched, not one at a time:
Hold back evaluation here. If the user jumps to "I should have…", note it but steer back to facts first. Reflect the reconstruction back and confirm it's accurate before analyzing.
Now make sense of it. Structure the retro; cover:
Attack the analysis. The story so far is probably too kind, too tidy, or both. Push hard on:
Name the strongest 2–4 challenges directly. Revise the analysis where they land. The goal isn't self-flagellation — it's an account accurate enough to actually learn from.
Turn the honest analysis into something that changes future behavior:
Deliver the retrospective and offer to save it to a markdown file in the current working directory
(e.g. retro-<slug>.md). Keep the final artifact focused on the lessons and changes — that's what
gets reread later.
npx claudepluginhub matthb1/claude-workspace --plugin claude-workspaceGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.