-
Notifications
You must be signed in to change notification settings - Fork 5
Research: Copilot CLI native integration strategies #160
Copy link
Copy link
Open
Description
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: trueauto-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
- Research document (
docs/copilot-cli-integration-research.md) - Roadmap update (
docs/roadmap.md) - Requirements document
- Design document
- Validation plan
- Implementation plan
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels