Add job setup script with directory structure#37
Merged
Conversation
Contributor
nhorton
commented
Jan 15, 2026
- 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
- 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
- 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.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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.