CtrlK
BlogDocsLog inGet started
Tessl Logo

task-planning

Turn a Paperclip issue or request into a structured implementation plan with child task graph, blockers, owners, and acceptance criteria, then save it as the issue `plan` document.

65

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./packages/skills-catalog/catalog/bundled/paperclip-operations/task-planning/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

90%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tightly written, highly actionable instruction skill with concrete API calls and a clear plan schema. Its main gap is the absence of an explicit validation/retry feedback loop around the plan-write and a slightly thin progressive-disclosure structure.

Suggestions

Add an explicit validate→fix→retry checkpoint after the plan PUT (e.g., re-fetch the plan document and confirm the revision landed before commenting or requesting confirmation).

Consider extracting the detailed 'Plan structure' section schema into a referenced file so the overview stays scannable.

DimensionReasoningScore

Conciseness

The body is lean and well-organized with no padding or explanations of concepts Claude already knows; every section (When to use, Plan structure, Filing, Anti-patterns) earns its place.

5 / 5

Actionability

It gives concrete, executable guidance: exact API endpoints (PUT /api/issues/{issueId}/documents/plan) and exact field names (baseRevisionId, kind: request_confirmation, idempotencyKey, continuationPolicy) plus a concrete plan-section schema.

5 / 5

Workflow Clarity

The 'Filing the plan' section is a clear ordered sequence with a confirmation/approval checkpoint and a 'verify the created issue graph before closing' step, but an explicit validate→fix→retry feedback loop for the document write is only implicit.

4 / 5

Progressive Disclosure

Content is well-organized into clearly signaled sections with no bundle files needed; at ~70 lines it sits just above the simple-skill threshold, and the referenced companion skill is not a navigable one-level-deep reference.

4 / 5

Total

18

/

20

Passed

Description

67%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A specific, distinctive description that clearly states what the skill produces, but it omits an explicit trigger/when clause and natural synonyms that would help users discover it. Adding a 'Use when...' phrase would lift completeness and trigger-term quality.

Suggestions

Append a 'Use when an issue asks to plan, scope, break down, or propose work' clause to provide explicit trigger guidance.

Include natural synonyms like 'scope', 'break down', or 'rollout design' so users searching those terms surface this skill.

DimensionReasoningScore

Specificity

The description names the domain and multiple concrete actions ('child task graph, blockers, owners, and acceptance criteria, then save it as the issue plan document'), giving comprehensive coverage of specific capabilities.

5 / 5

Completeness

The 'what' is clear and concrete, but there is no explicit 'Use when...' trigger clause or equivalent, which caps completeness at 3 per the judging guidelines.

3 / 5

Trigger Term Quality

'plan', 'request', and 'issue' are natural terms, but common synonyms a user would say ('scope', 'break down', 'design the rollout') appear in the body yet are missing from the description.

3 / 5

Distinctiveness Conflict Risk

The Paperclip-specific plan-document niche with distinct triggers ('plan document', 'child task graph') makes it clearly distinguishable with minimal conflict risk.

5 / 5

Total

16

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
paperclipai/paperclip
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.