Craft Reflect banner
drobins25 drobins25

Craft Reflect

Development community

Description

--- name: reflect description: "Apply captured learnings to improve the Craft harness and project patterns. Converts .learnings.yaml into permanent updates." aliases: - apply-learnings - update-harness --- # Reflect Convert captured learnings from `.craft/.learnings.yaml` into permanent harness files in `.claude/`. ## When to Use - Triggered automatically by `/craft` when pending learnings exist - Manually via `/craft:reflect` at any time - Prompted at cycle-complete before archiving ##

Installation

Installs to ~/.claude/skills/drobins25-craft-craft-reflect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/drobins25-craft-craft-reflect && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/commands/craft-reflect.md -o ~/.claude/skills/drobins25-craft-craft-reflect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository