@@ -100,20 +100,14 @@ After applying customizations:
100100 - Document any customizations made
101101 - Add notes about how this job fits into the project workflow
102102
103- # ## Step 6: Sync and Test
103+ # ## Step 6: Sync and Review
104104
1051051. **Run deepwork sync**
106106 ` ` ` bash
107107 deepwork sync
108108 ` ` `
109109
110- 2. **Verify the job is available**
111- - Check that slash commands are generated in `.claude/commands/`
112- - Test that the job appears in command completion
113-
114- 3. **Relay reload instructions**
115- - If skills were regenerated, tell the user to reload their environment
116- - For Claude Code : " Type 'exit' then run 'claude --resume'"
110+ 2. **Review the new skills** in `.claude/skills/` to make sure they make sense
117111
118112# # Output Format
119113
@@ -129,12 +123,8 @@ After completing the installation and customization:
129123### Customizations Applied
130124- [List of customizations made]
131125
132- ### Available Commands
133- - /<job_name>.<step1> - <description>
134- - /<job_name>.<step2> - <description>
135- ...
136-
137126### Next Steps
127+ - [Instructions on how to kick off the main job workflow, e.g., "Run /<job_name> to start"]
138128- [Any remaining setup or first-use guidance]
139129` ` `
140130
@@ -145,7 +135,7 @@ After completing the installation and customization:
145135- All required placeholders replaced with project-specific values
146136- README updated to remove/update customization instructions
147137- ` deepwork sync` run successfully
148- - User informed of available slash commands
138+ - User informed how to kick off the job workflow
149139- When all criteria are met, include `<promise>✓ Quality Criteria Met</promise>`
150140
151141# # Example Dialog
@@ -198,15 +188,9 @@ Now let me sync the job to generate slash commands.
198188- Replaced `[docs_folder]` with `docs` in job.yml, constitution.md, plan.md
199189- Updated readme to remove customization instructions
200190
201- # ## Available Commands
202- - /spec_driven_development.constitution - Establish project governance principles
203- - /spec_driven_development.specify - Create feature specification
204- - /spec_driven_development.clarify - Clarify specification details
205- - /spec_driven_development.plan - Generate technical plan
206- - /spec_driven_development.tasks - Generate task breakdown
207- - /spec_driven_development.implement - Execute implementation
208-
209- To use the new commands, type 'exit' then run 'claude --resume'.
191+ # ## Next Steps
192+ - Run `/spec_driven_development` to start the workflow
193+ - Type 'exit' then run 'claude --resume' to load the new skills
210194
211195<promise>✓ Quality Criteria Met</promise>
212196` ` `
@@ -215,7 +199,7 @@ To use the new commands, type 'exit' then run 'claude --resume'.
215199### Job Context
216200
217201Core commands for managing DeepWork jobs. These commands help you define new multi-step
218- workflows, install pre-built jobs from remote repositories, and learn from running them.
202+ workflows and learn from running them.
219203
220204The ` new_job` workflow guides you through defining and implementing a new job by
221205asking structured questions about your workflow, understanding each step's inputs and outputs,
@@ -267,7 +251,7 @@ Use a sub-agent (Haiku model) to review your work against these criteria:
2672514. **Placeholders Replaced** : Were all required placeholders replaced with project-specific values?
2682525. **README Updated** : Was the readme updated to remove/update customization instructions?
2692536. **Sync Complete** : Has `deepwork sync` been run successfully?
270- 7. **Commands Available ** : Are the new slash commands accessible to the user ?
254+ 7. **Workflow Instructions ** : Was the user informed how to kick off the job workflow ?
271255**Review Process**:
2722561. Once you believe your work is complete, spawn a sub-agent using Haiku to review your work against the quality criteria above
2732572. The sub-agent should examine your outputs and verify each criterion is met
0 commit comments