CtrlK
BlogDocsLog inGet started
Tessl Logo

execute-plan

Execute structured task plans with status tracking. Use when the user provides a plan file path in the format `plans/{current-date}-{task-name}-{version}.md` or explicitly asks you to execute a plan file.

58

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./crates/forge_repo/src/skills/execute-plan/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%Weight 40%Scale 1-3

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

A clear, well-structured workflow for executing plan files with status tracking. Its main weaknesses are vague task-execution guidance, a redundant example section, and a missing feedback loop for FAILED tasks.

Suggestions

Add an error-recovery feedback loop for the `[!]` FAILED status (e.g. diagnose, retry, or escalate) so the batch workflow has a real validation loop.

Make STEP 4 actionable by specifying how to determine and perform a task's required actions (e.g. read the task description, perform the stated edits/commands, then mark DONE) rather than just "execute all actions required".

Remove or compress the "Example Usage" section since it duplicates the numbered Execution Steps.

DimensionReasoningScore

Conciseness

The body is mostly lean and free of concept re-explanation, but the "Example Usage" section largely restates the "Execution Steps" section, adding redundancy that could be trimmed.

2 / 3

Actionability

Concrete status markers (`[ ]`, `[~]`, `[x]`, `[!]`) and a clear update procedure are provided, but STEP 4's "Execute all actions required to complete the task" is vague about how the task itself is performed.

2 / 3

Workflow Clarity

Steps are clearly sequenced with a STEP 6 re-read verification, but this batch operation defines a `[!]` FAILED status with no error-recovery feedback loop, capping clarity at 2 per the batch-operations guideline.

2 / 3

Progressive Disclosure

This is a simple under-50-line single-task skill with no need for external references, and its content is well-organized into clearly labeled sections.

3 / 3

Total

9

/

12

Passed

Description

75%Weight 40%Scale 1-3

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 solid description with explicit what/when coverage and a distinct trigger tied to a concrete file-path convention. It could be improved by listing more concrete execution actions and replacing the templated format string with more natural trigger phrasing.

Suggestions

Replace the technical `plans/{current-date}-{task-name}-{version}.md` template with more natural trigger terms a user would actually say (e.g. "execute a plan", "run a plan file", "work through a plan").

Expand the capability statement beyond "Execute ... with status tracking" to name concrete actions like reading pending tasks, updating status markers, and verifying completion.

DimensionReasoningScore

Specificity

The description names the domain and a couple of actions ("Execute structured task plans with status tracking") but does not list multiple distinct concrete actions like the score-3 anchor does.

2 / 3

Completeness

It states what the skill does ("Execute structured task plans with status tracking") and gives an explicit "Use when..." trigger covering both file-path and explicit-request cases.

3 / 3

Trigger Term Quality

"execute a plan file" and "plan file path" are natural user phrases, but the templated `plans/{current-date}-{task-name}-{version}.md` format string is technical rather than something a user would say.

2 / 3

Distinctiveness Conflict Risk

The very specific plan-file path format and dedicated "execute a plan" trigger carve out a clear niche unlikely to fire for unrelated skills.

3 / 3

Total

10

/

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
tailcallhq/forgecode
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.