home/roleplay/prompts-decode

Prompts Decode

GPTClaudeGemini··1,040 copies·updated 2026-07-14
prompts-decode.prompt
# `prompts_decode`

Hydrate a previously encoded prompt (inline `ktof` string or stored payload ID) into structured JSON.

## Parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `ktof` | `str` | ✅ | Encoded payload returned by `prompts_encode`/`optimize_request` (or a payload ID supported by your account tier). |
| `options` | `DecodeOptions` | ❌ | Toggle indentation or strict mode. |
| `replay_meta` | `dict[str, Any]` | ❌ | Supplementary data for audit logs when replaying historical prompts. |
| `metadata` | `dict[str, Any]` | ❌ | Additional context to attach to the decoded response (merged with stored metadata). |

## Code example

when to use it

Community prompt sourced from the open-source GitHub repo getkaizen/kaizen-sdk (Apache-2.0). A "Prompts Decode" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

getkaizen/kaizen-sdk · Apache-2.0