| name | eos-decide |
| description | Record a durable Engineering OS architecture or implementation decision with context, rationale, alternatives, and tags. |
EOS Decide
Use this skill when the user wants to record, document, or preserve an engineering decision for future Codex, Cursor, Claude, or MCP sessions.
Workflow
- Extract the decision title, context, chosen option, rationale, alternatives, and tags from the user's message.
- If any required part is missing, ask concise follow-up questions.
- Call
eos_decide.
- Confirm what was recorded and where future agents should recall it.
Tool Pattern
eos_decide {
"title": "<decision title>",
"context": "<why this decision is needed>",
"decision": "<chosen option>",
"rationale": "<why this option was chosen>",
"alternatives": [{ "option": "<alternative>", "proscons": "<tradeoffs>" }],
"tags": ["<area>", "<topic>"]
}