specify-cli 0.10.3__tar.gz → 0.11.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {specify_cli-0.10.3 → specify_cli-0.11.0}/CHANGELOG.md +31 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/CITATION.cff +2 -2
- {specify_cli-0.10.3 → specify_cli-0.11.0}/PKG-INFO +1 -1
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/community/extensions.md +4 -1
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/community/presets.md +6 -5
- specify_cli-0.11.0/docs/concepts/complex-features.md +83 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/index.md +3 -3
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/local-development.md +35 -9
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/reference/integrations.md +1 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/toc.yml +2 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/catalog.community.json +113 -7
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/catalog.community.json +80 -28
- {specify_cli-0.10.3 → specify_cli-0.11.0}/pyproject.toml +2 -2
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/__init__.py +2345 -2341
- specify_cli-0.11.0/src/specify_cli/_invocation_style.py +45 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/commands/init.py +296 -86
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/extensions.py +252 -173
- specify_cli-0.11.0/src/specify_cli/integration_scaffold.py +287 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/__init__.py +2 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/_commands.py +1 -0
- specify_cli-0.11.0/src/specify_cli/integrations/_scaffold_commands.py +52 -0
- specify_cli-0.11.0/src/specify_cli/integrations/zed/__init__.py +34 -0
- specify_cli-0.10.3/src/specify_cli/presets.py → specify_cli-0.11.0/src/specify_cli/presets/__init__.py +24 -24
- specify_cli-0.11.0/src/specify_cli/presets/_commands.py +711 -0
- specify_cli-0.11.0/src/specify_cli/workflows/__init__.py +201 -0
- specify_cli-0.11.0/src/specify_cli/workflows/catalog.py +1199 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/fan_out/__init__.py +19 -3
- specify_cli-0.11.0/tests/integrations/test_integration_scaffold.py +238 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_subcommand.py +1 -0
- specify_cli-0.11.0/tests/integrations/test_integration_zed.py +164 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_registry.py +1 -1
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_check_prerequisites_paths_only.py +7 -7
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_presets.py +3 -3
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_setup_plan_feature_json.py +5 -5
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_setup_plan_no_overwrite.py +5 -5
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_setup_tasks.py +18 -18
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_workflows.py +1025 -5
- specify_cli-0.11.0/workflows/step-catalog.community.json +6 -0
- specify_cli-0.11.0/workflows/step-catalog.json +6 -0
- specify_cli-0.10.3/src/specify_cli/workflows/__init__.py +0 -68
- specify_cli-0.10.3/src/specify_cli/workflows/catalog.py +0 -540
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.devcontainer/devcontainer.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.devcontainer/post-create.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.editorconfig +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.gitattributes +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/CODEOWNERS +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/ISSUE_TEMPLATE/agent_request.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/ISSUE_TEMPLATE/extension_submission.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/ISSUE_TEMPLATE/preset_submission.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/aw/actions-lock.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/dependabot.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/skills/add-community-extension/SKILL.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/RELEASE-PROCESS.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/add-community-extension.lock.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/add-community-extension.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/add-community-preset.lock.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/add-community-preset.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/catalog-assign.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/codeql.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/docs.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/lint.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/release-trigger.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/release.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/stale.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.github/workflows/test.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.gitignore +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.markdownlint-cli2.jsonc +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/.zenodo.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/AGENTS.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/CODE_OF_CONDUCT.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/CONTRIBUTING.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/DEVELOPMENT.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/LICENSE +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/SECURITY.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/SUPPORT.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/.gitignore +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/community/friends.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/community/overview.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/community/walkthroughs.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/concepts/sdd.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/concepts/spec-persistence.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/docfx.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/install/air-gapped.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/install/one-time.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/install/pipx.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/install/uv.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/installation.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/quickstart.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/reference/authentication.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/reference/core.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/reference/extensions.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/reference/overview.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/reference/presets.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/reference/workflows.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/template/public/main.css +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/docs/upgrade.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/EXTENSION-API-REFERENCE.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/EXTENSION-DEVELOPMENT-GUIDE.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/EXTENSION-PUBLISHING-GUIDE.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/EXTENSION-USER-GUIDE.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/RFC-EXTENSION-SYSTEM.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/agent-context/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/agent-context/agent-context-config.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/agent-context/commands/speckit.agent-context.update.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/agent-context/extension.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/agent-context/scripts/bash/update-agent-context.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/agent-context/scripts/powershell/update-agent-context.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/bug/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/bug/commands/speckit.bug.assess.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/bug/commands/speckit.bug.fix.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/bug/commands/speckit.bug.test.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/bug/extension.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/catalog.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/commands/speckit.git.commit.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/commands/speckit.git.feature.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/commands/speckit.git.initialize.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/commands/speckit.git.remote.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/commands/speckit.git.validate.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/config-template.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/extension.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/git-config.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/bash/auto-commit.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/bash/create-new-feature-branch.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/bash/git-common.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/bash/initialize-repo.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/powershell/auto-commit.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/powershell/create-new-feature-branch.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/powershell/git-common.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/git/scripts/powershell/initialize-repo.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/selftest/commands/selftest.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/selftest/extension.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/.gitignore +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/CHANGELOG.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/EXAMPLE-README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/LICENSE +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/commands/example.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/config-template.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/extensions/template/extension.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/integrations/CONTRIBUTING.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/integrations/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/integrations/catalog.community.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/integrations/catalog.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/media/bootstrap-claude-code.gif +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/media/logo_large.webp +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/media/logo_small.webp +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/media/spec-kit-video-header.jpg +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/media/specify_cli.gif +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/newsletters/2026-April.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/newsletters/2026-February.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/newsletters/2026-March.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/newsletters/2026-May.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/ARCHITECTURE.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/PUBLISHING.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/catalog.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/lean/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/lean/commands/speckit.constitution.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/lean/commands/speckit.implement.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/lean/commands/speckit.plan.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/lean/commands/speckit.specify.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/lean/commands/speckit.tasks.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/lean/preset.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/scaffold/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/scaffold/commands/speckit.myext.myextcmd.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/scaffold/commands/speckit.specify.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/scaffold/preset.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/scaffold/templates/myext-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/scaffold/templates/spec-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/commands/speckit.specify.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/commands/speckit.wrap-test.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/preset.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/templates/agent-file-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/templates/checklist-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/templates/constitution-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/templates/plan-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/templates/spec-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/presets/self-test/templates/tasks-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/bash/check-prerequisites.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/bash/common.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/bash/create-new-feature.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/bash/setup-plan.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/bash/setup-tasks.sh +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/powershell/check-prerequisites.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/powershell/common.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/powershell/create-new-feature.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/powershell/setup-plan.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/scripts/powershell/setup-tasks.ps1 +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/spec-driven.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/spec-kit.code-workspace +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/_agent_config.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/_assets.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/_console.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/_github_http.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/_init_options.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/_utils.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/_version.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/agents.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/authentication/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/authentication/azure_devops.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/authentication/base.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/authentication/config.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/authentication/github.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/authentication/http.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/catalogs.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/commands/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integration_runtime.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integration_state.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integration_status.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/_helpers.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/_install_commands.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/_migrate_commands.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/_query_commands.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/agy/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/amp/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/auggie/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/base.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/bob/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/catalog.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/claude/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/cline/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/codebuddy/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/codex/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/copilot/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/cursor_agent/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/devin/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/forge/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/gemini/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/generic/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/goose/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/hermes/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/iflow/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/junie/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/kilocode/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/kimi/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/kiro_cli/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/lingma/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/manifest.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/opencode/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/pi/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/qodercli/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/qwen/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/roo/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/rovodev/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/shai/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/tabnine/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/trae/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/vibe/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/integrations/windsurf/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/shared_infra.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/base.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/engine.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/expressions.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/command/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/do_while/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/fan_in/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/gate/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/if_then/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/prompt/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/shell/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/switch/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/src/specify_cli/workflows/steps/while_loop/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/checklist-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/analyze.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/checklist.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/clarify.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/constitution.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/implement.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/plan.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/specify.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/tasks.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/commands/taskstoissues.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/constitution-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/plan-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/spec-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/tasks-template.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/templates/vscode-settings.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/auth_helpers.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/conftest.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/extensions/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/extensions/bug/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/extensions/bug/test_bug_extension.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/extensions/git/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/extensions/git/test_git_extension.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/extensions/test_extension_agent_context.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/hooks/.specify/extensions.yml +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/hooks/TESTING.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/hooks/plan.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/hooks/spec.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/hooks/tasks.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/http_helpers.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/__init__.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/conftest.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_base.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_cli.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_extra_args.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_agy.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_amp.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_auggie.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_base_markdown.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_base_skills.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_base_toml.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_base_yaml.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_bob.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_catalog.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_claude.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_cline.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_codebuddy.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_codex.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_copilot.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_cursor_agent.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_devin.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_forge.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_gemini.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_generic.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_goose.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_hermes.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_iflow.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_junie.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_kilocode.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_kimi.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_kiro_cli.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_lingma.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_opencode.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_pi.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_qodercli.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_qwen.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_roo.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_rovodev.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_shai.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_state.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_tabnine.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_trae.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_vibe.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_integration_windsurf.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/integrations/test_manifest.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/self_upgrade_helpers.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_agent_config_consistency.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_authentication.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_branch_numbering.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_check_tool.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_cli_version.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_commands_package.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_console_imports.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_extension_registration.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_extension_skills.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_extension_update_hardening.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_extensions.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_github_http.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_merge.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_ps1_encoding.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_registrar_path_traversal.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_self_upgrade_detection.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_self_upgrade_execution.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_self_upgrade_guidance.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_self_upgrade_verification.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_timestamp_branches.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_upgrade.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_utils_assets_imports.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_version_imports.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/tests/test_workflow_run_without_project.py +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/workflows/ARCHITECTURE.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/workflows/PUBLISHING.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/workflows/README.md +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/workflows/catalog.community.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/workflows/catalog.json +0 -0
- {specify_cli-0.10.3 → specify_cli-0.11.0}/workflows/speckit/workflow.yml +0 -0
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- insert new changelog below this comment -->
|
|
4
4
|
|
|
5
|
+
## [0.11.0] - 2026-06-16
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Add workflow step catalog — community-installable step types (#2394)
|
|
10
|
+
- feat(dev): add integration scaffolder (#2685)
|
|
11
|
+
- Add Command Density preset to community catalog (#3006)
|
|
12
|
+
- fix(tests): don't run PowerShell tests via WSL-interop powershell.exe (#2971)
|
|
13
|
+
- Add Zed integration (#2780)
|
|
14
|
+
- Update architecture-governance preset to v0.5.0 (#2929)
|
|
15
|
+
- Update Superpowers Implementation Bridge extension to v1.1.0 (#3011)
|
|
16
|
+
- Update isaqb-architecture-governance preset to v0.2.0 (#2984)
|
|
17
|
+
- Update security-governance preset to v0.6.0 (#2932)
|
|
18
|
+
- chore: update CITATION.cff to v0.10.2 (2026-06-11) (#2966)
|
|
19
|
+
- chore: release 0.10.4, begin 0.10.5.dev0 development (#3010)
|
|
20
|
+
|
|
21
|
+
## [0.10.4] - 2026-06-16
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- fix: fail loudly when a fan-out 'items' expression does not resolve to a list (#2957)
|
|
26
|
+
- refactor: move preset command handlers to presets/_commands.py (PR-6/8) (#2826)
|
|
27
|
+
- Update agent-parity-governance preset to v0.3.0 (#2982)
|
|
28
|
+
- Update cross-platform-governance preset to v0.2.0 (#2983)
|
|
29
|
+
- Add Data Model Diagram extension to community catalog (#2922)
|
|
30
|
+
- Add Spec Kit TLDR extension to community catalog (#3007)
|
|
31
|
+
- docs: add guide for handling complex features (#3004)
|
|
32
|
+
- Add Loop Engineering extension to community catalog (#3002)
|
|
33
|
+
- Update MemoryLint extension to v1.5.1 (#3000)
|
|
34
|
+
- chore: release 0.10.3, begin 0.10.4.dev0 development (#2999)
|
|
35
|
+
|
|
5
36
|
## [0.10.3] - 2026-06-16
|
|
6
37
|
|
|
7
38
|
### Changed
|
|
@@ -20,8 +20,8 @@ authors:
|
|
|
20
20
|
repository-code: "https://github.com/github/spec-kit"
|
|
21
21
|
url: "https://github.github.io/spec-kit/"
|
|
22
22
|
license: MIT
|
|
23
|
-
version: "0.
|
|
24
|
-
date-released: "2026-
|
|
23
|
+
version: "0.10.2"
|
|
24
|
+
date-released: "2026-06-11"
|
|
25
25
|
keywords:
|
|
26
26
|
- spec-driven development
|
|
27
27
|
- ai coding agents
|
|
@@ -48,6 +48,7 @@ The following community-contributed extensions are available in [`catalog.commun
|
|
|
48
48
|
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
|
|
49
49
|
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files | `integration` | Read+Write | [spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence) |
|
|
50
50
|
| Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) |
|
|
51
|
+
| Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning | `docs` | Read+Write | [spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram) |
|
|
51
52
|
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. One pinned runtime dependency; pure Node.js otherwise. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
|
|
52
53
|
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
|
|
53
54
|
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |
|
|
@@ -63,6 +64,7 @@ The following community-contributed extensions are available in [`catalog.commun
|
|
|
63
64
|
| Jira Integration (Sync Engine) | Idempotent, drift-aware, fail-closed reconcile engine mirroring spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase) | `integration` | Read+Write | [spec-kit-jira-sync](https://github.com/ashbrener/spec-kit-jira-sync) |
|
|
64
65
|
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
|
|
65
66
|
| Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear-sync](https://github.com/ashbrener/spec-kit-linear-sync) |
|
|
67
|
+
| Loop Engineering | Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender | `process` | Read+Write | [spec-kit-loop](https://github.com/formin/spec-kit-loop) |
|
|
66
68
|
| MAQA — Multi-Agent & Quality Assurance | Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins. Optional CI gate. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) |
|
|
67
69
|
| MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress | `integration` | Read+Write | [spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops) |
|
|
68
70
|
| MAQA CI/CD Gate | Auto-detects GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines. Blocks QA handoff until pipeline is green. | `process` | Read+Write | [spec-kit-maqa-ci](https://github.com/GenieRobot/spec-kit-maqa-ci) |
|
|
@@ -74,7 +76,7 @@ The following community-contributed extensions are available in [`catalog.commun
|
|
|
74
76
|
| MDE | Minimal model-driven engineering workflow with setup, next, and status commands | `process` | Read+Write | [spec-kit-mde](https://github.com/AI-MDE/spec-kit-mde) |
|
|
75
77
|
| Memory Loader | Loads .specify/memory/ files before lifecycle commands so LLM agents have project governance context | `docs` | Read-only | [spec-kit-memory-loader](https://github.com/KevinBrown5280/spec-kit-memory-loader) |
|
|
76
78
|
| Memory MD | Spec Kit extension for repository-native Markdown memory that captures durable decisions, bugs, and project context | `docs` | Read+Write | [spec-kit-memory-hub](https://github.com/DyanGalih/spec-kit-memory-hub) |
|
|
77
|
-
| MemoryLint |
|
|
79
|
+
| MemoryLint | Evidence-driven instruction drift checker: audits agent memory files for boundary, reality, conflict, and redundancy drift. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |
|
|
78
80
|
| Microsoft 365 Integration | Fetch Teams messages, meeting transcripts, and SharePoint/OneDrive files as local Markdown for spec generation | `integration` | Read+Write | [spec-kit-m365](https://github.com/BenBtg/spec-kit-m365) |
|
|
79
81
|
| Multi-Model Review | Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review. | `process` | Read+Write | [multi-model-review](https://github.com/formin/multi-model-review) |
|
|
80
82
|
| Multi-Sites Spec Kit | Multi-site aware specify command with per-site spec folders, auto-increment, and Drupal support | `process` | Read+Write | [spec-kit-multi-sites](https://github.com/teeyo/spec-kit-multi-sites) |
|
|
@@ -109,6 +111,7 @@ The following community-contributed extensions are available in [`catalog.commun
|
|
|
109
111
|
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
|
|
110
112
|
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
|
|
111
113
|
| Spec Kit Schedule | Optimal multi-agent task scheduling via CP-SAT — DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output | `process` | Read+Write | [spec-kit-schedule](https://github.com/jfranc38/spec-kit-schedule) |
|
|
114
|
+
| Spec Kit TLDR | Render a feature's spec.md / plan.md into a review-oriented TLDR (self-contained HTML dashboard + PR-native Markdown) that surfaces risks for faster PR review. | `visibility` | Read+Write | [speckit-tldr](https://github.com/qurore/speckit-tldr) |
|
|
112
115
|
| Spec Orchestrator | Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs | `process` | Read-only | [spec-kit-orchestrator](https://github.com/Quratulain-bilal/spec-kit-orchestrator) |
|
|
113
116
|
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
|
|
114
117
|
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |
|
|
@@ -8,22 +8,23 @@ The following community-contributed presets customize how Spec Kit behaves — o
|
|
|
8
8
|
| Preset | Purpose | Provides | Requires | URL |
|
|
9
9
|
|--------|---------|----------|----------|-----|
|
|
10
10
|
| A11Y Governance | Adds WCAG 2.2 AA accessibility checks, bilingual DE/EN delivery, CEFR-B2 readability, CLI accessibility, inclusive-content guidance, and didactic inline-code-comment review | 10 templates, 3 commands | — | [spec-kit-preset-a11y-governance](https://github.com/hindermath/spec-kit-preset-a11y-governance) |
|
|
11
|
-
| Agent Parity Governance |
|
|
11
|
+
| Agent Parity Governance | Adds shared-guidance parity, audit-ready Spec-Kit run evidence, and agent-neutral model-routing guidance across a project's declared AI-agent instruction surfaces so agent guidance does not drift. | 6 templates, 3 commands | — | [spec-kit-preset-agent-parity-governance](https://github.com/hindermath/spec-kit-preset-agent-parity-governance) |
|
|
12
12
|
| AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
|
|
13
|
-
| Architecture Governance | Adds secure architecture
|
|
13
|
+
| Architecture Governance | Adds secure software architecture, STRIDE+CAPEC threat modeling, arc42 security cross-cutting concepts, S-ADRs, Zero Trust applicability, OWASP SAMM governance, BSI C3A cloud autonomy, BSI C5 cloud compliance assurance, and audit-ready Spec Kit run evidence | 13 templates, 3 commands | — | [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) |
|
|
14
14
|
| Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands | — | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) |
|
|
15
15
|
| Claude AskUserQuestion | Upgrades `/speckit.clarify` and `/speckit.checklist` on Claude Code from Markdown-table prompts to the native AskUserQuestion picker, with a recommended option and reasoning on every question | 2 commands | — | [spec-kit-preset-claude-ask-questions](https://github.com/0xrafasec/spec-kit-preset-claude-ask-questions) |
|
|
16
|
-
|
|
|
16
|
+
| Command Density | Compacts the nine core Spec Kit command prompts while preserving scripts, handoffs, placeholders, hook output blocks, and rule structure | 9 commands | — | [spec-kit-preset-command-density](https://github.com/Xopoko/spec-kit-preset-command-density) |
|
|
17
|
+
| Cross-Platform Governance | Adds Bash + PowerShell parity, Unix man-pages, bilingual comment-based help, Verb-Noun Cmdlet discipline, and audit-ready Spec Kit run evidence for scripting projects managed with Spec Kit | 8 templates, 3 commands | — | [spec-kit-preset-cross-platform-governance](https://github.com/hindermath/spec-kit-preset-cross-platform-governance) |
|
|
17
18
|
| Explicit Task Dependencies | Adds explicit `(depends on T###)` dependency declarations and an Execution Wave DAG to tasks.md for parallel scheduling | 1 template, 1 command | — | [spec-kit-preset-explicit-task-dependencies](https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies) |
|
|
18
19
|
| Fiction Book Writing | It adapts the Spec-Driven Development workflow for storytelling to create books or audiobooks (with annotations) in 12 languages: features become story elements, specs become story briefs, plans become story structures, and tasks become scene-by-scene writing tasks. Supports single and multi-POV, all major plot structure frameworks, and two style modes: an author voice sample or humanized AI prose principles. Supports interactive elements like brainstorming, interview, roleplay, and extras like statistics, cover builder, illustration builder, and bio command. Export with templates for KDP, D2D, etc. | 26 templates, 34 commands, 2 scripts | — | [speckit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing) |
|
|
19
20
|
| Game Narrative Writing | Spec-Driven Development for interactive game narrative pre-production for video games. Authors write in a portable generic format, Twine/Sugarcube (.twee) or Ink (.ink). Covers choice-IF, visual novels, and branching dialogue. Supports Tier 1 mechanic hooks (flag, counter, inventory, timer, trust, currency, npc_state, ending_condition), multi-ending design, series carry-over variable registry, and NPC-focused character architecture. | 22 templates, 36 commands, 2 scripts | — | [speckit-preset-game-narrative-writing](https://github.com/adaumann/speckit-preset-game-narrative-writing) |
|
|
20
|
-
| iSAQB Architecture Governance | Adds general iSAQB/CPSA-F and arc42 architecture governance
|
|
21
|
+
| iSAQB Architecture Governance | Adds general iSAQB/CPSA-F and arc42 software-architecture governance, including audit-ready Spec Kit run evidence for architecture goals, views, quality scenarios, ADRs, risks, and technical debt. | 13 templates, 3 commands | — | [spec-kit-preset-isaqb-architecture-governance](https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance) |
|
|
21
22
|
| Jira Issue Tracking | Overrides `speckit.taskstoissues` to create Jira epics, stories, and tasks instead of GitHub Issues via Atlassian MCP tools | 1 command | — | [spec-kit-preset-jira](https://github.com/luno/spec-kit-preset-jira) |
|
|
22
23
|
| Model Driven Engineering | Focuses on streamlined commands, app repository support, cross-spec support, and capability-aware project memory for model-driven engineering workflows | 6 templates, 11 commands | MDE extension | [spec-kit-preset-mde](https://github.com/AI-MDE/spec-kit-preset-mde) |
|
|
23
24
|
| Multi-Repo Branching | Coordinates feature branch creation across multiple git repositories (independent repos and submodules) during plan and tasks phases | 2 commands | — | [spec-kit-preset-multi-repo-branching](https://github.com/sakitA/spec-kit-preset-multi-repo-branching) |
|
|
24
25
|
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands | — | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
|
|
25
26
|
| Screenwriting | Spec-Driven Development for screenwriting/scriptwriting/tutorials: feature films, television (pilot, episode, limited series), and stage plays. Adapts the Spec Kit workflow to screenplay craft — slug lines, action lines, act breaks, beat sheets, and industry-standard pitch documents. Supports three-act, Save the Cat, TV pilot, network episode, cable/streaming episode, and stage-play structural frameworks. Export to Fountain, FTX, PDF | 26 templates, 32 commands, 1 script | — | [speckit-preset-screenwriting](https://github.com/adaumann/speckit-preset-screenwriting) |
|
|
26
|
-
| Security Governance | Adds
|
|
27
|
+
| Security Governance | Adds memory-safe-language preference, language-specific secure coding profiles, audit-ready Spec-Kit run evidence, ASVS verification, SBOM/AI-SBOM supply-chain transparency, CRA awareness, and regulatory applicability screening for NIS2, CRA, EU AI Act, and DORA | 14 templates, 3 commands | — | [spec-kit-preset-security-governance](https://github.com/hindermath/spec-kit-preset-security-governance) |
|
|
27
28
|
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy | 5 templates, 8 commands | — | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
|
|
28
29
|
| Table of Contents Navigation | Adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents | 3 templates, 3 commands | — | [spec-kit-preset-toc-navigation](https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation) |
|
|
29
30
|
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command | — | [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Handling Complex Features
|
|
2
|
+
|
|
3
|
+
Large or complex features often run smoothly through `/speckit.specify`,
|
|
4
|
+
`/speckit.plan`, and `/speckit.tasks`, then degrade during implementation. In
|
|
5
|
+
the middle of a long `/speckit.implement` run, agents can start to lose track of
|
|
6
|
+
the plan, ignore tasks, or hallucinate — usually right before or after context
|
|
7
|
+
compaction is triggered.
|
|
8
|
+
|
|
9
|
+
The underlying cause is context window exhaustion. When a single
|
|
10
|
+
implementation run tries to hold the entire feature in context, the model
|
|
11
|
+
degrades as the window fills. The fix is to scope each run so it stays well
|
|
12
|
+
within context limits.
|
|
13
|
+
|
|
14
|
+
The `/speckit.implement` command accepts free-form user input that the agent
|
|
15
|
+
must consider before proceeding. This means you can scope each run without any
|
|
16
|
+
tooling changes.
|
|
17
|
+
|
|
18
|
+
## Option 1: Limit How Many Tasks Run Per Invocation
|
|
19
|
+
|
|
20
|
+
Instead of letting `/speckit.implement` run through every task at once, tell it
|
|
21
|
+
to stop early:
|
|
22
|
+
|
|
23
|
+
```text
|
|
24
|
+
/speckit.implement only execute tasks T001-T010, then stop and report progress
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
or scope by phase:
|
|
28
|
+
|
|
29
|
+
```text
|
|
30
|
+
/speckit.implement only execute the Setup phase, then stop
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Because completed tasks are marked `[X]` in `tasks.md`, the next
|
|
34
|
+
`/speckit.implement` invocation picks up where you left off. This keeps each run
|
|
35
|
+
well within context limits.
|
|
36
|
+
|
|
37
|
+
## Option 2: Instruct the Agent to Use Sub-Agents
|
|
38
|
+
|
|
39
|
+
If your coding agent supports sub-agents (for example, GitHub Copilot CLI or the
|
|
40
|
+
GitHub Copilot extension for VS Code), you can instruct `/speckit.implement` to
|
|
41
|
+
delegate individual tasks:
|
|
42
|
+
|
|
43
|
+
```text
|
|
44
|
+
/speckit.implement delegate each parallel [P] task to a sub-agent
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
Each sub-agent gets a focused context — one task plus the relevant plan
|
|
48
|
+
excerpts — rather than the full feature context, so compaction never triggers
|
|
49
|
+
in the main session.
|
|
50
|
+
|
|
51
|
+
## Option 3: Combine Both
|
|
52
|
+
|
|
53
|
+
For very large features, combine scoping and delegation:
|
|
54
|
+
|
|
55
|
+
```text
|
|
56
|
+
/speckit.implement execute only the Core phase, delegate [P] tasks to sub-agents
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Option 4: Decompose the Feature Into Smaller Specs
|
|
60
|
+
|
|
61
|
+
When even a single phase overwhelms the context, break the feature into
|
|
62
|
+
independently specified sub-features. Each sub-feature gets its own
|
|
63
|
+
`spec.md`, `plan.md`, and `tasks.md`, and runs through its own
|
|
64
|
+
specify/plan/tasks/implement cycle.
|
|
65
|
+
|
|
66
|
+
This is the "spec of specs" approach: the first iteration breaks a massive
|
|
67
|
+
feature into smaller, self-contained specs that can each be implemented without
|
|
68
|
+
overwhelming the model. It adds the most overhead, so reserve it for features
|
|
69
|
+
that are too large to handle any other way.
|
|
70
|
+
|
|
71
|
+
## Which Approach to Choose
|
|
72
|
+
|
|
73
|
+
| Approach | Best for |
|
|
74
|
+
| --- | --- |
|
|
75
|
+
| Limit to N tasks or a phase | Any agent; simplest; no sub-agent support needed |
|
|
76
|
+
| Sub-agent delegation | Agents that support sub-agents; maximizes parallelism |
|
|
77
|
+
| Combine scoping + delegation | Large features on sub-agent-capable agents; balances both |
|
|
78
|
+
| Decompose into smaller specs | When even a single phase overwhelms the context |
|
|
79
|
+
|
|
80
|
+
For most cases, limiting task scope per run is the simplest fix. Reach for
|
|
81
|
+
sub-agent delegation when your agent supports it and you want parallelism, and
|
|
82
|
+
decompose into smaller specs only when a single phase is still too large to
|
|
83
|
+
handle in one run.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Define what to build before building it — with any AI coding agent.**
|
|
6
6
|
|
|
7
|
-
Spec Kit is a toolkit for [Spec-Driven Development](concepts/sdd.md) (SDD), a methodology that puts specifications at the center of AI-assisted software development. Instead of jumping straight to code, you describe
|
|
7
|
+
Spec Kit is a toolkit for [Spec-Driven Development](concepts/sdd.md) (SDD), a methodology that puts specifications at the center of AI-assisted software development. Instead of jumping straight to code, you describe _what_ to build, refine it through structured phases, and let your AI coding agent implement it.
|
|
8
8
|
|
|
9
9
|
<a href="installation.md" class="btn btn-primary btn-lg">Install Spec Kit</a>
|
|
10
10
|
<a href="quickstart.md" class="btn btn-outline-primary btn-lg">Quick Start</a>
|
|
@@ -31,7 +31,7 @@ Define what to build before building it. Rich templates, quality checklists, and
|
|
|
31
31
|
|
|
32
32
|
### Use any coding agent
|
|
33
33
|
|
|
34
|
-
<span class="pillar-stat">30 integrations</span> — Copilot, Gemini, Codex, Windsurf, Claude, Forge, Kiro, and more. Switch freely between agents with a single command. No lock-in.
|
|
34
|
+
<span class="pillar-stat">30+ integrations</span> — Copilot, Gemini, Codex, Windsurf, Zed, Claude, Forge, Kiro, and more. Switch freely between agents with a single command. No lock-in.
|
|
35
35
|
|
|
36
36
|
Run `specify init` with your agent of choice and Spec Kit sets up the right command files, context rules, and directory structures automatically. If your agent isn't listed, the `generic` integration is an escape hatch for any tool.
|
|
37
37
|
|
|
@@ -90,7 +90,7 @@ Community extensions like CI Guard and Architecture Guard add compliance gates a
|
|
|
90
90
|
<span class="stat-label">Contributors</span>
|
|
91
91
|
</div>
|
|
92
92
|
<div class="stat-item">
|
|
93
|
-
<span class="stat-number">30
|
|
93
|
+
<span class="stat-number">30+</span>
|
|
94
94
|
<span class="stat-label">Integrations</span>
|
|
95
95
|
</div>
|
|
96
96
|
<div class="stat-item">
|
|
@@ -98,15 +98,41 @@ ls -l scripts | grep .sh
|
|
|
98
98
|
|
|
99
99
|
On Windows you will instead use the `.ps1` scripts (no chmod needed).
|
|
100
100
|
|
|
101
|
-
## 6.
|
|
101
|
+
## 6. Scaffold a Built-In Integration
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
Use the integration scaffold command to create the initial Python package and
|
|
104
|
+
test skeleton for a new built-in integration:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
specify integration scaffold my-agent --type markdown
|
|
108
|
+
specify integration scaffold my-agent --type toml
|
|
109
|
+
specify integration scaffold my-agent --type yaml
|
|
110
|
+
specify integration scaffold my-agent --type skills
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Hyphenated keys are converted to Python-safe package names, for example
|
|
114
|
+
`my-agent` creates `src/specify_cli/integrations/my_agent/` and
|
|
115
|
+
`tests/integrations/test_integration_my_agent.py`.
|
|
116
|
+
|
|
117
|
+
The scaffold does not register the integration automatically. Review the
|
|
118
|
+
generated metadata, then add the import and `_register()` call in
|
|
119
|
+
`src/specify_cli/integrations/__init__.py`.
|
|
120
|
+
|
|
121
|
+
## 7. Run Lint / Basic Checks
|
|
122
|
+
|
|
123
|
+
CI enforces `ruff check src/` (see `.github/workflows/test.yml`), so run it locally before pushing:
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
uvx ruff check src/
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
You can also quickly sanity check importability:
|
|
104
130
|
|
|
105
131
|
```bash
|
|
106
132
|
python -c "import specify_cli; print('Import OK')"
|
|
107
133
|
```
|
|
108
134
|
|
|
109
|
-
##
|
|
135
|
+
## 8. Build a Wheel Locally (Optional)
|
|
110
136
|
|
|
111
137
|
Validate packaging before publishing:
|
|
112
138
|
|
|
@@ -117,7 +143,7 @@ ls dist/
|
|
|
117
143
|
|
|
118
144
|
Install the built artifact into a fresh throwaway environment if needed.
|
|
119
145
|
|
|
120
|
-
##
|
|
146
|
+
## 9. Using a Temporary Workspace
|
|
121
147
|
|
|
122
148
|
When testing `init --here` in a dirty directory, create a temp workspace:
|
|
123
149
|
|
|
@@ -128,7 +154,7 @@ python -m src.specify_cli init --here --integration claude --ignore-agent-tools
|
|
|
128
154
|
|
|
129
155
|
Or copy only the modified CLI portion if you want a lighter sandbox.
|
|
130
156
|
|
|
131
|
-
##
|
|
157
|
+
## 10. Debug Network / TLS Issues
|
|
132
158
|
|
|
133
159
|
> **Deprecated:** The `--skip-tls` flag is a no-op and has no effect.
|
|
134
160
|
> It was previously used to bypass TLS validation during local testing.
|
|
@@ -137,7 +163,7 @@ Or copy only the modified CLI portion if you want a lighter sandbox.
|
|
|
137
163
|
>
|
|
138
164
|
> For example, set `SSL_CERT_FILE` or configure `HTTPS_PROXY` / `HTTP_PROXY`.
|
|
139
165
|
|
|
140
|
-
##
|
|
166
|
+
## 11. Rapid Edit Loop Summary
|
|
141
167
|
|
|
142
168
|
| Action | Command |
|
|
143
169
|
|--------|---------|
|
|
@@ -148,7 +174,7 @@ Or copy only the modified CLI portion if you want a lighter sandbox.
|
|
|
148
174
|
| Git branch uvx | `uvx --from git+URL@branch specify ...` |
|
|
149
175
|
| Build wheel | `uv build` |
|
|
150
176
|
|
|
151
|
-
##
|
|
177
|
+
## 12. Cleaning Up
|
|
152
178
|
|
|
153
179
|
Remove build artifacts / virtual env quickly:
|
|
154
180
|
|
|
@@ -156,7 +182,7 @@ Remove build artifacts / virtual env quickly:
|
|
|
156
182
|
rm -rf .venv dist build *.egg-info
|
|
157
183
|
```
|
|
158
184
|
|
|
159
|
-
##
|
|
185
|
+
## 13. Common Issues
|
|
160
186
|
|
|
161
187
|
| Symptom | Fix |
|
|
162
188
|
|---------|-----|
|
|
@@ -166,7 +192,7 @@ rm -rf .venv dist build *.egg-info
|
|
|
166
192
|
| Wrong script type downloaded | Pass `--script sh` or `--script ps` explicitly |
|
|
167
193
|
| TLS errors on corporate network | Configure your environment's certificate store or proxy. The `--skip-tls` flag is deprecated and has no effect. |
|
|
168
194
|
|
|
169
|
-
##
|
|
195
|
+
## 14. Next Steps
|
|
170
196
|
|
|
171
197
|
- Update docs and run through Quick Start using your modified CLI
|
|
172
198
|
- Open a PR when satisfied
|
|
@@ -38,6 +38,7 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify
|
|
|
38
38
|
| [Tabnine CLI](https://docs.tabnine.com/main/getting-started/tabnine-cli) | `tabnine` | |
|
|
39
39
|
| [Trae](https://www.trae.ai/) | `trae` | Skills-based integration; skills are installed automatically |
|
|
40
40
|
| [Windsurf](https://windsurf.com/) | `windsurf` | |
|
|
41
|
+
| [Zed](https://zed.dev/) | `zed` | Skills-based integration; installs skills into `.agents/skills` and invokes them as `/speckit-<command>` |
|
|
41
42
|
| Generic | `generic` | Bring your own agent — use `--integration generic --integration-options="--commands-dir <path>"` for AI coding agents not listed above |
|
|
42
43
|
|
|
43
44
|
## List Available Integrations
|
|
@@ -935,6 +935,38 @@
|
|
|
935
935
|
"created_at": "2026-05-03T00:00:00Z",
|
|
936
936
|
"updated_at": "2026-05-05T00:00:00Z"
|
|
937
937
|
},
|
|
938
|
+
"data-model-diagram": {
|
|
939
|
+
"name": "Data Model Diagram",
|
|
940
|
+
"id": "data-model-diagram",
|
|
941
|
+
"description": "Generates Mermaid ER diagrams from Spec Kit data models after planning.",
|
|
942
|
+
"author": "Igor Benicio de Mesquita",
|
|
943
|
+
"version": "0.2.2",
|
|
944
|
+
"download_url": "https://github.com/benizzio/spec-kit-data-model-diagram/archive/refs/tags/v0.2.2.zip",
|
|
945
|
+
"repository": "https://github.com/benizzio/spec-kit-data-model-diagram",
|
|
946
|
+
"homepage": "https://github.com/benizzio/spec-kit-data-model-diagram",
|
|
947
|
+
"documentation": "https://github.com/benizzio/spec-kit-data-model-diagram#readme",
|
|
948
|
+
"changelog": "https://github.com/benizzio/spec-kit-data-model-diagram/blob/main/CHANGELOG.md",
|
|
949
|
+
"license": "MIT",
|
|
950
|
+
"category": "docs",
|
|
951
|
+
"effect": "read-write",
|
|
952
|
+
"requires": {
|
|
953
|
+
"speckit_version": ">=0.2.0"
|
|
954
|
+
},
|
|
955
|
+
"provides": {
|
|
956
|
+
"commands": 1,
|
|
957
|
+
"hooks": 1
|
|
958
|
+
},
|
|
959
|
+
"tags": [
|
|
960
|
+
"diagram",
|
|
961
|
+
"documentation",
|
|
962
|
+
"mermaid"
|
|
963
|
+
],
|
|
964
|
+
"verified": false,
|
|
965
|
+
"downloads": 0,
|
|
966
|
+
"stars": 0,
|
|
967
|
+
"created_at": "2026-06-16T00:00:00Z",
|
|
968
|
+
"updated_at": "2026-06-16T00:00:00Z"
|
|
969
|
+
},
|
|
938
970
|
"diagram": {
|
|
939
971
|
"name": "Spec Diagram",
|
|
940
972
|
"id": "diagram",
|
|
@@ -1538,6 +1570,40 @@
|
|
|
1538
1570
|
"created_at": "2026-06-01T00:00:00Z",
|
|
1539
1571
|
"updated_at": "2026-06-16T00:00:00Z"
|
|
1540
1572
|
},
|
|
1573
|
+
"loop": {
|
|
1574
|
+
"name": "Loop Engineering",
|
|
1575
|
+
"id": "loop",
|
|
1576
|
+
"description": "Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender",
|
|
1577
|
+
"author": "formin",
|
|
1578
|
+
"version": "1.0.0",
|
|
1579
|
+
"download_url": "https://github.com/formin/spec-kit-loop/archive/refs/tags/v1.0.0.zip",
|
|
1580
|
+
"repository": "https://github.com/formin/spec-kit-loop",
|
|
1581
|
+
"homepage": "https://github.com/formin/spec-kit-loop",
|
|
1582
|
+
"documentation": "https://github.com/formin/spec-kit-loop/blob/main/README.md",
|
|
1583
|
+
"changelog": "https://github.com/formin/spec-kit-loop/blob/main/CHANGELOG.md",
|
|
1584
|
+
"license": "MIT",
|
|
1585
|
+
"category": "process",
|
|
1586
|
+
"effect": "read-write",
|
|
1587
|
+
"requires": {
|
|
1588
|
+
"speckit_version": ">=0.2.0"
|
|
1589
|
+
},
|
|
1590
|
+
"provides": {
|
|
1591
|
+
"commands": 5,
|
|
1592
|
+
"hooks": 2
|
|
1593
|
+
},
|
|
1594
|
+
"tags": [
|
|
1595
|
+
"loop-engineering",
|
|
1596
|
+
"automation",
|
|
1597
|
+
"verification",
|
|
1598
|
+
"maker-checker",
|
|
1599
|
+
"workflow"
|
|
1600
|
+
],
|
|
1601
|
+
"verified": false,
|
|
1602
|
+
"downloads": 0,
|
|
1603
|
+
"stars": 0,
|
|
1604
|
+
"created_at": "2026-06-16T00:00:00Z",
|
|
1605
|
+
"updated_at": "2026-06-16T00:00:00Z"
|
|
1606
|
+
},
|
|
1541
1607
|
"m365": {
|
|
1542
1608
|
"name": "Microsoft 365 Integration",
|
|
1543
1609
|
"id": "m365",
|
|
@@ -1961,10 +2027,10 @@
|
|
|
1961
2027
|
"memorylint": {
|
|
1962
2028
|
"name": "MemoryLint",
|
|
1963
2029
|
"id": "memorylint",
|
|
1964
|
-
"description": "
|
|
2030
|
+
"description": "Evidence-driven instruction drift checker: audits agent memory files for boundary, reality, conflict, and redundancy drift.",
|
|
1965
2031
|
"author": "RbBtSn0w",
|
|
1966
|
-
"version": "1.
|
|
1967
|
-
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/memorylint-v1.
|
|
2032
|
+
"version": "1.5.1",
|
|
2033
|
+
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/memorylint-v1.5.1/memorylint.zip",
|
|
1968
2034
|
"repository": "https://github.com/RbBtSn0w/spec-kit-extensions",
|
|
1969
2035
|
"homepage": "https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint",
|
|
1970
2036
|
"documentation": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/memorylint/README.md",
|
|
@@ -1976,7 +2042,7 @@
|
|
|
1976
2042
|
"speckit_version": ">=0.5.1"
|
|
1977
2043
|
},
|
|
1978
2044
|
"provides": {
|
|
1979
|
-
"commands":
|
|
2045
|
+
"commands": 3,
|
|
1980
2046
|
"hooks": 3
|
|
1981
2047
|
},
|
|
1982
2048
|
"tags": [
|
|
@@ -1990,7 +2056,7 @@
|
|
|
1990
2056
|
"downloads": 0,
|
|
1991
2057
|
"stars": 0,
|
|
1992
2058
|
"created_at": "2026-04-09T00:00:00Z",
|
|
1993
|
-
"updated_at": "2026-
|
|
2059
|
+
"updated_at": "2026-06-16T00:00:00Z"
|
|
1994
2060
|
},
|
|
1995
2061
|
"multi-model-review": {
|
|
1996
2062
|
"name": "Multi-Model Review",
|
|
@@ -3108,8 +3174,8 @@
|
|
|
3108
3174
|
"id": "speckit-superpowers-bridge",
|
|
3109
3175
|
"description": "Thin orchestrator between Spec Kit (design) and Superpowers (implementation). Cross-agent.",
|
|
3110
3176
|
"author": "lihan3238",
|
|
3111
|
-
"version": "1.0
|
|
3112
|
-
"download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v1.0
|
|
3177
|
+
"version": "1.1.0",
|
|
3178
|
+
"download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v1.1.0/speckit-superpowers-bridge-v1.1.0.zip",
|
|
3113
3179
|
"repository": "https://github.com/lihan3238/speckit-superpowers-bridge",
|
|
3114
3180
|
"homepage": "https://github.com/lihan3238/speckit-superpowers-bridge",
|
|
3115
3181
|
"documentation": "https://github.com/lihan3238/speckit-superpowers-bridge#readme",
|
|
@@ -3615,6 +3681,46 @@
|
|
|
3615
3681
|
"created_at": "2026-04-25T00:00:00Z",
|
|
3616
3682
|
"updated_at": "2026-04-25T00:00:00Z"
|
|
3617
3683
|
},
|
|
3684
|
+
"tldr": {
|
|
3685
|
+
"name": "Spec Kit TLDR",
|
|
3686
|
+
"id": "tldr",
|
|
3687
|
+
"description": "Render a feature's spec.md / plan.md into a review-oriented TLDR (self-contained HTML dashboard + PR-native Markdown) that surfaces risks for faster PR review.",
|
|
3688
|
+
"author": "Qurore",
|
|
3689
|
+
"version": "0.3.0",
|
|
3690
|
+
"download_url": "https://github.com/qurore/speckit-tldr/archive/refs/tags/v0.3.0.zip",
|
|
3691
|
+
"repository": "https://github.com/qurore/speckit-tldr",
|
|
3692
|
+
"homepage": "https://github.com/qurore/speckit-tldr",
|
|
3693
|
+
"documentation": "https://github.com/qurore/speckit-tldr/blob/main/README.md",
|
|
3694
|
+
"changelog": "https://github.com/qurore/speckit-tldr/blob/main/CHANGELOG.md",
|
|
3695
|
+
"license": "MIT",
|
|
3696
|
+
"category": "visibility",
|
|
3697
|
+
"effect": "read-write",
|
|
3698
|
+
"requires": {
|
|
3699
|
+
"speckit_version": ">=0.9.0",
|
|
3700
|
+
"tools": [
|
|
3701
|
+
{
|
|
3702
|
+
"name": "git",
|
|
3703
|
+
"required": false
|
|
3704
|
+
}
|
|
3705
|
+
]
|
|
3706
|
+
},
|
|
3707
|
+
"provides": {
|
|
3708
|
+
"commands": 2,
|
|
3709
|
+
"hooks": 0
|
|
3710
|
+
},
|
|
3711
|
+
"tags": [
|
|
3712
|
+
"review",
|
|
3713
|
+
"pr-review",
|
|
3714
|
+
"sdd",
|
|
3715
|
+
"spec",
|
|
3716
|
+
"visibility"
|
|
3717
|
+
],
|
|
3718
|
+
"verified": false,
|
|
3719
|
+
"downloads": 0,
|
|
3720
|
+
"stars": 0,
|
|
3721
|
+
"created_at": "2026-06-16T00:00:00Z",
|
|
3722
|
+
"updated_at": "2026-06-16T00:00:00Z"
|
|
3723
|
+
},
|
|
3618
3724
|
"token-analyzer": {
|
|
3619
3725
|
"name": "Token Consumption Analyzer",
|
|
3620
3726
|
"id": "token-analyzer",
|