droidnoob

Drop — Productivity skill for Claude Code

Productivity community

Remove a task and its subtasks from the graph.

How to install Drop

Installs to ~/.claude/skills/droidnoob-hew-drop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/droidnoob-hew-drop && curl -fsSL https://raw.githubusercontent.com/droidnoob/hew/HEAD/commands/drop.md -o ~/.claude/skills/droidnoob-hew-drop/SKILL.md

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

What Drop does


description: Remove a task and its subtasks from the graph.

Take the task id from the user. Run `hew task close --reason "dropped"`. Recursively close children (use `hew task children ` to enumerate). If the task has dependents, surface them before proceeding.

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