Skip to content

[Extension]: Update Squad Bridge to v1.3.0 #2608

@jwill824

Description

@jwill824

Extension ID

squad

Extension Name

Squad Bridge

Version

1.3.0

Description

Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks.

Author

jwill824

Repository URL

https://github.com/jwill824/spec-kit-squad

Download URL

https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.3.0.zip

License

MIT

Homepage (optional)

https://github.com/jwill824/spec-kit-squad

Documentation URL (optional)

https://github.com/jwill824/spec-kit-squad/blob/main/README.md

Changelog URL (optional)

https://github.com/jwill824/spec-kit-squad/blob/main/docs/CHANGELOG.md

Required Spec Kit Version

=0.8.11

Required Tools (optional)

  • @bradygaster/squad-cli >=0.9.4 (required)

Number of Commands

4

Number of Hooks (optional)

2

Tags

multi-agent, agents, orchestration, process, integration

Key Features

  • Initialize a Squad team from the current spec
  • Re-generate Squad agent definitions as your spec evolves
  • Route open Speckit tasks to the right Squad agents
  • Show alignment between your spec, tasks, and squad

Testing Checklist

  • Extension installs successfully via download URL
  • All commands execute without errors
  • Documentation is complete and accurate
  • No security vulnerabilities identified
  • Tested on at least one real project

Submission Requirements

  • Valid extension.yml manifest included
  • README.md with installation and usage instructions
  • LICENSE file included
  • GitHub release created with version tag
  • All command files exist and are properly formatted
  • Extension ID follows naming conventions (lowercase-with-hyphens)

Testing Details

Tested on macOS with Spec Kit >=0.8.11. Commands tested: /speckit.squad.init, /speckit.squad.generate, /speckit.squad.route, /speckit.squad.status.

Example Usage

# Install the extension
specify extension add squad --from https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.3.0.zip

# /speckit.squad.init - Initialize a Squad team from the current spec
# /speckit.squad.generate - Re-generate Squad agent definitions as your spec evolves
# /speckit.squad.route - Route open Speckit tasks to the right Squad agents
# /speckit.squad.status - Show alignment between your spec, tasks, and squad

Proposed Catalog Entry

{
  "squad": {
    "name": "Squad Bridge",
    "id": "squad",
    "description": "Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks.",
    "author": "jwill824",
    "version": "1.3.0",
    "download_url": "https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.3.0.zip",
    "repository": "https://github.com/jwill824/spec-kit-squad",
    "homepage": "https://github.com/jwill824/spec-kit-squad",
    "documentation": "https://github.com/jwill824/spec-kit-squad/blob/main/README.md",
    "changelog": "https://github.com/jwill824/spec-kit-squad/blob/main/docs/CHANGELOG.md",
    "license": "MIT",
    "requires": {
      "speckit_version": ">=0.8.11"
    },
    "provides": {
      "commands": 4,
      "hooks": 2
    },
    "tags": ["multi-agent", "agents", "orchestration", "process", "integration"],
    "verified": false,
    "downloads": 0,
    "stars": 0,
    "created_at": "2026-05-17T00:00:00Z",
    "updated_at": "2026-05-17T00:00:00Z"
  }
}

Additional Context

Automated submission opened by the catalog-submit workflow on release of v1.3.0. If an entry for squad already exists in the catalog, please treat this as a version update.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions