Use when you have a written implementation plan to execute in a separate session with review checkpoints
Install with Tessl CLI
npx tessl i github:shousper/claude-kit --skill executing-plans74
Quality
62%
Does it follow best practices?
Impact
91%
2.33xAverage score across 3 eval scenarios
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/executing-plans/SKILL.mdDiscovery
40%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 fails to explain what the skill actually does, focusing only on when to use it. While it includes a 'Use when' clause, the lack of concrete actions and capabilities makes it difficult for Claude to understand what this skill provides. The description needs substantial improvement in specifying actual functionality.
Suggestions
Add specific concrete actions the skill performs (e.g., 'Executes multi-step implementation plans by breaking them into reviewable chunks, tracking progress, and pausing at defined checkpoints')
Include natural trigger terms users would say such as 'execute plan', 'step-by-step implementation', 'checkpoint review', 'phased execution'
Clarify what 'separate session' means and what distinguishes this from general task execution skills
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description uses vague language like 'execute' and 'implementation plan' without specifying any concrete actions. It doesn't describe what the skill actually does - no verbs indicating specific capabilities. | 1 / 3 |
Completeness | Has a 'Use when' clause addressing when to use it, but the 'what does this do' component is essentially missing. The description only implies execution of plans without explaining the actual capabilities. | 2 / 3 |
Trigger Term Quality | Contains some relevant terms like 'implementation plan', 'session', and 'review checkpoints' that users might mention, but lacks common variations and natural phrasing users would typically use. | 2 / 3 |
Distinctiveness Conflict Risk | The mention of 'separate session' and 'review checkpoints' provides some distinctiveness, but 'implementation plan' and 'execute' are generic enough to potentially overlap with other planning or coding skills. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
85%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-structured orchestration skill with excellent workflow clarity and progressive disclosure. The step-by-step process with explicit checkpoints, stop conditions, and integration points demonstrates strong design. The main weakness is actionability - while the workflow is clear, it relies heavily on referenced skills without providing concrete examples of the actual commands or messages to use.
Suggestions
Add a concrete example of a SendMessage command to an implementer teammate in Step 3
Include a sample reviewer report format or template showing what findings should look like in Step 4
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is lean and efficient, using terse bullet points and numbered steps without explaining concepts Claude already knows. Every section serves a clear purpose with no padding or unnecessary context. | 3 / 3 |
Actionability | Provides clear procedural steps but lacks concrete code examples or specific commands. Instructions like 'Create team with plan-derived name' and 'Spawn teammates' are directional but not copy-paste executable without referencing other skills. | 2 / 3 |
Workflow Clarity | Excellent multi-step workflow with clear sequencing (Steps 1-7), explicit validation checkpoints (automated review gate, verification steps), and clear stop conditions. Includes feedback loops for when to revisit earlier steps and when to stop and ask for help. | 3 / 3 |
Progressive Disclosure | Well-structured overview with clear sections. References to external skills (kit:team-orchestration, kit:git-worktrees, kit:finish-branch) are one level deep and clearly signaled in the Integration section. Content is appropriately split between overview and detailed steps. | 3 / 3 |
Total | 11 / 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Table of Contents
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.