Commit aefb17c
Add job setup script with directory structure (#37)
* Add make_new_job.sh script and templates directory to deepwork_jobs
- Add make_new_job.sh script that creates standard directory structure
(steps/, hooks/, templates/ folders with .gitkeep files and AGENTS.md)
- Create templates/ directory with 7 template files:
- job.yml.template, step_instruction.md.template
- implementation_summary.md.template, learning_summary.md.template
- agents.md.template, example_job.yml, example_step_instruction.md
- Update implement.md to use script as first step and reference templates
- Update define.md to reference templates instead of inline examples
- Update learn.md to reference templates instead of inline examples
- Add AGENTS.md with bespoke learnings about dual location maintenance
- Bump version to 0.3.0 with changelog entry
* Update template naming convention and add script to define step
- Rename template files for consistency:
- Templates end with .template (e.g., job.yml.template)
- Examples end with .example (e.g., job.yml.example)
- Update define.md to use make_new_job.sh script for directory creation
- Update all instruction file references to use new naming convention
- Run deepwork sync to regenerate commands
* Remove implementation_summary and learning_summary outputs
- Remove implementation_summary.md.template and learning_summary.md.template
- Update implement step output from implementation_summary.md to steps/
- Update learn step output from learning_summary.md to AGENTS.md
- Remove references to summary templates from instruction files
- Update quality criteria and completion checklists
- Bump version to 0.4.0
* Fix stale template references in AGENTS.md
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 98c9a90 commit aefb17c
29 files changed
Lines changed: 1324 additions & 1446 deletions
File tree
- .claude/commands
- .deepwork/jobs/deepwork_jobs
- steps
- templates
- .gemini/commands/deepwork_jobs
- src/deepwork/standard_jobs/deepwork_jobs
- steps
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
125 | 131 | | |
126 | 132 | | |
127 | 133 | | |
| |||
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
192 | | - | |
| 198 | + | |
193 | 199 | | |
194 | | - | |
| 200 | + | |
195 | 201 | | |
196 | | - | |
| 202 | + | |
197 | 203 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 204 | + | |
| 205 | + | |
252 | 206 | | |
253 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
254 | 223 | | |
255 | 224 | | |
256 | 225 | | |
| |||
0 commit comments