CtrlK
BlogDocsLog inGet started
Tessl Logo

plan-execution

How to read and execute feature plans from the imas-codex plans/ directory. Use when implementing features from plan documents or when the fleet orchestrator dispatches work.

74

1.24x
Quality

62%

Does it follow best practices?

Impact

93%

1.24x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./.github/skills/plan-execution/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%

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

This skill provides a solid organizational framework for executing feature plans with useful project-specific conventions like the scoring rubric for task routing and the plan lifecycle. Its main weaknesses are the lack of concrete executable examples (no actual commands for running tests, validating, or committing) and missing explicit error recovery steps in the workflow. The content is reasonably well-structured but could be more concise by trimming sections that describe what Claude can infer from reading plan files directly.

Suggestions

Add concrete, executable command examples for key workflow steps (e.g., specific test commands, commit message format examples, how to check dependencies are met)

Add explicit error recovery/feedback loops to the execution workflow — e.g., 'If tests fail: read error output, fix the implementation, re-run tests before proceeding'

Trim the 'Plan Structure' section — Claude can infer this from reading any plan file; replace with only non-obvious conventions or gotchas

DimensionReasoningScore

Conciseness

The content is mostly efficient but includes some sections that could be tightened. The scoring dimensions table and complexity assessment sections add useful project-specific context, but the plan structure section describes things Claude can infer from reading any plan file. The documentation checklist is useful but somewhat verbose.

2 / 3

Actionability

The workflow provides a clear sequence of steps and the scoring rubric gives concrete thresholds for task routing. However, there are no executable code examples or specific commands — guidance like 'run specified tests' and 'implement changes' remains abstract rather than showing exact commands. The /fleet usage section gives some concrete syntax examples but they're illustrative rather than executable.

2 / 3

Workflow Clarity

The execution workflow has a clear sequence (read → identify → implement → test → commit) with some validation checkpoints (run tests after phase, verify acceptance criteria). However, there's no explicit error recovery or feedback loop — what happens when tests fail or acceptance criteria aren't met? For a workflow involving multi-file changes across modules, the lack of explicit rollback or fix-and-retry guidance is a gap.

2 / 3

Progressive Disclosure

The content is well-structured with clear sections and tables, but it's a fairly long monolithic document with no references to supporting files. Given there are no bundle files, some of the detailed content (scoring dimensions, documentation checklist, common plan types) could potentially be split out. The plan locations table effectively serves as navigation to the actual plan files, which is good.

2 / 3

Total

8

/

12

Passed

Description

75%

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 is well-structured with clear 'what' and 'when' clauses, and is highly distinctive due to project-specific references. However, it could benefit from more concrete action details beyond 'read and execute' and broader trigger terms that users might naturally use when they need this skill.

Suggestions

Add more specific concrete actions, e.g., 'Parses plan YAML/markdown files, extracts implementation steps, generates code changes, and tracks completion status'

Include additional natural trigger terms like 'implement plan', 'plan file', 'feature implementation', '.md plan' to improve discoverability

DimensionReasoningScore

Specificity

Names the domain (reading/executing feature plans from a specific directory) and some actions (read, execute, implement), but doesn't list multiple concrete actions like parsing plan steps, generating code, updating status, etc.

2 / 3

Completeness

Clearly answers both 'what' (read and execute feature plans from the imas-codex plans/ directory) and 'when' (when implementing features from plan documents or when the fleet orchestrator dispatches work) with explicit trigger conditions.

3 / 3

Trigger Term Quality

Includes some relevant terms like 'feature plans', 'plans/ directory', 'plan documents', and 'fleet orchestrator', but these are fairly project-specific jargon. Missing natural user phrases like 'implement plan', 'run plan', 'execute feature', or file patterns.

2 / 3

Distinctiveness Conflict Risk

Highly specific to a particular project directory ('imas-codex plans/') and a particular workflow ('fleet orchestrator dispatches work'), making it very unlikely to conflict with other 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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
iterorganization/imas-codex
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.