mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +00:00
Add Technical Spike collection and related resources (#251)
* Add Technical Spike collection and related resources - Introduced a new collection for Technical Spikes, including a chat mode for research and a prompt for creating spike documents. - Updated the Project Planning & Management collection to include references to technical spikes. - Enhanced README files to reflect the addition of technical spike resources. - Created detailed documentation for the technical spike research methodology and prompt structure. - Added new tags and items to facilitate better organization and discovery of technical spike-related content. * CHANGE: Update research methodology for technical spikes - Refine tool usage philosophy for exhaustive research - Enhance todo management protocol for better tracking - Improve spike document update protocol for real-time logging
This commit is contained in:
committed by
GitHub
parent
7edfb9d762
commit
931d8a0a95
15
collections/technical-spike.collection.yml
Normal file
15
collections/technical-spike.collection.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
id: technical-spike
|
||||
name: Technical Spike
|
||||
description: Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before proceeding to specification and implementation of solutions.
|
||||
tags: [technical-spike, assumption-testing, validation, research]
|
||||
items:
|
||||
# Planning Chat Modes
|
||||
- path: chatmodes/research-technical-spike.chatmode.md
|
||||
kind: chat-mode
|
||||
|
||||
# Planning Prompts
|
||||
- path: prompts/create-technical-spike.prompt.md
|
||||
kind: prompt
|
||||
display:
|
||||
ordering: alpha # or "manual" to preserve the order above
|
||||
show_badge: false # set to true to show collection badge on items
|
||||
Reference in New Issue
Block a user