eve-job-lifecycle▌
incept5/eve-skillpacks · updated Apr 8, 2026
Use jobs as the unit of work and keep phases explicit.
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 "...".
Update and complete
eve job update <id> --phase <phase>eve job submit <id> --summary "..."eve job approve <id>oreve job reject <id> --reason "..."eve job close <id> --reason "..."eve job cancel <id> --reason "..."
Dependencies
eve job dep add <job> <blocking-job>- Use dependencies only for true blockers.
- Inspect with
eve job dep list <id>.
Agent control signals
- Emit a fenced
json-resultblock witheve.statusaswaiting,success, orfailed. - Return
waitingonly after dependencies exist.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★74 reviews- ★★★★★Pratham Ware· Dec 28, 2024
eve-job-lifecycle fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Noah Yang· Dec 20, 2024
I recommend eve-job-lifecycle for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Ishan Lopez· Dec 20, 2024
Solid pick for teams standardizing on skills: eve-job-lifecycle is focused, and the summary matches what you get after install.
- ★★★★★Daniel Reddy· Dec 16, 2024
Useful defaults in eve-job-lifecycle — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ira Ghosh· Dec 12, 2024
Registry listing for eve-job-lifecycle matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Li Farah· Dec 8, 2024
eve-job-lifecycle has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Amelia Shah· Dec 8, 2024
Useful defaults in eve-job-lifecycle — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Arya Huang· Dec 4, 2024
Solid pick for teams standardizing on skills: eve-job-lifecycle is focused, and the summary matches what you get after install.
- ★★★★★Daniel Patel· Nov 27, 2024
eve-job-lifecycle is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Yash Thakker· Nov 19, 2024
Registry listing for eve-job-lifecycle matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 74