education_suggestLessons
Analyze a project description to suggest relevant lessons and identify potential pitfalls early in development.
Instructions
Given a project description or plan, suggest which lessons are most relevant.
Use this at the START of a project to identify potential pitfalls early.
Example inputs:
"Build a USDC vault with 5% APY"
"Create a token swap aggregator"
"Make a staking contract with daily rewards"
Returns the most relevant lessons based on keywords, prioritized by severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of lessons to return (default: 5) | |
| description | Yes | Project description or development plan to analyze |