eve-job-lifecycle

Use jobs as the unit of work and keep phases explicit.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "eve-job-lifecycle" with this command: npx skills add incept5/eve-skillpacks/incept5-eve-skillpacks-eve-job-lifecycle

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 <job-id> --description "..." .

Update and complete

  • eve job update <id> --phase <phase>

  • eve job submit <id> --summary "..."

  • eve job approve <id> or eve 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-result block with eve.status as waiting , success , or failed .

  • Return waiting only after dependencies exist.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

eve-orchestration

No summary provided by upstream source.

Repository SourceNeeds Review
General

eve-new-project-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

eve-auth-and-secrets

No summary provided by upstream source.

Repository SourceNeeds Review
General

eve-plan-implementation

No summary provided by upstream source.

Repository SourceNeeds Review