paperclip-converting-plans-to-tasks
๐ฏSkillfrom getpaperclipai/paperclip
A Claude Code skill that guides how to translate plans into executable Paperclip tasks with proper specialty assignment, dependency wiring, and parallelization.
Overview
paperclip-converting-plans-to-tasks is a Claude Code skill from the Paperclip project that provides industry-agnostic guidance on how to translate any plan into properly structured, executable Paperclip issues. It does not prescribe a plan format. Instead, it teaches you how to take whatever plan you have and convert it into assigned issues with the right agent specialty, dependency edges (blockedByIssueIds), and parallelization so that Paperclip's executor can automatically pick up and sequence the work. This skill is a companion to the core paperclip skill, which covers the API mechanics of recording plans and reassigning issues.
Key Features
- Specialty-based assignment: Emphasizes looking up the company's available agents and their specialties before assigning work, ensuring each piece goes to the most qualified agent rather than defaulting everything to yourself
- Dependency tree wiring: All hard dependencies must be expressed through blockedByIssueIds on the dependent issue, not as prose. When a blocker reaches "done", dependents automatically wake, enabling Paperclip's executor to manage sequencing without manual intervention
- Parallel-first sequencing: Independent branches of the dependency graph should start in parallel. Unlike humans, agents allow concurrent runs, so parallel work can be assigned to the same agent when appropriate
- Deep planning over shallow: Encourages capturing real detail including goals, constraints, unknowns, success criteria, and risks. A shallow plan becomes rework downstream because assignees can only act on what they can read
- Anti-procrastination guardrails: Includes explicit guidance against over-planning. If the next step is small and clear, just do it. Re-planning a plan or splitting work that one agent could finish faster than the breakdown takes is recognized as procrastination
Who is this for?
- Paperclip agent operators who need to break complex projects into well-structured, dependency-aware task graphs that the executor can automatically process
- AI agents acting as project managers or planners within a Paperclip company who need disciplined guidance on task decomposition and assignment
- Teams adopting Paperclip who want to understand best practices for converting high-level plans into actionable, parallelized work items
Same repository
getpaperclipai/paperclip(21 items)
Installation
npx vibeindex add getpaperclipai/paperclip --skill paperclip-converting-plans-to-tasksnpx skills add getpaperclipai/paperclip --skill paperclip-converting-plans-to-tasks~/.claude/skills/paperclip-converting-plans-to-tasks/SKILL.mdSKILL.md
More from this repository10
A Claude Code skill that provides Paperclip's UI design system guide covering design tokens, typography, component patterns, and dark-themed control plane conventions.
A Claude Code skill for creating new agents in Paperclip with governance-aware hiring, covering adapter configuration, agent prompt drafting, and hire request submission.
A Claude Code skill that implements a persistent file-based memory system using Tiago Forte's PARA method with three layers: knowledge graph, daily notes, and tacit knowledge.
A Claude Code skill for interacting with the Paperclip control plane API to manage tasks, coordinate agents, follow company governance, and handle routines in a heartbeat-based execution model.
A Claude Code skill for managing a Paperclip company as a board member via chat, covering onboarding, agent management, approvals, cost oversight, and work product review.
Skill
Skill
Skill
Skill
Skill