Skip to main content

Onboarding Questionnaire

Use this questionnaire after the contributor confirms they want to create a skill.

Scope Discovery

  1. What recurring pain does this skill solve?
  2. Which user profile benefits most?
  3. What user prompt patterns should trigger this skill?
  4. What outcomes must always be delivered?

Operational Design

  1. Is this skill guidance-only or execution-capable?
  2. Which tools are required?
  3. What inputs are required from the user?
  4. What outputs should be generated?

Constraints and Safety

  1. What must be anonymized?
  2. Which data is prohibited in examples?
  3. What failure conditions should be handled explicitly?
  4. What should the skill never do?

Completion Criteria

  1. What is considered a successful result?
  2. What would make maintainers reject this skill?
  3. Which checklist gates must pass before PR?