This folder and its subfolders are managed using deepwork_jobs workflows.
deepwork_jobs/new_job- Full lifecycle: define → implement → test → iteratedeepwork_jobs/learn- Improve instructions based on execution learningsdeepwork_jobs/repair- Clean up and migrate from prior DeepWork versions
.
├── AGENTS.md # This file - project context and guidance
├── job.yml # Job specification with inline step instructions
├── hooks/ # Custom validation scripts and prompts
│ └── *.md|*.sh # Hook files referenced in job.yml
├── scripts/ # Reusable scripts and utilities created during job execution
│ └── *.sh|*.py # Helper scripts referenced in step instructions
└── templates/ # Example file formats and templates
└── *.md|*.yml # Templates referenced in step instructions
- Use workflows for structural changes (adding steps, modifying job.yml)
- Direct edits are fine for minor instruction tweaks
- Run
deepwork_jobs/learnafter executing job steps to capture improvements - Run
deepwork installafter any changes to regenerate commands