SkillProofDocumentGeneration
The evaluation module will assess the Mastra AI agent's ability to generate accurate, well-structured 'SkillProof' documents and correctly apply verification logic. Focus areas include document content quality, adherence to schema, and verification accuracy.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
SkillProofDocumentGeneration
Evaluate the agent's ability to generate a 'SkillProof' document given a user's skill description.
{"skill_description": "string", "user_profile": {"name": "string", "experience_years": "number"}}
{"document_json": {"skill_name": "string", "proficiency_level": "string", "description_generated": "string", "vibe_coding_assessment": "string"}}
ProficiencyVerification
Evaluate the agent's ability to verify a generated skill proficiency using a custom tool.
{"skill_name": "string", "proficiency_level": "string", "verification_threshold": "number"}
{"verification_status": "string", "verification_score": "number", "verified_by": "string"}