craft-analyze
Post-cycle analysis — QA, UX, Creative, and Style audits using MCP browser tools.
Move a story from a cycle back to the backlog.
> /plugin marketplace add drobins25/craft > /plugin install craft@craft
How it fires
How this command gets triggered: by you, by Claude, or both.
/craft-story-archiveContext preview
What this command does when you run it.
Move a story from a cycle back to the backlog.
name: story-archive description: "Move a story from a cycle back to the backlog." argument-hint: "[story-name]" aliases: - story-backlog - story-unassign
Move a story out of a cycle and back to the backlog. Use when a story isn't ready, got deprioritized, or needs more design work.
If no story specified, show stories in active cycle:
Use **Glob** with pattern `.craft/cycles/${ACTIVE_CYCLE}/stories/*.md` to list stories in the active cycle.
> "Which story do you want to archive to backlog?" > > **In Cycle:** > - [Story 1] — ready, 4 chunks > - [Story 2] — active, chunk 2/3 > - [Story 3] — ready, 2 chunks
Use **AskUserQuestion**:
question: "Which story?" header: "Archive" options: - label: "[Story 1]" - label: "[Story 2]" - label: "[Story 3]"
> "Archive **[Story Name]** to backlog?" > > This will: > - Remove it from cycle [X] > - Reset status to `ready` > - Preserve all chunks and decisions
Use **AskUserQuestion**:
question: "Confirm archive?"
options:
- label: "Yes, archive it"
description: "Move to backlog, can reassign later"
- label: "Cancel"
description: "Keep in cycle"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/move-story.sh ".craft/cycles/[cycle]/stories/[story].md" backlog> "**[Story Name]** archived to backlog. > > It's at `.craft/backlog/[story-name].md` — reassign anytime with `/craft:cycle-assign`."
/craft:story-archive [story-name]
Skips selection if story name provided.
Stop Vibing. Start Crafting. A Claude Code plugin that acts as an intelligent harness for your development workflow: your codebase is read-only by default, every change passes through a Write Gate as planned and approved work, and craft tracks your project's
Repo: drobins25/craft
Post-cycle analysis — QA, UX, Creative, and Style audits using MCP browser tools.
Consult a craft agent. Routes your question to the best mind in the workshop - not a menu, a recommendation.
Agent crystallization command. Studies a tool, role, or person and produces a portable 9-section agent that inhabits the domain - with beliefs, scar tissue,…
Complete a cycle. Triggers reflection if pending learnings, then archives.
Design a cycle — create new cycles with planned stories, detail existing planning cycles, or quick-sketch a roadmap. Detects planning docs in .craft/planning/…