Craft Cycle Assign banner
drobins25 drobins25

Craft Cycle Assign

Development community

Description

--- name: cycle-assign description: "Move a story from backlog to a cycle." --- # Cycle Assign Assign stories from the backlog to a cycle. ## Status Guard Before assigning, **validate story has chunks**: | Check | Action if Failed | |-------|------------------| | Has chunks? | BLOCK: "Story needs planning" → offer path choice | | Status = `ready`? | OK (backlog stories should be `ready`) | Use **AskUserQuestion** if story isn't ready: ``` question: "This story doesn't have chunks yet. How

Installation

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

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

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

Full documentation available on GitHub

View Source Repository