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
- Run
gh --versionto confirm the GitHub CLI is installed. If missing, install it (brew install ghon macOS). - Run
gh auth statusto confirm authentication. If not authenticated, rungh auth loginand guide the user through the flow.
Do not proceed until both checks pass.