Craig Bekker
41ea873bfb
Update README.md
2025-07-30 22:23:50 +02:00
Craig Bekker
6486a8a533
feat: Update README and script to include Collections in customization features
2025-07-30 22:17:01 +02:00
Craig Bekker
1d28548312
Refactor planning prompts:
...
- Deleted obsolete feature build prompt.
- Updated feature implementation prompt to enhance system architecture overview and API design sections.
- Revised GitHub prompt to streamline quality standards context and remove redundant test strategy templates.
- Removed implementation guide prompt to consolidate documentation.
- Introduced a new comprehensive test planning prompt with detailed strategies, task breakdowns, and quality assurance plans.
2025-07-30 22:07:31 +02:00
Craig Bekker
70ff58f851
chore: remove obsolete test instructions and demo prompt files
2025-07-30 20:43:55 +02:00
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