Skill v1.0.2
currentAutomated scan100/100~1 modified
version: "1.0.2" name: goal-md-composer description: Interactive wizard to compose valid GOAL.md files for SGAI with step-by-step guidance through 7 phases. Use when creating GOAL.md, configuring agents and model, safety-analysis guidance, or starting an SGAI project. Safety Analysis must use coordinator/reviewer stpa-overview skill guidance.
GOAL.md Composer
Guide the user through a complete GOAL.md using seven phases: purpose, agents, model configuration, specification writing, options, and validation.
Phase 4: Model Configuration
Configure the shared model and list available delegate agents.
Default GPT-5.5 recommendation:
- A single
modelis used for all agents. The coordinator runs withopenai/gpt-5.5 (xhigh)for orchestration quality; the OpenCode runtime handles model propagation to subagents. - The
agentslist enumerates non-coordinator delegate agents available for OpenCode subagent delegation.
Do not add safety-analysis-only entries to the agents list; safety analysis is handled through stpa-overview guidance.
Example:
agents:- "go"- "react"- "general-purpose"model: "openai/gpt-5.5 (xhigh)"
Ask: "Which delegate agents should be available, and what model should be used?"
Safety Analysis Guidance
Safety analysis is coordinator/reviewer skill guidance, not a routable flow node.
## Safety Analysis-The coordinator must load/use `stpa-overview` when safety, hazard, risk, external input, filesystem, concurrency, or unsafe state-transition concerns are relevant.-`*-reviewer` agents may load/use `stpa-overview` when circumstances warrant hazard or safety analysis.
Validation Checklist
- [ ] Safety analysis is not represented as a separate delegate agent
- [ ] Safety Analysis, if selected, appears as coordinator/reviewer
stpa-overviewguidance - [ ] Agent names are valid OpenCode subagent identifiers
- [ ] Interactive mode is set
- [ ] Specification has clear requirements and checkbox tasks
Full-Featured Template with Safety Analysis
---agents:-"go"-"react"-"general-purpose"model: "openai/gpt-5.5 (xhigh)"completionGateScript: make testinteractive: yes---# Project Goal[Description]## Requirements-[Requirement]## Safety Analysis-The coordinator must load/use `stpa-overview` when safety, hazard, risk, external input, filesystem, concurrency, or unsafe state-transition concerns are relevant.-`*-reviewer` agents may load/use `stpa-overview` when circumstances warrant hazard or safety analysis.## Tasks-[ ] Task