home/productivity/test-validate-prompt

Test Validate.prompt

GPTClaudeDeepSeek··1,248 copies·updated 2026-07-14
test-validate-prompt.prompt
# Step 4: Test and Validate

## Goal
Verify that the implementation works correctly, meets all requirements,
and doesn't break existing functionality.

## What You Need
- Implementation results: workflow-state/implementation-results.md
- Implementation plan: workflow-state/implementation-plan.md
- The files modified in Step 3

## Process
1. Review all files modified in Step 3
2. Run the existing test suites
3. Write or update tests for new functionality
4. Perform a manual testing checklist
5. Check for linter or type errors
6. Verify all requirements from Step 1 are satisfied
7. Check edge cases and error handling

## Verification
- [ ] All existing tests pass
- [ ] New tests are written for new functionality
- [ ] New tests pass
- [ ] No linter or type errors
- [ ] Edge cases are handled
- [ ] Error handling is implemented
- [ ] All original requirements are satisfied
- [ ] Performance is acceptable

## Output
Write workflow-state/test-results.md containing:
- Test execution summary
- List of tests added or modified
- Issues found and their current status
- Coverage report (if applicable)
- Validation checklist results

## What Happens Next
If tests pass, proceed to Step 5 (Documentation).
If tests fail, return to Step 3 with fixes.

## Usage
Invoke with: /04_test_validate

when to use it

Community prompt sourced from the open-source GitHub repo popescualextraian/shipped-by-agents (NOASSERTION). A "Test Validate.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

popescualextraian/shipped-by-agents · NOASSERTION