new-sep
Installation
SKILL.md
new-sep: SEP traceability YAML scaffolding
You are bootstrapping a sep-NNNN.yaml file for a new SEP in the MCP conformance repo. The output is the requirement-traceability file specified by SEP-2484: a YAML that maps each normative sentence from the SEP's spec diff to a check: ID (testable) or an excluded: reason (not testable). The CLI gets the skeleton; you fill in the rows by reading the spec diff.
Step 0: Pre-flight checks
Before doing anything else, verify GitHub CLI authentication:
gh auth status 2>&1
If this fails, stop immediately and tell the user:
GitHub authentication is required for this skill. Please run
gh auth loginfirst, then re-run.
Verify you're running inside the conformance repo: