deepwork_jobs.implement

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

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ncrmro/deepwork-permanent-portfolio --skill deepwork-jobs-implement-ncrmro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepwork_jobs.implement
Source: https://github.com/ncrmro/deepwork-permanent-portfolio/tree/main/.claude/skills/deepwork_jobs.implement
Command: npx skills add https://github.com/ncrmro/deepwork-permanent-portfolio --skill deepwork-jobs-implement-ncrmro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of step instruction files and the synchronization of slash commands from a validated job.yml specification.

Core Features & Use Cases

  • Generate step instruction files for each step defined in a validated job.yml.
  • Validate and parse the job.yml to ensure schema compliance and dependencies.
  • Sync the corresponding slash commands to make them available in Claude/DeepWork.
  • Ensure directory structure (.deepwork/jobs/[job_name]/) is created and reference templates are used.
  • Provide guidance and hooks to ensure quality criteria with stop hooks.

Quick Start

Run the deepwork_jobs.implement skill after a job.yml review to generate step instructions and sync commands.

Frequently Asked Questions about deepwork_jobs.implement

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

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

To generate step instruction files from a job.yml specification, run the deepwork_jobs.implement skill. It parses your validated job.yml, creates the required .deepwork/jobs/[job_name]/ directory structure, and outputs ready-to-run step instruction files using reference templates.

What is the process for syncing slash commands from a validated job.yml?

Syncing slash commands from a validated job.yml involves parsing the specification and making the corresponding commands available in Claude or DeepWork. This skill automates that synchronization immediately after generating the step instruction files.

Do I need a validated .deepwork/jobs/ directory before generating step instructions?

Yes, you need a validated .deepwork/jobs/[job_name]/job.yml file present in your environment. The generation process requires this reviewed specification to ensure schema compliance and dependencies before creating the functional directory structure.

How does stop_hook quality criteria apply during job.yml workflow generation?

Stop_hook quality criteria apply during job.yml workflow generation by providing guidance and hooks that enforce quality checks. This ensures the generated step instructions and synced commands meet defined standards before the process completes.

Can I use this workflow automation skill to validate a job.yml schema and dependencies?

Yes, you can use this workflow automation skill to validate a job.yml schema and dependencies. It parses and validates the job.yml to ensure full schema compliance before proceeding with the generation of step instruction files.

Why are my step instruction files not generating from the job.yml specification?

Step instruction files may not generate from the job.yml specification if the file is not present in the .deepwork/jobs/[job_name]/ directory, fails schema validation, or if required templates and stop_hook support are not accessible during the generation process.