CtrlK
BlogDocsLog inGet started
Tessl Logo

arn-code-taskify

This skill should be used when the user says "taskify", "create task list", "create tasks", "convert plan to tasks", "generate tasks from plan", "create tasks from plan", "turn plan into tasks", "arness code taskify", or wants to convert a structured project plan's TASKS.md into an executable Claude Code task list with proper dependency management.

68

Quality

83%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Discovery

89%

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

This description excels at trigger term coverage and completeness, providing an extensive list of natural phrases that would activate the skill and clearly stating both what it does and when to use it. Its main weakness is that the 'what' portion could be more specific about the concrete actions performed (e.g., parsing dependencies, generating ordered task sequences, handling parallel vs sequential tasks). The description is functional and effective for skill selection despite being somewhat narrow in capability description.

Suggestions

Expand the capability description to list more specific concrete actions, e.g., 'Parses TASKS.md files, resolves task dependencies, generates ordered executable task lists, and handles parallel vs sequential task execution.'

DimensionReasoningScore

Specificity

The description mentions converting a structured project plan's TASKS.md into an executable Claude Code task list with dependency management, which names the domain and a key action, but doesn't list multiple concrete actions beyond the single conversion task.

2 / 3

Completeness

The description explicitly answers both 'what' (convert a structured project plan's TASKS.md into an executable Claude Code task list with proper dependency management) and 'when' (lists explicit trigger phrases and conditions). The trigger guidance is very explicit.

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms including 'taskify', 'create task list', 'create tasks', 'convert plan to tasks', 'generate tasks from plan', 'turn plan into tasks', and mentions TASKS.md specifically. These are terms users would naturally say.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with very specific trigger terms like 'taskify' and 'arness code taskify', and a clear niche around converting TASKS.md files into Claude Code task lists with dependency management. Unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Implementation

77%

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

This is a well-crafted skill with excellent actionability and workflow clarity — the 5-step process is clearly sequenced with concrete tool calls, data structures, and validation checkpoints. The main weaknesses are moderate verbosity (particularly in the task list persistence setup and error messaging) and the monolithic structure that could benefit from splitting some sections into referenced files. Overall it's a strong, production-ready skill that Claude could follow reliably.

Suggestions

Tighten the 'Deferred Task List Setup' section — the branching logic for persistent task lists is verbose and could be condensed into a decision table or shorter conditional format.

Consider extracting the error handling section and the detailed verification output example into a referenced file to improve progressive disclosure and reduce the main document length.

DimensionReasoningScore

Conciseness

The skill is reasonably efficient but includes some verbosity that could be tightened — e.g., the deferred task list setup section is quite lengthy with multiple branching paths explained in prose, and some of the error handling messages are spelled out in full when patterns could be summarized. However, it mostly avoids explaining concepts Claude already knows.

2 / 3

Actionability

The skill provides highly concrete, executable guidance: specific tool calls (TaskCreate, TaskUpdate, TaskList, AskUserQuestion), exact field mappings with examples, specific parameter formats, and clear data structures (task map, ID map). The example mapping from TASKS.md task numbers to Claude Code task IDs is particularly actionable.

3 / 3

Workflow Clarity

The 5-step workflow is clearly sequenced with explicit validation at multiple points: Step 2 validates parsed data (duplicates, invalid references, circular deps), Step 5 verifies the created task list against TASKS.md and reports discrepancies. Error recovery paths are well-defined with user prompts for how to proceed when issues arise.

3 / 3

Progressive Disclosure

The content is well-structured with clear sections and a logical flow, but it's a fairly long monolithic document with no references to external files. The deferred task list setup section and error handling could potentially be split out. However, given no bundle files exist, the inline approach is somewhat justified — though the length pushes it beyond ideal for a single SKILL.md.

2 / 3

Total

10

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
AppsVortex/arness
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.