Create a Tessl plugin: wrap your existing skills into a versioned, shareable bundle, decide what else it needs (rules, commands, MCP servers), validate, and publish.
91
88%
Does it follow best practices?
Impact
95%
1.25xAverage score across 5 eval scenarios
Advisory
Suggest reviewing before use
Before shaping anything, understand the problem and take stock of the material. Users arrive in different states, meet them where they are.
What does the user want the agent to do better? Often they have already tried to solve it and now have a skill that is messy, too long, or underperforming. Get the problem clear in a sentence or two.
Look at what they have. The material you need may already be the thing they are trying to create.
.tessl/memory/preferences/ exists, read it for grounding: plugins.md (where plugins are kept), agents.md (which agents to set up), source-control-and-ci.md (existing checks and conventions). Use these so you infer rather than ask.Work out what is missing to solve the problem, then fill it the right way:
Before handing to plan-composition, make sure you understand the problem and have the material (existing or gathered) to solve it. If not, keep gathering. Do not jump to building.
Stop when you can state the problem and have resolved the artifacts and gaps well enough to plan the composition.