CtrlK
BlogDocsLog inGet started
Tessl Logo

specification-to-temporal-logic-generator

Translates specifications into temporal logic formulas (LTL, CTL, or TLA) by matching the specification's shape to the right logic and operators. Use when formalizing requirements for any model checker, when choosing between LTL and CTL for a property, or when the user has a temporal claim and doesn't know which operators express it.

Install with Tessl CLI

npx tessl i github:santosomar/general-secure-coding-agent-skills --skill specification-to-temporal-logic-generator
What are skills?

100

Quality

100%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SKILL.md
Review
Evals

Discovery

100%

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 is an excellent skill description that clearly defines a specialized capability in temporal logic formalization. It uses third person voice correctly, provides specific actions, includes comprehensive trigger terms for the formal methods domain, and explicitly states both what the skill does and when to use it. The description is concise yet complete.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'Translates specifications into temporal logic formulas', 'matching the specification's shape to the right logic and operators', and specifies the output formats (LTL, CTL, TLA).

3 / 3

Completeness

Clearly answers both what ('Translates specifications into temporal logic formulas by matching the specification's shape to the right logic and operators') and when ('Use when formalizing requirements for any model checker, when choosing between LTL and CTL for a property, or when the user has a temporal claim').

3 / 3

Trigger Term Quality

Includes natural technical terms users would say: 'temporal logic', 'LTL', 'CTL', 'TLA', 'model checker', 'formalizing requirements', 'temporal claim', 'operators'. Good coverage of domain-specific vocabulary.

3 / 3

Distinctiveness Conflict Risk

Highly specialized niche in formal methods/temporal logic with distinct triggers like 'LTL', 'CTL', 'TLA', 'model checker'. Unlikely to conflict with other skills due to the specialized domain.

3 / 3

Total

12

/

12

Passed

Implementation

100%

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

This is an excellent skill that efficiently teaches temporal logic formula generation. It uses tables effectively for quick reference, provides a thorough worked example with refinement, includes critical anti-patterns ('Do not' section), and mandates vacuity checking as validation. The content respects Claude's intelligence while providing the specific domain knowledge needed.

DimensionReasoningScore

Conciseness

The content is highly efficient, using tables for quick reference and avoiding explanations of concepts Claude would already know. Every section adds value without padding or unnecessary context.

3 / 3

Actionability

Provides concrete formulas, a detailed worked example with actual LTL syntax, pattern-to-formula mappings, and a clear output format template. The decomposition in the worked example shows exactly how to translate English to temporal logic.

3 / 3

Workflow Clarity

The workflow is clear: choose logic → match pattern → write formula → check vacuity. The worked example demonstrates the decomposition process step-by-step, and the vacuity check section provides explicit validation guidance.

3 / 3

Progressive Disclosure

Well-organized with clear sections (logic selection, operator reference, patterns, worked example, anti-patterns, output format). References TLA+ skill appropriately for that logic. Content is appropriately scoped without needing external files for this complexity level.

3 / 3

Total

12

/

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.

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.