Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 733 Bytes

File metadata and controls

33 lines (25 loc) · 733 Bytes

Contributing

How to contribute workflows

Contributions should improve execution quality and speed. Add practical content that helps someone perform a task step-by-step in real conditions.

Required structure for each playbook entry

Each entry should contain:

  • Goal
  • Context
  • Inputs
  • Steps
  • Decision points
  • Common mistakes
  • Example
  • Expected outcome

Writing standards

Write entries that are:

  • clear
  • practical
  • step-by-step
  • reusable

Contribution guidance

  • Prefer real operational scenarios over generic theory.
  • Keep steps concrete and testable.
  • Include at least one decision branch where relevant.
  • Add checklist items for quality control.
  • Include at least one worked example when possible.