CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-task

Execute tasks following appropriate rules with rule-advisor metacognition

55

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

The body is a lean, well-sequenced orchestration workflow with concrete, executable guidance and good organization. Its main weakness is the absence of explicit validation checkpoints or error-recovery feedback loops in the execution steps.

Suggestions

Add an explicit validation checkpoint after Step 2 (e.g., confirm selectedRules and metaCognitiveGuidance fields are present and non-empty before proceeding).

Insert a validate->fix->retry feedback loop in Step 4 for when warningPatterns are triggered, rather than just 'adjust approach'.

Specify how to handle a missing or malformed rule-advisor JSON response so the workflow degrades gracefully.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — no concept explanations or padding — with each line earning its place (e.g., 'Apply countermeasures for known failure patterns'), matching the score-3 'lean and efficient' anchor.

3 / 3

Actionability

It gives concrete, executable orchestration guidance: exact subagent_type/description/prompt strings, explicit field paths (taskAnalysis.essence, metaCognitiveGuidance.firstStep), and named tools (TaskCreate/TaskUpdate), matching the score-3 'concrete, specific guidance' anchor for an instruction-only skill.

3 / 3

Workflow Clarity

A clear 4-step sequence is present, but validation is thin — only a final 'Verify the mapped rules before final JSON' task with no explicit validate->fix->retry checkpoint or feedback loop, matching the score-2 'sequence present but checkpoints missing or implicit' anchor.

2 / 3

Progressive Disclosure

A single self-contained, well-organized SKILL.md with no need for external references; under the simple-skills scoring note, a well-organized under-50-line body with no bundle files can score 3.

3 / 3

Total

11

/

12

Passed

Description

35%

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

The description names a domain and a mechanism but relies on jargon ('rule-advisor metacognition') and lacks any explicit trigger guidance for when Claude should use it. It is somewhat specific but generic enough to risk overlap with other task-execution skills.

Suggestions

Add an explicit 'Use when...' clause naming the situations a user would describe (e.g., 'Use when executing a multi-step task that requires selecting and applying documented rules').

Replace jargon like 'rule-advisor metacognition' with natural trigger terms a user would actually say.

List concrete capabilities (e.g., selecting rules, building a task list, applying countermeasures for known failure patterns) to raise specificity.

DimensionReasoningScore

Specificity

Names the domain (task execution) and a concrete mechanism (rule-advisor metacognition) but lists no multiple specific concrete actions, matching the score-2 anchor rather than the score-3 'multiple specific concrete actions' anchor.

2 / 3

Completeness

It states what the skill does (execute tasks following rules with metacognition) but provides no 'Use when...' trigger clause, so per the guidelines the missing when caps completeness at 2.

2 / 3

Trigger Term Quality

The phrase 'rule-advisor metacognition' is technical jargon and 'Execute tasks' is generic, with no natural keywords a user would actually say, matching the score-1 'No natural keywords; technical jargon or overly generic' anchor.

1 / 3

Distinctiveness Conflict Risk

'Execute tasks' is generic enough to overlap many skills, though the rule-advisor framing narrows it somewhat, matching the score-2 'somewhat specific but could still overlap' anchor rather than a clear distinct niche.

2 / 3

Total

7

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
shinpr/claude-code-workflows
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.