* 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
16 lines
623 B
YAML
16 lines
623 B
YAML
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
|