bundle_submission.yml
bundle_submission.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| Bundle Submission | Submit your bundle for community review | enhancement |
Thanks for contributing a bundle! This template helps you submit a role or team stack for community review.
Before submitting:
- Review the Bundles reference
- Ensure your bundle has a valid
bundle.ymlmanifest - Create a GitHub release with a versioned bundle artifact
- Test installation from a downloaded artifact:
specify bundle install ./your-bundle-1.0.0.zip - If you host a bundle catalog, test catalog installation with
specify bundle catalog add <catalog-url> --id <catalog-id> --policy install-allowedandspecify bundle install <bundle-id> - If your bundle depends on components from non-default catalogs, document those catalog URLs and test installation from a clean project
Unique bundle identifier (lowercase slug; letters, digits, dots, underscores, and hyphens only)
Human-readable bundle name
Semantic version number
Primary role, team, or persona this bundle provisions
Brief description of the stack this bundle installs
Your name or organization
GitHub repository URL for your bundle source
URL to the versioned bundle artifact generated by specify bundle build
Link to documentation that explains what the bundle installs and how to use it
Open source license type
Minimum Spec Kit version required by the bundle
Integration ID if the bundle pins one; leave empty if integration-agnostic
List the extensions, presets, workflows, and steps this bundle installs
List any non-default catalogs users must add before this bundle can resolve its components; enter "None" if every component resolves from built-in or bundled catalogs
2-5 relevant tags (lowercase, separated by commas)
List the main capabilities this bundle provides
Describe how you tested your bundle
Provide a simple example of installing and using your bundle
Provide the JSON entry that would appear under the top-level bundles object in a bundle catalog (helps reviewers)
Any other information that would help reviewers