cyberneticlibrary

Orchestrate full scrum project lifecycle

claude-scrum-skillskillsetup L30
houseofwolvesllc/claudescrumskill
What it does

Run scrum ceremonies and track sprint progress

Best for

Automated scrum ceremonies and sprint tracking beats manual coordination.

Inputs
  • · file or document content
  • · configuration JSON
  • · specification or requirements document
Outputs
  • · structured JSON output
  • · task list or implementation plan
  • · code, migrations, or SQL
  • · design specifications or mockups
Requires
  • · Git/GitHub API
  • · local runtime (Node/Python/bash)
Preconditions
  • · Tool/MCP installed and configured
  • · Input file exists and is readable
  • · Specification or requirements document prepared
  • · Relevant context provided by user
Failure modes
  • · Timeout or rate limit exceeded on external calls
  • · Input file missing or malformed
Trust signals
  • · Version and compatibility specified
  • · Published on package registry (npm/pip)
  • · Concrete usage examples provided
  • · License specified
  • · Verification/testing guidance included