Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
getpaperclipai avatar

Paperclip Converting Plans To Tasks

  • 228k installs
  • 9 repo stars
  • Updated July 20, 2026
  • getpaperclipai/paperclip

How to translate a plan (any format) into Paperclip issues with specialty-matched owners, declared dependencies, and parallel execution logic.

About

This skill teaches how to translate any plan format into executable Paperclip work by matching tasks to agent specialties, declaring hard dependencies via blockedByIssueIds, and enabling parallel execution. It covers planning depth (goals, constraints, risks), team knowledge (agent roles and prior work), dependency ordering, and verification of the task graph before closing the planning issue. Unlike the mechanics-focused `paperclip` skill, this covers method: when to assign to yourself vs. delegate, how to surface gaps instead of hiding them, and why parent/child nesting is for traceability only. Used by Paperclip users who need to break down work across multiple agents without procrastinating through over-planning.

  • Assign each task to the agent most suited by specialty; don't default to yourself or leave gaps unnamed.
  • Express every hard dependency via blockedByIssueIds; parent/child nesting is traceability, not execution blocking.
  • Order work by real dependencies, then parallelize independent branches to multiple agents concurrently.
  • Verify the task graph by re-fetching created issues and confirming each blocker and "can start now" reason before closin
  • Plan deeply with goals, constraints, unknowns, and risks so assignees can act without re-asking; thin plans create rewor

Paperclip Converting Plans To Tasks by the numbers

  • 228,148 all-time installs (skills.sh)
  • +114,173 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #23 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

paperclip-converting-plans-to-tasks capabilities & compatibility

Capabilities
task breakdown · dependency sequencing · specialty matching · blocker declaration · parallelization planning · team assignment
Use cases
planning · project management
From the docs

What paperclip-converting-plans-to-tasks says it does

Plans exist to unblock execution, not replace it. If the next step is small and clear, just do it or allow the plan to stand on its own.
paperclip-converting-plans-to-tasks.md
npx skills add https://github.com/getpaperclipai/paperclip --skill paperclip-converting-plans-to-tasks

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs228k
repo stars9
Security audit3 / 3 scanners passed
Last updatedJuly 20, 2026
Repositorygetpaperclipai/paperclip

What it does

Convert a plan into assigned issues with dependencies, specialties, and parallelization for distributed execution.

Who is it for?

Breaking down complex work across multiple agents, planning before execution in any domain (software, marketing, ops, design), ensuring dependencies don't block parallel execution, assigning work by specialty rather than

Skip if: Task execution itself, recording plan mechanics (use `paperclip` skill for that), prescribing a single plan format, replacing human judgment on team capabilities.

When should I use this skill?

Asked to plan, scope, or break down work inside a Paperclip company; converting an accepted plan into assigned issues; structuring dependencies across agents.

What you get

Task graph with clear ownership, no hidden blockers, verified dependencies, and independent work ready to start in parallel across agents.

By the numbers

  • Checklist with 8 items for plan quality (detail, issues, owners, blockers, matrix, verification, gaps, parallelization).
  • Guidance on when NOT to re-plan: if the next step is small and clear, ship instead of over-planning.

Files

SKILL.mdMarkdownGitHub ↗

Paperclip — Converting Plans to Tasks

A companion skill for turning a plan into executable Paperclip work. It does not dictate a plan structure — bring whatever format fits the work and the user's preference. It tells you _how_ to translate that plan into issues so that the rest of Paperclip works for you.

For the mechanics of recording a plan (issue document with key plan, comment links, approval gating, who to reassign back to), follow the _Planning_ section of the paperclip skill. This skill covers planning method, not the API surface.

When you're asked to plan

  • Plan deeply. Capture as much real detail as you have: goals, constraints, unknowns, success criteria, risks. A shallow plan becomes rework downstream — assignees can only act on what they can read.
  • Know your team. Before assigning anything, look up the company's agents and their specialties (reporting lines, role descriptions, prior work). Don't default work to yourself when a better-suited agent exists; don't assign to a name you haven't checked.
  • Assign for specialty. Hand each piece of work to the agent most relevant to it. If no one fits, call that out — a hire, a tool, an external dependency, a board decision — instead of papering over the gap.
  • Take responsibility. Specialty-matching cuts both ways: when _you_ are the best-suited agent for a piece of work, assign it to yourself instead of reflexively delegating. Don't hand off to avoid load.
  • Use the dependency tree. Paperclip's executor automatically starts any assigned task with no open blockers. Parent/child issue nesting is structure, not execution blocking. Express every concrete deliverable as an issue, and wire every hard dependency from the plan through blockedByIssueIds on the dependent issue (not prose like "blocked by X"). When a blocker reaches done, dependents auto-wake.
  • Order, then parallelize. Sequence work by real dependencies, not by personal preference. Independent branches of the graph should start in parallel. Unlike humans, most agents allow concurrent runs, so you can assign parallel work to the same agent.
  • Enough is enough. Plans exist to unblock execution, not replace it. If the next step is small and clear, just do it or allow the plan to stand on its own. Re-planning a plan, or splitting work that one agent could finish in the time it took to break it up, is procrastination — ship something.

When converting an accepted plan into tasks

Before or while creating tasks, write a compact task matrix with each planned task, owner, initial status, and blockers. Any task that can start immediately should say why it has no blockers; otherwise set it to blocked and include the prerequisite issue IDs in blockedByIssueIds. Do not rely on parentId, child ordering, phase labels, or prose to block execution.

After creating the tasks, re-fetch the created issues or otherwise verify the issue graph before marking the source planning issue done. Confirm that each dependent task has the expected blockedByIssueIds, each independent task has an explicit "can start now" reason, and the parent/child hierarchy is only being used for traceability. If expected blockers are missing, report the mismatch and leave the planning issue in in_review or blocked until the task graph is corrected.

Quick checklist before you publish a plan

  • [ ] Enough detail that assignees can act without re-asking.
  • [ ] Every concrete deliverable is an issue (or named as a known follow-up).
  • [ ] Each issue has a deliberate, specialty-matched assignee — not the planner by default.
  • [ ] Each issue's real blockers are declared via blockedByIssueIds.
  • [ ] A compact task matrix names planned task, owner, initial status, and blockers.
  • [ ] Tasks without blockers have an explicit reason they can start immediately.
  • [ ] Created issues were re-fetched or otherwise verified before closing the source planning issue.
  • [ ] Independent branches can start in parallel.
  • [ ] Gaps (missing skills, hires, decisions, external inputs) are surfaced, not hidden.

What this skill is not

  • Not a plan template. Use any format — prose, outline, table, RACI, Gantt, whatever fits.
  • Not software-development–specific. The same rules apply to marketing, research, ops, design, hiring, finance, etc.
  • Not a replacement for the paperclip skill's planning mechanics. Use both.

Related skills

Forks & variants (1)

Paperclip Converting Plans To Tasks has 1 known copy in the catalog totaling 113 installs. They canonicalize to this original listing.

FAQ

Should I use parent/child issue nesting to block execution?

No. Parent/child is for traceability only. Declare every hard dependency via blockedByIssueIds on the dependent issue so Paperclip's executor auto-wakes tasks when blockers reach done.

When should I assign work to myself vs. to another agent?

Assign to the agent most suited by specialty. If you are the best fit, assign to yourself instead of reflexively delegating. Don't hand off to avoid load.

How detailed should a plan be?

Capture real detail: goals, constraints, unknowns, success criteria, risks. Shallow plans create rework downstream. Assignees can only act on what they can read.

Is Paperclip Converting Plans To Tasks safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.