[Feature]: Automatically run extensions · Issue #2104 · github/spec-kit · GitHub
Skip to content

[Feature]: Automatically run extensions #2104

Description

@gabrielhmsantos

Problem Statement

Today in extensions we have hooks, where it's possible to define optional elements:

e.g.:

hooks:

after_specify:

command: "...."
optional: true
prompt: "...."
description: "..."

But in the tests I did, when optional: false the AI ​​agent only indicates that execution is mandatory.

Wouldn't it be possible to add a new option like auto_run: true and have the agent execute the extension itself?

Proposed Solution

Automatically run extensions defined as required.

Alternatives Considered

No response

Component

Specify CLI (initialization, commands)

AI Agent (if applicable)

None

Use Cases

No response

Acceptance Criteria

No response

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions