askill
sprint-tasks

sprint-tasksSafety --Repository

Manage agile sprint tasks - create, update, complete, and visualize progress

0 stars
1.2k downloads
Updated 1/27/2026

Package Files

Loading files...
SKILL.md

Sprint Task Manager

Manage your sprint tasks directly from the command line.

Actions

View Board

/sprint-tasks board

Shows ASCII kanban board with all tasks.

List Tasks

/sprint-tasks list
/sprint-tasks list --filter='{"loop": 1}'
/sprint-tasks list --filter='{"status": "in_progress"}'

Create Task

/sprint-tasks create --title="Build landing page" --loop=1 --priority=high

Update Task

/sprint-tasks update --id=task-001 --status=in_progress
/sprint-tasks update --id=task-001 --priority=critical

Complete Task

/sprint-tasks complete --id=task-001

Block Task

/sprint-tasks block --id=task-001 --reason="Waiting for API credentials"

Task Statuses

StatusIconMeaning
backlogπŸ“Not started, not prioritized
readyπŸ“¦Ready to work on
in_progressπŸ”„Currently being worked on
reviewπŸ‘€Done, needs verification
completedβœ…Done and verified
blocked🚫Cannot proceed

Priority Levels

PriorityIconWhen to Use
criticalπŸ”΄Blocking other work
high🟠Core MVP feature
medium🟑Important but not blocking
low🟒Nice to have

Task Files

Tasks are stored in /tasks/ as markdown files:

  • task-xxx.md - Individual task with metadata
  • sprint.json - Sprint manifest and metrics
  • PRD.md - Product requirements document

Example Workflow

# 1. View what needs to be done
/sprint-tasks board

# 2. Start working on a task
/sprint-tasks update --id=task-001 --status=in_progress

# 3. Mark it done
/sprint-tasks complete --id=task-001

# 4. Check progress
/sprint-tasks board

Execution

/prose-run .claude-plugin/sprint-tasks.prose --action="${args.action}" --task_data='{"id": "${args.id}", "title": "${args.title}", "status": "${args.status}"}'

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated1/27/2026
Publishercodyrobertson

Tags

apici-cdgithub-actionsllmobservability