deepwork_jobs.define

Convert workflow goals into a DeepWork job.yml via structured questions.

1|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/EONMUN/EONMUN --skill deepwork-jobs-define
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepwork_jobs.define
Source: https://github.com/EONMUN/EONMUN/tree/main/.claude/skills/deepwork_jobs.define
Command: npx skills add https://github.com/EONMUN/EONMUN --skill deepwork-jobs-define

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill creates a structured, auditable process to define a new multi-step AI workflow by interactively gathering requirements and converting them into a complete job.yml specification.

Core Features & Use Cases

  • Interactive, structured questioning to capture goals, inputs, dependencies, and outputs for a workflow.
  • Automatically generates a YAML job.yml conforming to the DeepWork schema.
  • Provides guidance for stop-hooks, quality checks, and doc-spec considerations to ensure high-quality implementations.

Quick Start

Start by describing the workflow you want to define, including high-level goals and deliverables, and let the skill guide the discovery process to produce a complete job.yml. You will be prompted to provide inputs such as the project goal, success criteria, major phases, and outputs.

Frequently Asked Questions about deepwork_jobs.define

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define a multi-step AI workflow using a structured YAML schema?

To define a multi-step AI workflow, you need a structured YAML schema that captures goals, inputs, outputs, and dependencies. This skill interactively gathers these requirements and automatically generates a complete job.yml specification conforming to the DeepWork schema.

What is the best way to generate a job.yml for complex automation workflows?

Generating a job.yml for automation workflows requires capturing precise inputs, dependencies, and stop-hooks. By undergoing structured questioning about your project goals and success criteria, you obtain a schema-compliant YAML file with proper doc-spec references and changelog entries for future maintenance.

How does interactive questioning help structure workflow definitions for AI jobs?

Interactive questioning structures workflow definitions by systematically extracting high-level goals, major phases, and deliverables from the user. This discovery process ensures the resulting AI job specification rigorously defines all necessary inputs, outputs, and dependencies without missing critical configuration details.

Can I use this to add quality checks and stop-hooks to my workflow YAML?

Yes, you can add quality checks and stop-hooks to your workflow YAML. The definition process provides specific guidance for integrating these quality assurance measures, ensuring your multi-step AI workflow includes proper validation and conditional stopping points.

Do I need prior knowledge of the DeepWork schema to define a new job spec?

No, you do not need prior knowledge of the DeepWork schema to define a new job spec. The skill guides you through a structured discovery process asking for your project goal and deliverables, then automatically handles the YAML formatting and schema compliance for you.

When should I use an interactive job.yml generator instead of writing YAML manually?

You should use an interactive job.yml generator instead of writing YAML manually when starting new multi-step workflows that require rigorous definitions. It prevents configuration errors by ensuring all inputs, outputs, dependencies, and doc-spec references are captured through guided questioning rather than manual coding.