Cycle banner
databayt databayt

Cycle

Development community

Description

--- description: Execute continuous development cycle for an epic --- # Cycle Command - Story Execution Launch orchestrated development loop to implement all stories in an epic continuously. ## Usage ```bash /cycle [epic-id] ``` ## Process 1. **Load Epic**: Get all stories from the epic 2. **Order by Dependencies**: Topological sort for execution order 3. **For Each Story**: - Update status to IN_PROGRESS - Write tests first (TDD - RED) - Implement solution (GREEN) - Refactor c

Installation

Installs to ~/.claude/commands/databayt-hogwarts-cycle.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/databayt/hogwarts/HEAD/.claude/commands/cycle.md -o ~/.claude/commands/databayt-hogwarts-cycle.md

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

Full documentation available on GitHub

View Source Repository