gookkis

Break Task — Productivity skill for Claude Code

Productivity community

Turn an approved PRD + mockups into a task breakdown.

How to install Break Task

Installs to ~/.claude/skills/gookkis-mock-first-break-task/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gookkis-mock-first-break-task && curl -fsSL https://raw.githubusercontent.com/gookkis/mock-first/HEAD/commands/break-task.md -o ~/.claude/skills/gookkis-mock-first-break-task/SKILL.md

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

What Break Task does


description: Turn an approved PRD + mockups into a task breakdown allowed-tools: Read, Write, Edit, Glob, Grep, Bash(date*)

Task Breakdown

Documents used

  • docs/PRD.md — source of truth for features and scope.
  • docs/mockups/*-approved.html — the visual reference for each screen.
  • docs/TASKS.md — if it exists, continue the numbering; don't start over.

Ground rules

  • Run date +%Y-%m-%d for the date.
  • A screen marked [existing] in the PRD is not new work — don'

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