OrganizationGitHub source
Run the PRP template generation
/execute-template-prpImplement a comprehensive work plan (PRP) for model creation to develop a complete set of context engineering models
// skill content
Execute Template Generation PRP Execute a comprehensive template generation PRP to create a complete context engineering template package for a specific technology or framework. ## PRP File: $ARGUMENTS ## Execution Process 1. Load Template Generation PRP - Read the specified template generation PRP file in its entirety - Understand the target technology and all requirements - Review all web research findings documented in the PRP - Follow all instructions for creating the template package 2. ULTRATHINK - Template Package Design - Create a comprehensive implementation plan - Plan the complete template package structure based on PRP research - Design domain-specific context engineering adaptations - Map technology patterns to context engineering principles - Plan all required files and their relationships 3. Generate Complete Template Package - Create a complete directory structure for the technology use case - Generate domain-specific, global-rule-CLAUDE.md - Create specialized commands for PRP generation and execution - Develop a domain-specific base PRP template incorporating research findings - Include comprehensive examples and documentation from web research 4. Validate Template Package - Run all validation commands specified in the PRP - Verify that all required files are created and properly formatted - Test the completeness and accuracy of the template structure - Check integration with the base context engineering framework 5. Quality Assurance - Ensure the template follows all context engineering principles - Verify that domain-specific patterns are accurately represented - Check that validation loops are appropriate and executable for the technology - Confirm that the template is immediately usable for the target technology 6. Complete Implementation - Review the template package against all PRP requirements - Ensure all success criteria from the PRP are met - Validate that the template is production-ready ## Template Package Requirements Create a complete use case template with this exact structure: ### Required Directory Structure `` use-cases/{technology-name}/ ├── CLAUDE.md # Domain global rules ├── .claude/commands/ │ ├── generate-{technology}-prp.md # Domain PRP generation │ └── execute-{technology}-prp.md # Domain PRP execution ├── PRPs/ │ ├── templates/ │ │ └── prp_{technology}_base.md # Domain base PRP template │ ├── ai_docs/ # Domain documentation (optional) │ └── INITIAL.md # Example feature request ├── examples/ # Domain code examples ├── copy_template.py # Template deployment script └── README.md # Comprehensive usage guide `` ### Content Requirements Based on PRP Research CLAUDE.md must include (global rules for the domain): - Technology-specific tooling and package management commands - Domain architectural patterns and conventions - Framework-specific developmentworkflow procedures - Security and best practices specific to the technology - Common pitfalls and integration points Domain PRP Commands must include: - Technology-specific research processes and web search strategies - Domain documentation gathering approaches based on PRP findings - Framework-appropriate validation loops and testing patterns - Specialized implementation blueprints for the technology Base PRP Template must include: - Pre-filled domain context from web research conducted in PRP - Technology-specific success criteria and validation gates - Framework-appropriate implementation patterns and examples - Domain-specific documentation references and pitfalls Copy Script (copy_template.py ) must include: - Accept the target directory as a command-line argument - Copy the entire template directory structure to the target location - Include ALL files:CLAUDE.md , .claude/, PRPs/, examples/,README.md - Handle directory creation and error handling gracefully - Provide clear success feedback with next steps README.md must include: - Clear description
// original public source
coleam00/context-engineering-intro/use-cases/template-generator/.claude/commands/execute-template-prp.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.