Eve Job Lifecycle
Use jobs as the unit of work and keep phases explicit.
Phases
idea -> backlog -> ready -> active -> review -> done or cancelled
Jobs default to
ready
and can be scheduled immediately.
Create jobs
eve job create --description "..."
Add details with
--project
,
--priority
,
--phase
,
--labels
,
--review
.
Create sub-jobs with
eve job create --parent
eve-job-lifecycle
安装
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-job-lifecycle