Build your own way of working · chapter 16 of 17
Build a metaskill and quality control
A metaskill works on the workflow itself. It creates or reviews skills against the same quality model so new methods do not start from zero.
16.1 · plain explanation
How do we create a method that builds and improves other skills?
A metaskill works on the workflow itself. It creates or reviews skills against the same quality model so new methods do not start from zero.
Important: A metaskill should improve the ability to build workflows, not become an unbounded super-prompt that tries to solve every task.
16.2 · building blocks
Three concepts to keep separate
Intake
Clarify the job, trigger, users and environment where the new skill will operate.
Quality model
Require a clear purpose, narrow scope, boundaries, resources, testing and a maintenance rule.
Evaluation
Compare expected and actual activation, then inspect execution on representative tasks.
16.3 · method
A practical workflow
- 1Capture a concrete recurring need.
- 2Generate a first skill skeleton.
- 3Run structural and practical quality checks.
- 4Record gaps, improve and version the result.
16.4 · concrete example
Skill builder
Skill builder
How do we create a method that builds and improves other skills?
The metaskill asks what the workflow should do and when it should trigger.
It then creates SKILL.md, suggests necessary resources, runs trigger examples and rejects instructions that are too broad or impossible to test.
16.5 · try it yourself
Exercise
Create a ten-point review matrix across trigger, scope, method, boundaries and verification. Apply it to the skill from chapter 15.
16.6 · checklist
Before you continue
- Does the metaskill actually produce a skill?
- Are quality requirements stable?
- Are there negative trigger tests?
- Is the improvement documented and versioned?
16.7 · sources
Sources
Reviewed 23 September 2026. Official sources support product-specific claims; the practical contract, memory and verification patterns are Finnandre project methods.