@@ -145,85 +145,6 @@ Ensure the implementation step is complete:
145145 - Each platform's commands are independent
146146 - No file conflicts or overwrites
147147
148- 6 . ** Document verification results**
149-
150- Create a verification report documenting what was tested and the results.
151-
152- ## Output Format
153-
154- ### verification_complete.md
155-
156- Location: ` deepwork/add_platform/verification_complete.md ` (in work directory)
157-
158- ** Structure** :
159- ``` markdown
160- # Platform Verification Complete: <platform_name>
161-
162- ## Summary
163-
164- ** Platform** : <platform_name>
165- ** Date** : YYYY-MM-DD
166- ** Status** : PASSED / FAILED
167-
168- ## Installation Test
169-
170- ### Command Executed
171- ``` bash
172- deepwork install --platform < platform_name>
173- ```
174-
175- ### Result
176- - Exit code: 0
177- - Errors: None
178- - Warnings: [ any warnings]
179-
180- ## Generated Files
181-
182- ### Command Directory: <path >
183-
184- | File | Status | Notes |
185- | ------| --------| -------|
186- | deepwork_jobs.define.md | Created | [ size, any notes] |
187- | deepwork_jobs.implement.md | Created | [ size, any notes] |
188- | deepwork_jobs.refine.md | Created | [ size, any notes] |
189- | deepwork_policy.define.md | Created | [ size, any notes] |
190-
191- ## Content Validation
192-
193- ### Sample Command File Review
194-
195- ** File** : deepwork_jobs.define.md
196-
197- - [ ] Correct frontmatter/metadata for platform
198- - [ ] Job summary included
199- - [ ] Step instructions rendered correctly
200- - [ ] Platform-specific hooks present (if applicable)
201-
202- ### Format Compliance
203-
204- - [ ] Files match platform's expected command format
205- - [ ] No template rendering errors
206- - [ ] All placeholders resolved
207-
208- ## Cross-Platform Compatibility
209-
210- ### Other Platforms Tested
211-
212- | Platform | Still Works | Notes |
213- | ----------| -------------| -------|
214- | claude | Yes/No | [ any issues] |
215-
216- ## Conclusion
217-
218- [ Summary of verification results and any recommendations]
219-
220- ## Next Steps
221-
222- - [ ] Platform is ready for use
223- - [ ] Consider adding to CI/CD pipeline
224- - [ ] Update any additional documentation
225- ```
226-
227148## Quality Criteria
228149
229150- Platform-specific directories are set up in the DeepWork repo
@@ -238,7 +159,6 @@ deepwork install --platform <platform_name>
238159 - No template errors or missing content
239160- Existing platforms still work (if applicable)
240161- No conflicts between platforms
241- - ` verification_complete.md ` documents all test results
242162- When all criteria are met, include ` <promise>QUALITY_COMPLETE</promise> ` in your response
243163
244164## Context
@@ -287,7 +207,7 @@ All work for this job should be done on a dedicated work branch:
287207## Output Requirements
288208
289209Create the following output(s):
290- - ` verification_complete.md `
210+ - ` none `
291211Ensure all outputs are:
292212- Well-formatted and complete
293213- Ready for review or use by subsequent steps
@@ -326,7 +246,7 @@ After completing this step:
326246
3272472 . ** Inform the user** :
328248 - Step 4 of 4 is complete
329- - Outputs created: verification_complete.md
249+ - Outputs created: none
330250 - This is the final step - the job is complete!
331251
332252## Workflow Complete
0 commit comments