Software architectureGitHub source
Generate a PRP template
/generate-template-prpDevelop a comprehensive PRP aimed at creating context-specific engineering models for specific technological fields, based on the requirements of
// skill content
Generate PRP Template ## Feature file: $ARGUMENTS Generate a comprehensive PRP for creating context engineering templates for specific technology domains based on the detailed requirements in theINITIAL.md file. This follows the standard PRP frameworkworkflow :INITIAL.md → generate-template-prp → execute-template-prp. CRITICAL: Web searches and documentation research are your best tools. Use them extensively throughout this process. ## Research Process 1. Read and Understand Requirements - Read the specified “INITIAL.md ” file thoroughly - Understand the target technology and specific template requirements - Note any specific features, examples, or documentation mentioned - Identify the scope and complexity of the required template 2. Extensive Web Research (CRITICAL) - Conduct extensive web searches on the target technology:this is essential - Study official documentation, APIs, and getting-started guides - Research best practices and common architectural patterns - Find real-world implementation examples and tutorials - Identify common pitfalls, issues, and edge cases - Look for established project structure conventions 3. Technology Pattern Analysis - Examine successful implementations found through web research - Identify project structure and file organization patterns - Extract reusable code patterns and configuration templates - Document framework-specific development-workflows - Note testing frameworks and validation approaches 4. Context Engineering Adaptation - Map discovered technology patterns to context engineering principles - Plan how to adapt the PRP framework for this specific technology - Design domain-specific validation requirements - Plan the template package structure and components ## PRP Generation Using PRPs, templates, andprptemplatebase.md as the foundation: ### Critical Context to Include from Web Research Technology Documentation (from web search): - URLs for official framework documentation with specific sections - Getting-started guides and tutorials -API references and best-practices guides - Community resources and example repositories Implementation Patterns (from research): - Framework-specific project structures and conventions - Configuration management approaches - Development-workflow -patterns - Testing and validation approaches Real-World Examples: - Links to successful implementations found online - Code snippets and configuration examples - Common integration patterns - Deployment and setup procedures ### Implementation Blueprint Based on web research findings: - Technology Analysis: Document framework characteristics and patterns - Template Structure: Plan all components of the template package - Specialization Strategy: How to adapt context engineering for this technology - Validation Design: Technology-appropriate testing and validation loops ### Validation Gates (Must Be Executable) ``bash # Template Structure Validation ls -la use-cases/{technology-name}/ find use-cases/{technology-name}/ -name "*.md" | wc -l # Should have all required files # Template Content Validation grep -r "TODO\|PLACEHOLDER" use-cases/{technology-name}/ # Should be empty grep -r "WEBSEARCH_NEEDED" use-cases/{technology-name}/ # Should be empty # Template Functionality Testing cd use-cases/{technology-name} /generate-{technology}-prp INITIAL.md # Test domain-specific PRP generation *** CRITICAL: Do extensive web research before writing the PRP *** *** Use WebSearch tool extensively to understand the technology deeply *** ## Output Save as: PRPs/template-{technology-name}.md` ## Quality Checklist - [ ] Extensive web research completed on target technology - [ ] Official documentation thoroughly reviewed - [ ] Real-world examples and patterns identified - [ ] Complete template package structure planned - [ ] Domain-specific validation designed - [ ] All web research findings documented in PRP - [ ] Technology-specific pitfalls and patterns captured Score the PRP on a scale of 1:10 (confidence level for creating comprehensive, immediately usable templates based on thorough technology research)
// original public source
coleam00/context-engineering-intro/use-cases/template-generator/.claude/commands/generate-template-prp.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// similar