Skip to content

Commit 37b159e

Browse files
committed
docs(prompts): add validation report output location
Add 'Saving The Output' section specifying where validation reports should be saved, aligning with other workflow output file locations in the spec directory structure.
1 parent 3fa1931 commit 37b159e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

prompts/validate-spec-implementation.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,20 @@ For each issue:
224224
- File comparison results (expected vs actual)
225225
- Commands executed with results
226226

227+
## Saving The Output
228+
229+
After generation is complete:
230+
231+
- Save the report using the specification below
232+
- Verify the file was created successfully
233+
234+
### Validation Report File Details
235+
236+
**Format:** Markdown (`.md`)
237+
**Location:** `./docs/specs/[NN]-spec-[feature-name]/` (where `[NN]` is a zero-padded 2-digit number: 01, 02, 03, etc.)
238+
**Filename:** `[NN]-validation-[feature-name].md` (e.g., if the Spec is `01-spec-user-authentication.md`, save as `01-validation-user-authentication.md`)
239+
**Full Path:** `./docs/specs/[NN]-spec-[feature-name]/[NN]-validation-[feature-name].md`
240+
227241
## What Comes Next
228242

229243
Once validation is complete and all issues are resolved, the implementation is ready for merge. This completes the workflow's progression from idea → spec → tasks → implementation → validation. Instruct the user to do a final code review before merging the changes.

0 commit comments

Comments
 (0)