pedropauloai

Sprint Task — Productivity skill for Claude Code

Productivity community

Implement a specific PRD task by number or title.

How to install Sprint Task

Installs to ~/.claude/skills/pedropauloai-claude-agent-monitor-sprint-task/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pedropauloai-claude-agent-monitor-sprint-task && curl -fsSL https://raw.githubusercontent.com/pedropauloai/claude-agent-monitor/HEAD/.claude/skills/sprint-task.md -o ~/.claude/skills/pedropauloai-claude-agent-monitor-sprint-task/SKILL.md

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

What Sprint Task does


name: sprint-task description: Implement a specific PRD task by number or title

Implement the PRD task: $ARGUMENTS

  1. Find the task in PRD.md matching the argument (by number or title keyword)
  2. Read CLAUDE.md for conventions
  3. Identify which packages need changes
  4. If types are needed, add to @claudecam/shared first and build it
  5. Implement the feature
  6. Run pnpm typecheck to verify
  7. Summarize what was done

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

Full documentation available on GitHub

View Source Repository