3 Commits

Author SHA1 Message Date
Craig Bekker
41ea873bfb
Update README.md 2025-07-30 22:23:50 +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
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