Summary
Research how to integrate PromptKit natively into GitHub Copilot CLI so it feels like a built-in capability rather than a separate addon. The current workflow requires users to "read and execute bootstrap.md" or run a separate npx promptkit CLI that spawns a child Copilot process — both feel disjointed.
Pain Points Identified
- Requires separate CLI installation
- Spawns a child Copilot process, losing existing session context
- No integration with Copilot's discoverability (
/skills, /agent, etc.)
- Cannot be invoked naturally within an existing session
- Context discontinuity: When a user generates a PromptKit artifact (e.g., a custom agent) and later needs another PromptKit capability (e.g., bug investigation), they must break out of their current session, losing accumulated context
Research Scope
Evaluate all Copilot CLI extension points for PromptKit integration:
- Skills — on-demand task instructions (
/promptkit)
- Custom Agents — specialized personas with
infer: true auto-delegation
- MCP Server — deterministic, programmatic assembly
- Plugins — distribution vehicle bundling all components
- Hooks — lifecycle guardrails and output validation
- LSP Configs — enhanced code intelligence for code-analysis templates
- Custom Instructions — lightweight always-loaded context
Deliverables
Summary
Research how to integrate PromptKit natively into GitHub Copilot CLI so it feels like a built-in capability rather than a separate addon. The current workflow requires users to "read and execute bootstrap.md" or run a separate
npx promptkitCLI that spawns a child Copilot process — both feel disjointed.Pain Points Identified
/skills,/agent, etc.)Research Scope
Evaluate all Copilot CLI extension points for PromptKit integration:
/promptkit)infer: trueauto-delegationDeliverables
docs/copilot-cli-integration-research.md)docs/roadmap.md)