✨ New Features: • Collections system for organizing domain-specific customizations • Plan collection with 6 specialized prompts for feature development • Automated README generation for collections • Badge generation with proper collection path support 📝 Plan Collection Content: • Epic planning (PRD and architecture) • Feature planning (PRD and implementation) • GitHub issue automation • Build implementation guide • Comprehensive development workflow 🔧 Script Enhancements: • Collections discovery and processing • Individual collection README generation • Main README collections section • Badge URL generation with collection paths • Proper navigation links to README.md files 📁 Structure: collections/ ├── plan/ (6 prompts) └── test/ (demo content) The collections feature enables organized, domain-specific GitHub Copilot customizations with automated documentation and proper VS Code integration.
6.2 KiB
6.2 KiB
🎯 Plan Collection
A curated collection of GitHub Copilot customizations focused on plan workflows and best practices.
📄 About This Collection
This collection provides specialized prompts, instructions, and chat modes tailored for plan-related development tasks.
🎯 Prompts
Ready-to-use prompt templates for this collection:
| Title | Description | Install |
|---|---|---|
| Epic Architecture Specification Prompt | Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document. | |
| Epic Product Requirements Document (PRD) Prompt | Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification. | |
| Feature Build Implementation Prompt | Complete feature implementation prompt that builds the entire feature in VS Code using AI tools (GitHub Copilot, Claude CLI, Gemini CLI, etc.) with full context from all workflow artifacts. | |
| Feature Implementation Plan Prompt | Prompt for creating detailed feature implementation plans, following Epoch monorepo structure. | |
| Feature PRD Prompt | Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic. | |
| GitHub Issue Planning & Project Automation Prompt | Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking. |
💡 Usage: Use
/prompt-namein VS Code chat, runChat: Run Promptcommand, or hit the run button while you have a prompt open.
🔗 Related
- Main Repository - Browse all available customizations
- Contributing Guide - How to contribute to this collection