Skip to content

Add missing command stubs and improve onboard skill #82

Description

@striderZA

24 user-invocable skills lack command stubs in .agents/commands/. These skills work via the skill system but aren't discoverable as /slash-commands in the OpenCode command menu. Users must know the skill name rather than discovering it via autocomplete.

Additionally, the onboard skill (2.7KB) is thin compared to peers — lacks question usage for interactive decisions and error handling for missing files.

Missing Command Stubs

adopt, art-bible, asset-audit, asset-spec, automated-smoke-test, balance-check, changelog, consistency-check, content-audit, estimate, gate-check, hybrid-prototype, localize, onboard, patch-notes, perf-profile, playtest-report, propagate-design-change, scope-check, skill-improve, skill-test, tech-debt, ux-design, ux-review

Tasks

  • Add command stubs for all 24 missing skills following the existing pattern (frontmatter + "Invokes /skill-name skill.")
  • Expand onboard skill to match quality bar: add question usage, error handling for missing files, edge case coverage

Affected Files

  • .agents/commands/ (24 new .md files)
  • .agents/skills/onboard/SKILL.md

Identified during comprehensive framework review on 2026-07-21

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions