deepwork_jobs.define

Create DeepWork job.yml specifications through interactive workflow requirement questions.

49|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Unsupervisedcom/deepwork --skill deepwork-jobs-define-unsupervisedcom
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deepwork_jobs.define
Source: https://github.com/Unsupervisedcom/deepwork/tree/main/.claude/skills/deepwork_jobs.define
Command: npx skills add https://github.com/Unsupervisedcom/deepwork --skill deepwork-jobs-define-unsupervisedcom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies the creation of a new DeepWork job by guiding users through structured questions to capture workflow requirements and produce a complete job.yml specification.

Core Features & Use Cases

  • Guided questioning: Uses a structured Q&A flow to capture goals, steps, inputs, outputs, and dependencies.
  • Output generation: Produces a ready-to-use job.yml that defines the multi-step workflow.
  • Doc spec and quality readiness: Supports references to doc specs and quality criteria to enforce standards for future implementations.
  • Non-intrusive discovery: Does not generate instruction files during discovery; only the job.yml is produced in this step.

Quick Start

Start by invoking the define flow to begin a new DeepWork job. The skill will ask structured questions about your workflow and then generate a complete job.yml for the new multi-step job.

Frequently Asked Questions about deepwork_jobs.define

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

FAQPage Schema
How do I create a job specification for a multi-step workflow?▼

To create a job specification for a multi-step workflow, use a guided question flow to capture goals, steps, inputs, outputs, and dependencies, which generates a ready-to-use job.yml file.

What is a job.yml file used for in workflow automation?▼

A job.yml file defines complex automated tasks across teams and domains by establishing structured inputs, dependencies, doc-spec references, and quality criteria for future implementations.

How do I define dependencies and outputs for an automated task?▼

You define dependencies and outputs for an automated task by responding to structured questions during the workflow definition process, ensuring all required inputs and doc-spec references are included.

Does defining a new automated workflow generate instruction files?▼

Defining a new automated workflow does not generate instruction files during discovery; the process is non-intrusive and only produces the final job.yml specification.

Can I enforce quality standards when defining a multi-step workflow?▼

You can enforce quality standards when defining a multi-step workflow by adding references to doc specs and quality criteria within the generated job.yml file.