deepwork_jobs.implement

Generate step instruction files and sync slash commands from job.yml.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of step instruction files and the synchronization of slash commands from the validated job.yml specification, reducing manual setup and ensuring consistency across new DeepWork jobs.

Core Features & Use Cases

  • Directory scaffolding: creates the standard job directory structure under .deepwork/jobs for the new job.
  • Step instruction generation: converts each step in job.yml into a detailed, actionable instruction file (.md) for execution.
  • Slash-command synchronization: updates Claude slash commands so new steps are immediately available to run.
  • Use Case: When finalizing a new DeepWork job after define and review, this skill will generate all necessary artifacts and publish the per-step skills.

Quick Start

After you confirm a job.yml is ready, run the define/review steps; this skill will be invoked to generate steps and sync commands, leaving you with a complete set of step files and registered skills ready to use.

Frequently Asked Questions about deepwork_jobs.implement

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

FAQPage Schema
How do I auto-generate step instruction files from a job.yml specification?

You can auto-generate step instruction files by running a deepwork implementation that parses and validates your job.yml, converting each defined step into a detailed markdown instruction file under the .deepwork/jobs directory.

What is the best way to scaffold a new DeepWork job directory and sync slash commands?

The best way to scaffold a DeepWork job directory and sync slash commands is to use an automated workflow that creates the standard folder structure under .deepwork/jobs and triggers a deepwork sync to publish per-step skills under .claude/skills.

How does command synchronization work when finalizing a Claude deepwork job?

Command synchronization works by parsing the validated job.yml specification and triggering a deepwork sync that updates Claude slash commands, ensuring new steps are immediately available to run as registered skills under .claude/skills.

Do I need to manually create directories and step files before publishing per-step skills?

No, you do not need to manually create directories or step files. The implementation automatically handles directory scaffolding, generates per-step documentation, and publishes the per-step skills after you confirm the job.yml is ready.

When should I use an automated workflow to generate job steps from job.yml?

You should use an automated workflow to generate job steps when finalizing a new DeepWork job after the define and review phases, ensuring consistency across artifacts and reducing manual setup errors during skill publishing.