eve-job-lifecycle
Installation
SKILL.md
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
readyand 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 <job-id> --description "...".