Record decision
record_decisionRecord project decisions with rationale and rejected alternatives, preserving context for future reference.
Instructions
Record an important project decision (optionally with rationale and rejected alternatives). Decisions stay relevant for a long time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | Identifier of the calling agent/client, e.g. "cursor", "vscode", "claude-cli". | |
| content | Yes | The decision, e.g. "Use RBAC for employee permissions." | |
| rationale | No | ||
| sessionId | No | ||
| confidence | No | ||
| importance | No | ||
| alternatives | No | ||
| workspacePath | No | Workspace directory of the project. Defaults to the server working directory. |