Here's a query to assist in documenting jobs and job steps for purposes of review and analysis the spreadsheet of your choice.
select j.job_id
, j.name
, j.description
, j.enabled
, j.start_step_id
, j.date_created
, j.date_modified
, s.step_id
, s.step_name
, s.subsystem
...