feat: add E2E classification step and prefer appending tests (#642)#646
Open
prompt-driven-github[bot] wants to merge 1 commit intomainfrom
Open
feat: add E2E classification step and prefer appending tests (#642)#646prompt-driven-github[bot] wants to merge 1 commit intomainfrom
prompt-driven-github[bot] wants to merge 1 commit intomainfrom
Conversation
…ing files (#642) - Add Step 8.5 (E2E classification) to skip expensive E2E test generation when unit tests already provide sufficient coverage - Update Step 6 prompt to prefer appending to existing test files by default, only creating new files when no relevant test file exists - Update orchestrator to handle Step 8.5 skip logic and 12-step flow - Update README with new step descriptions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Prevents unnecessary test file accumulation by adding a lightweight E2E classification step (Step 8.5) that skips expensive E2E test generation when unit tests already provide sufficient coverage, and by making Step 6 prefer appending tests to existing test files by default.
Closes #642
Changes Made
New Prompt
prompts/agentic_bug_step8_5_e2e_classification_LLM.prompt— Lightweight classification prompt (follows Step 5.5 pattern) that outputsE2E_NEEDED: yes/nobefore Step 9 runsPrompts Modified
prompts/agentic_bug_step6_test_plan_LLM.prompt— Make appending to existing test files the preferred default; only create new files when no relevant test file existsprompts/agentic_bug_orchestrator_python.prompt— Add Step 8.5 to step sequence, context accumulation, timeouts, and skip logic for Step 9prompts/agentic_bug_python.prompt— Update description from "10-step" to "multi-step", add pdd-interface/pdd-reason metadataprompts/agentic_bug_step8_verify_LLM.prompt— Update step count referenceprompts/agentic_bug_step9_e2e_test_LLM.prompt— Update step count, note conditional executionprompts/agentic_bug_step10_pr_LLM.prompt— Update step count referenceDocumentation Updated
README.md— Add Step 8.5 description, update Step 6 and Step 9 descriptionsReview Checklist
Next Steps After Merge
Created by pdd change workflow