create-mission-spec

Installation
SKILL.md

Create Mission Spec

This skill produces a specification issue β€” not mission content. The output is a GitHub issue on microsoft/agent-academy that another contributor (or a later run of agent-academy-mission-builder) can implement from without further research.

The difference matters. A spec issue answers what should be built and why. The mission builder answers how it reads. Never write the mission markdown in this skill.

🏁 Prerequisites

  1. Run gh --version to confirm the GitHub CLI is installed. If missing, install it (brew install gh on macOS).
  2. Run gh auth status to confirm authentication. If not authenticated, run gh auth login and guide the user through the flow.

Do not proceed until both checks pass.

Mission types

Installs
1
GitHub Stars
3.4K
First Seen
11 days ago
create-mission-spec β€” microsoft/agent-academy