What problem does it solve? Keeping sprint status visible without a dedicated project management tool is hard when tasks live scattered across notes and chats. This Skill manages a file-based Scrum board stored in the .scrum/ directory, so task status, priorities, and assignments stay versioned alongside the code. ## Core Features & Use Cases - Board Overview: Reads all task files across backlog, in-progress, review, and done folders and renders a status table with priorities, assignees, and linked GitHub issues. - Task Lifecycle Management: Moves tasks between status folders, updates the YAML frontmatter, and verifies acceptance criteria before marking tasks done. - Task Creation: Generates new task files with sequential FEAT-XXX IDs, structured frontmatter, descriptions, and acceptance criteria. - Use Case: A developer starts the day by asking for the current sprint status, sees three tasks in progress and one blocked, then creates a new high-priority bugfix task directly in the backlog without leaving the editor. ## Quick Start Ask the assistant to show the current sprint board status from the .scrum directory.