/tsh-create-custom-prompt
Agent: Copilot Orchestrator
File: .github/prompts/tsh-create-custom-prompt.prompt.md
Creates a new custom prompt (.prompt.md) for VS Code Copilot. Analyzes existing prompts for patterns, identifies the right agent to route to, creates the prompt file, and validates the workflow end-to-end.
Usage
/tsh-create-custom-prompt <prompt requirements or description>
What It Does
- Research existing prompts — Analyzes prompts in
.github/prompts/for frontmatter format, body structure, skill reference format, and body size patterns. - Research available agents — Analyzes agents in
.github/agents/to determine the best routing target for the new prompt. - Clarify requirements — Determines the prompt's purpose, target workflow, and which agent should handle it.
- Create the prompt — Delegates creation to the artifact creator worker. Ensures agent and model are specified following established patterns.
- Review and validate — Delegates review to the artifact reviewer. Fixes issues if found.
Skills Loaded
tsh-creating-prompts— Prompt file creation workflow, templates, and validation checklist.tsh-technical-context-discovering— Discover project conventions and workspace patterns.tsh-codebase-analysing— Analyze existing prompts for structural patterns and routing conventions.
Output
A prompt file in .github/prompts/ with correct agent routing.
Orchestrator Workflow
This command routes to the Copilot Orchestrator which handles the full research → create → review workflow automatically using specialized sub-agents.