<?xml version="1.0" encoding="UTF-8"?>
<spec xmlns="https://vibevm.org/spec/1">
  <title id="root">Package manifest</title>
  <status stage="doc" state="work" audience="user,dev"/>
  <p p="1">What `org.speckit/speckit@1.0.0` declares about itself. Everything on this page is the package's own manifest, read and shown — nothing here is an opinion about the package.</p>
  <table p="2">
    <tr>
      <td>Field</td>
      <td>Value</td>
    </tr>
    <tr>
      <td>Coordinate</td>
      <td>`org.speckit/speckit`</td>
    </tr>
    <tr>
      <td>Version</td>
      <td>`1.0.0`</td>
    </tr>
    <tr>
      <td>Kind</td>
      <td>`feat`</td>
    </tr>
    <tr>
      <td>Licence</td>
      <td>UPL-1.0</td>
    </tr>
    <tr>
      <td>Homepage</td>
      <td>https://github.com/github/spec-kit</td>
    </tr>
    <tr>
      <td>Summary</td>
      <td>GitHub Spec Kit's core specification workflow packaged for Vibe</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>spec-kit, specification, skills</td>
    </tr>
  </table>
  <section id="skills" title="Skills">
    <fence lang="toml" p="3">[[skill]]
agents = [
    "claude",
    "opencode",
    "codex",
]
description = "Use the upstream Spec Kit core command templates without vendoring them"
include = ["SKILL.md"]
name = "speckit-core"
path = "skills/speckit-core"

[[skill.resource]]
embedded_source = "upstream"
include = [
    "constitution.md",
    "specify.md",
    "plan.md",
    "tasks.md",
    "implement.md",
]
path = "templates/commands"
target = "references/upstream-commands"
</fence>
  </section>
  <section id="the-manifest" title="The manifest">
    <fence lang="toml" p="4">[package]
name = "speckit"
group = "org.speckit"
kind = "feat"
version = "1.0.0"
epoch = 1
format = "simple"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "GitHub Spec Kit's core specification workflow packaged for Vibe"
keywords = ["spec-kit", "specification", "skills"]
homepage = "https://github.com/github/spec-kit"
describes = "pkg:github/github/spec-kit@1.0.6"
bridge = true

[[embedded_source]]
name = "upstream"
kind = "git"
url = "https://github.com/github/spec-kit.git"
commit = "96c9bd657bfd5de0d651a6165084932b7304ac99"
content_hash = "sha256-tree/1:91249902cbdad534278a14c437ab9fd43439c3f1df96a7a051d47b08509c88fc"
ref_hint = "refs/tags/v1.0.6"
auth = "none"
upstream_authors = ["GitHub, Inc."]
upstream_license = "MIT"
license_path = "LICENSE"
license_url = "https://github.com/github/spec-kit/blob/96c9bd657bfd5de0d651a6165084932b7304ac99/LICENSE"

[[skill]]
name = "speckit-core"
path = "skills/speckit-core"
description = "Use the upstream Spec Kit core command templates without vendoring them"
agents = ["claude", "opencode", "codex"]
include = ["SKILL.md"]

[[skill.resource]]
embedded_source = "upstream"
path = "templates/commands"
include = ["constitution.md", "specify.md", "plan.md", "tasks.md", "implement.md"]
target = "references/upstream-commands"
</fence>
  </section>
</spec>
