Each skill should define what information it requires to operate effectively.
Example:
Skill: authentication-system
Requires:
- user schema
- auth flow type
- token strategy
Purpose:
- guide agent before execution
- reduce ambiguity
- prevent incomplete reasoning
Features:
- required inputs per skill
- optional inputs
- validation before execution
Each skill should define what information it requires to operate effectively.
Example:
Skill: authentication-system
Requires:
Purpose:
Features: