CtrlK
BlogDocsLog inGet started
Tessl Logo

writing-plans

当你有规格说明或需求用于多步骤任务时使用,在动手写代码之前

46

Quality

50%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/writing-plans/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

The body is highly actionable with concrete templates, code, commands, and anti-patterns, and its workflow has clear sequencing with validation checkpoints and a self-check feedback loop. Its main weaknesses are minor internal redundancy and a monolithic structure with no progressive disclosure via reference files.

Suggestions

Deduplicate the five micro-steps — keep them in the 任务结构 template and trim the standalone 小步骤任务粒度 list to a one-line reference, and state DRY/YAGNI/TDD once.

Extract the reusable 计划文档头部 and 任务结构 templates into a references/ file (e.g. references/plan-template.md) and link to it from the body to add one-level-deep progressive disclosure.

DimensionReasoningScore

Conciseness

The body is mostly lean, directive, and assumes competence ("假设他们是有经验的开发者"), but the "小步骤任务粒度" section duplicates the "任务结构" template's five steps and DRY/YAGNI/TDD is stated in both 概述 and 注意事项, so it could be tightened.

2 / 3

Actionability

It provides concrete, copy-paste-ready guidance: exact file-path conventions, a full plan-header template, a complete task-structure template with executable test/impl code and git commit commands, and a specific 禁止占位符 anti-pattern list with named bad examples.

3 / 3

Workflow Clarity

The process is clearly sequenced (范围检查 → 文件结构 → 任务结构 → 自检 → 执行交接) with an explicit self-check checklist and a fix-and-continue feedback loop ("如果发现问题,直接内联修复"), plus the TDD write-run-implement-run-commit loop has validation checkpoints.

3 / 3

Progressive Disclosure

Sections are well-organized, but the skill is monolithic with no bundle files and no one-level-deep references; the reusable plan-header and task-structure templates are content that could be split into reference files for easier navigation.

2 / 3

Total

10

/

12

Passed

Description

22%

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 functions as a pure trigger clause with a clear "when" but omits the "what" entirely — it never states that the skill writes implementation plans. Trigger terms are natural but miss the central planning vocabulary.

Suggestions

State the capability explicitly, e.g. prepend "编写多步骤任务的实现计划。" (Writes implementation plans for multi-step tasks.) before the trigger clause.

Add the natural trigger terms users would say — "计划", "plan", "planning", "实现计划" — alongside "规格说明/需求".

Use third-person action voice ("编写计划…使用当…") so the what and when are both explicit and distinct from brainstorming/spec skills.

DimensionReasoningScore

Specificity

The description states only when to use the skill ("当你有规格说明或需求用于多步骤任务时使用") and names no concrete actions the skill performs — it never says it writes or produces plans, so it matches the vague/no-actions anchor.

1 / 3

Completeness

It has an explicit, strong "when" clause but is missing the "what" — the capability (writing implementation plans) is never stated, and the rubric defines level 1 as missing what OR when.

1 / 3

Trigger Term Quality

It uses reasonably natural terms ("规格说明", "需求", "多步骤任务", "动手写代码之前") but omits the core concept variations a user would actually say ("计划", "plan", "planning", "实现计划"), so coverage is incomplete.

2 / 3

Distinctiveness Conflict Risk

The trigger (spec + multi-step task + before coding) is fairly specific, but it overlaps with adjacent planning skills (the body itself references a brainstorming skill), so it could still conflict with similar skills.

2 / 3

Total

6

/

12

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

13

/

16

Passed

Repository
jnMetaCode/superpowers-zh
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.