Skip to content

bug(skills): skills with model: haiku launch sub-agent but output never returns to caller #9

@aldorea

Description

@aldorea

Description

When a skill specifies model: haiku in its frontmatter (e.g. queue-status), invoking it via the Skill tool returns only "Launching skill: <name>" — the sub-agent output never flows back to the caller's context.

Skills without a model field load their content inline correctly and work as expected.

Steps to reproduce

  1. Invoke ops-suite:queue-status via the Skill tool
  2. Observe the tool result: "Launching skill: ops-suite:queue-status" (nothing else)
  3. No subsequent output from the sub-agent arrives in the conversation

Expected behavior

The sub-agent (Haiku) should execute the skill steps and return results to the calling conversation, or the skill content should be loaded inline so the caller can follow it.

Actual behavior

Tool returns only the launch confirmation. No queue data, no errors — silent failure.

Environment

  • Plugin: ops-suite v0.3.0
  • Affected skill: queue-status (and likely any skill with model: haiku)
  • Claude Code version: current
  • Skill frontmatter that triggers the issue:
    model: haiku
    allowed-tools:
      - Bash
      - AskUserQuestion

Workaround

Read SKILL.md manually and follow the steps inline with the current model.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions