Craft Cycle Complete banner
drobins25 drobins25

Craft Cycle Complete

Development community

Description

--- name: cycle-complete description: "Complete a cycle. Triggers reflection if pending learnings, then archives." --- # Cycle Complete Complete and archive a cycle. Ensures learnings are reflected before archiving. ## When to Use - All stories in the cycle are complete - User explicitly ends cycle early - Cycle has been abandoned and needs archival ## Flow ### Step 1: Verify Cycle State Set `cycle_dir` to `.craft/cycles/${ACTIVE_CYCLE}`. Use **Grep** with pattern `^status: complete`, pa

Installation

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

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

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

Full documentation available on GitHub

View Source Repository