{"id":48828522,"url":"https://github.com/rbbtsn0w/spec-kit-extensions","last_synced_at":"2026-05-29T08:01:13.740Z","repository":{"id":347998403,"uuid":"1195888785","full_name":"RbBtSn0w/spec-kit-extensions","owner":"RbBtSn0w","description":"A collection of high-performance extensions for Spec Kit (SDD Workflow).","archived":false,"fork":false,"pushed_at":"2026-05-23T16:51:11.000Z","size":178,"stargazers_count":19,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T17:22:01.840Z","etag":null,"topics":["sdd","spec-kit","spec-kit-extension","superpowers"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RbBtSn0w.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-30T06:54:32.000Z","updated_at":"2026-05-23T08:50:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/RbBtSn0w/spec-kit-extensions","commit_stats":null,"previous_names":["rbbtsn0w/spec-kit-extensions"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/RbBtSn0w/spec-kit-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbBtSn0w%2Fspec-kit-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbBtSn0w%2Fspec-kit-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbBtSn0w%2Fspec-kit-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbBtSn0w%2Fspec-kit-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RbBtSn0w","download_url":"https://codeload.github.com/RbBtSn0w/spec-kit-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbBtSn0w%2Fspec-kit-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33642318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sdd","spec-kit","spec-kit-extension","superpowers"],"created_at":"2026-04-14T19:02:29.582Z","updated_at":"2026-05-29T08:01:13.734Z","avatar_url":"https://github.com/RbBtSn0w.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spec Kit Extensions\n\nEvidence-first extensions for [Spec Kit](https://github.com/github/spec-kit) workflows.\n\nThe current wedge is trustable AI-agent completion: when an agent says an implementation is complete, the workflow should have fresh tests, requirement coverage, and durable evidence to prove it. Broader AI governance and cross-tool portability are roadmap items, not the first product promise.\n\n## Extensions\n\n| Extension | Version | Description |\n|---|---|---|\n| [Superpowers Bridge](./superpowers-bridge) | 1.5.0 | Bridges selected Superpowers disciplines into Spec Kit as evidence-first trust gates for agent workflows. |\n| [MemoryLint](./memorylint) | 1.5.1 | Agent memory governance tool: Bidirectional audit and boundary management between AGENTS.md and the constitution. |\n\n## Installation\n\nRegister this repository's catalog once so Spec Kit can install and update\nextensions from an install-approved source:\n\n```bash\nspecify extension catalog add https://raw.githubusercontent.com/RbBtSn0w/spec-kit-extensions/main/catalog.json \\\n  --name rbbtsn0w-spec-kit-extensions \\\n  --priority 1 \\\n  --install-allowed \\\n  --description \"RbBtSn0w Spec Kit Extensions\"\n```\n\nThen install or update by the extension IDs declared in the catalog:\n\n```bash\nspecify extension add superb\nspecify extension update superb\n\nspecify extension add memorylint\nspecify extension update memorylint\n```\n\nFor one-off installs without catalog-managed updates, install a single extension\nfrom a published release:\n\n```bash\nspecify extension add superpowers-bridge --from https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.5.0/superpowers-bridge.zip\nspecify extension add memorylint --from https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/memorylint-v1.5.1/memorylint.zip\n```\n\nFor local development, clone this repository and either install a specific extension or register every top-level extension discovered by `install.sh`:\n\n```bash\ngit clone https://github.com/RbBtSn0w/spec-kit-extensions.git\ncd spec-kit-extensions\n\nspecify extension add --dev ./superpowers-bridge\n# or\n./install.sh\n```\n\n## Product Direction\n\n- **Now:** evidence-based completion gates, status synchronization, and requirement drift review for Spec Kit users.\n- **Next:** MemoryLint semantic audits for long-lived agent instructions.\n- **Later:** Universal Bridge portability once the Spec Kit loop proves useful in real repositories.\n\n## Development\n\n1. Clone this repository.\n2. Add your extension in a new directory.\n3. Register your development extension locally:\n\n```bash\nspecify extension add --dev ./[extension-name]\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbbtsn0w%2Fspec-kit-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbbtsn0w%2Fspec-kit-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbbtsn0w%2Fspec-kit-extensions/lists"}