goal
Create or resume a MemRoOS /goal work session with acceptance criteria, lane selection, context packet, and proof requirements.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or resume a MemRoOS /goal work session with acceptance criteria, lane selection, context packet, and proof requirements.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run Codex- or Cursor-led Beastmode with pluggable external workers such as Qwen, direct MiniMax API, Droid MiniMax, GLM, or other Droid models.
Backward-compatible Beastmode entrypoint. Prefer beastmode-cloud for pluggable Qwen, Droid MiniMax, GLM, and other model workers.
Persist durable agent work product to MemroOS MCP knowledge base with verification, metadata, and source-drift support. Use when producing research, competitive analysis, market positioning, comparison posts, benchmarks, RCA documents, or any "save/document/archive" request. Auto-validates the write succeeded.
Delegate a bounded Codex Cloud task to the Qwen executor CLI installed by scripts/setup-codex-cloud.sh.
SOC 職業分類に基づく
| name | goal |
| description | Create or resume a MemRoOS /goal work session with acceptance criteria, lane selection, context packet, and proof requirements. |
Use this skill when Luis invokes /goal, asks to start a goal, resume a goal,
define acceptance criteria, or turn a request into a durable MemRoOS work item.
/goal is the lightweight front door for MemRoOS Agent OS work. It should make
the current objective durable before planning or coding continues.
MEMROOS_APP_URL and MEMROOS_AGENT_API_KEY are available, create or
resume the goal through the MemRoOS /api/gsd/goal endpoint.$gsd-plan-phase / $gsd-execute-phase for roadmap phases.$beastmode-cloud for planner/worker/validator execution.When using the MemRoOS app endpoint, send only non-secret goal metadata:
curl -sS "$MEMROOS_APP_URL/api/gsd/goal" \
-H "Authorization: Bearer $MEMROOS_AGENT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"goal": "<goal statement>",
"lane": "code",
"acceptanceCriteria": ["<criterion>"],
"verification": ["<check command or proof>"]
}'
Do not include API keys, private email content, legal/financial sensitive text, or raw secrets in the goal body.
When the goal is ready, report: