Team Review Process
Tiering prompts by criticality ensures high-impact prompts get thorough review while low-risk changes move fast.
Create a prompt review process for a team of {{team_size}} people working on {{product_description}}.\n\nCurrent workflow: {{current_workflow}}\nPrompt library size: {{library_size}} prompts\n\nDesign a review process that includes:\n1. When review is required (which types of changes need approval)\n2. Review checklist: what reviewers should evaluate\n3. Roles: who reviews what (by prompt category or criticality)\n4. Approval workflow: number of approvals needed by prompt tier\n5. Automated checks that can run before human review\n6. How to handle urgent changes that need to bypass full review\n7. Documentation requirements for each approved change
Variables to customize
Why this prompt works
Tiering prompts by criticality ensures high-impact prompts get thorough review while low-risk changes move fast.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.