Onboarding Questionnaire
Use this questionnaire after the contributor confirms they want to create a skill.
Scope Discovery
- What recurring pain does this skill solve?
- Which user profile benefits most?
- What user prompt patterns should trigger this skill?
- What outcomes must always be delivered?
Operational Design
- Is this skill guidance-only or execution-capable?
- Which tools are required?
- What inputs are required from the user?
- What outputs should be generated?
Constraints and Safety
- What must be anonymized?
- Which data is prohibited in examples?
- What failure conditions should be handled explicitly?
- What should the skill never do?
Completion Criteria
- What is considered a successful result?
- What would make maintainers reject this skill?
- Which checklist gates must pass before PR?