You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Specify CLI currently supports a fixed set of AI assistants (Claude, Gemini, Copilot, Cursor) and template types. As the Spec-Driven Development methodology grows, we need:
Custom templates for specific frameworks/languages
Integration with external tools (Slack, Jira, GitHub Issues)
Specialized workflow automation
Community-contributed extensions
Proposed Solution
Implement an extension system modeled after GitHub CLI's gh extension architecture.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Statement
The Specify CLI currently supports a fixed set of AI assistants (Claude, Gemini, Copilot, Cursor) and template types. As the Spec-Driven Development methodology grows, we need:
Proposed Solution
Implement an extension system modeled after GitHub CLI's gh extension architecture.
Core Features
Extension Commands
Naming Convention
Example Extensions
Template Extensions:
Integration Extensions:
Benefits
Prior Art
Beta Was this translation helpful? Give feedback.
All reactions