Update PRP Template to v2 with Pre-Write Validation and Enhanced Structure #17
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.
This pull request updates the
PRPs/templates/prp_base.mdfile to version 2, introducing significant improvements to the Product Requirements Prompt (PRP) template for AI-driven development. The changes align with the strict reliability requirements (0% regression, 0% logical errors, mandatory documentation) and enhance the template's usability for context-rich AI coding tasks.Changes
src/existing_module.pyis missing).ruff check) to catch style/syntax errors before changes.examples/web_scraper.py) for consistency.CLAUDE.mdrules, including no unvalidated modifications and mandatory documentation synchronization.Why
These changes improve the reliability and clarity of the PRP template, reducing errors in AI-generated code by providing richer context and enforcing strict validation before modifications. The pre-write validation step prevents unauthorized or erroneous file changes, aligning with file integrity validation rule.
Validation
PRPs/EXAMPLE_multi_agent_prp.md).Next Steps
Please provide feedback ("Good" or "False") to proceed or iterate on this change.