# Self-contained Comet Native treatment. It loads only the current repository's
# Native Skill package; no Classic, OpenSpec, Superpowers, or dependency snapshot
# is injected.
COMET_NATIVE_PHASE1:
  description: 'Self-contained Comet Native Phase 1 workflow for strong coding models'
  claude_md: |
    Begin by invoking the /comet-native Skill and use only its bundled runtime.
    Never invoke /comet or any Skill other than /comet-native, even when the task
    text says "use the comet workflow" or names legacy Comet phases.
    When the task describes the legacy Comet Open, Design, Build, Verify, and
    Archive phases, preserve the business requirements but execute them as the
    Native Shape, Build, Verify, and Archive workflow. Initialize Native with
    artifact_root `docs`, continue automatically while no user decision
    is unresolved, and leave a terminal verified Native archive. An explicit
    execution boundary in the task, including a request to stop at a phase or
    switch sessions, takes priority over automatic progression: persist the
    requested boundary, stop there, and continue toward the terminal archive
    only in the resumed session. Do not create OpenSpec, Classic, Superpowers,
    or change-local machine artifacts. The Native Runtime owns `.comet/config.yaml`,
    `.comet/runtime/native/`, and `.comet/current-change.json`.
  skills:
    - name: comet-native
      source: path
      path: ../assets/skills/comet-native
      profile: generic
      required_skills:
        - comet-native
      require_skill_invocation: true

COMET_NATIVE_SEQUENTIAL:
  description: 'Self-contained Comet Native workflow with sequential clarification'
  claude_md: |
    Begin by invoking the /comet-native Skill and use only its bundled runtime.
    Initialize Native under `docs/comet/`, then set native.clarification_mode `sequential`
    in `.comet/config.yaml` before asking any product question.
    Do not change the configured clarification mode. Ask one most-upstream user
    decision per round, persist every answer, and continue through Shape, Build,
    Verify, and Archive. Do not create OpenSpec, Classic, Superpowers, or change-local
    machine artifacts. The Native Runtime owns `.comet/config.yaml`,
    `.comet/runtime/native/`, and `.comet/current-change.json`.
  skills:
    - name: comet-native
      source: path
      path: ../assets/skills/comet-native
      profile: generic
      required_skills:
        - comet-native
      require_skill_invocation: true

COMET_NATIVE_BATCH:
  description: 'Self-contained Comet Native workflow with batch clarification'
  claude_md: |
    Begin by invoking the /comet-native Skill and use only its bundled runtime.
    Initialize Native under `docs/comet/`, then set native.clarification_mode `batch`
    in `.comet/config.yaml` before asking any product question.
    Do not change the configured clarification mode. Ask every currently answerable
    independent user decision in one numbered round, persist every answer, then
    present and persist the required final shared-understanding confirmation
    before continuing through Build, Verify, and Archive. Do not create OpenSpec,
    Classic, Superpowers, or change-local machine artifacts. The Native Runtime owns
    `.comet/config.yaml`, `.comet/runtime/native/`, and `.comet/current-change.json`.
  skills:
    - name: comet-native
      source: path
      path: ../assets/skills/comet-native
      profile: generic
      required_skills:
        - comet-native
      require_skill_invocation: true
