Converts a plan into executable Paperclip tasks by assigning specialty, dependencies, and parallelization. Use when breaking down work at a Paperclip company.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paperclipai-paperclip-1:paperclip-converting-plans-to-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
blockedByIssueIds on the dependent issue (not prose like "blocked by X"). When a blocker reaches done, dependents auto-wake.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.
blockedByIssueIds.paperclip skill's planning mechanics. Use both.npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin paperclipai-paperclip-1Breaks down an existing Strikethroo plan into atomic Markdown task files. Activated by requests to decompose, generate tasks, or create task blueprint.
Analyzes project work, builds mental models, decomposes into stacked task graphs with backends and difficulty ratings, and gets approval before execution. For multi-task projects needing planning.
Interact with the Paperclip control plane API to manage tasks, coordinate agents, and follow governance. Use for checking assignments, updating status, delegating work, posting comments, and managing routines.