Craig 38d67f3c2f feat: Add collections support with plan collection
 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.
2025-07-30 20:40:54 +02:00
..

🎯 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. Install in VS Code Install in VS Code
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. Install in VS Code Install in VS Code
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. Install in VS Code Install in VS Code
Feature Implementation Plan Prompt Prompt for creating detailed feature implementation plans, following Epoch monorepo structure. Install in VS Code Install in VS Code
Feature PRD Prompt Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic. Install in VS Code Install in VS Code
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. Install in VS Code Install in VS Code

💡 Usage: Use /prompt-name in VS Code chat, run Chat: Run Prompt command, or hit the run button while you have a prompt open.