Create Project Design and Decision Episodes

project-episodes creates the "Design and Decisions" episodes shown on skill sheet project detail pages.

Episodes are generated from public memos linked to the project. Because these claims appear on the public page, the AI does not save them automatically. It presents a draft first, then saves only after user approval.

What you can do

Skill to use

In Claude, call this skill:

/paput-project-episodes

Via the plugin, call /paput:project-episodes. In clients such as Codex where slash-command skills are unavailable, ask in natural language to use project-episodes.

Main MCP tools used internally

The skill normally guides the required tool calls. Internally, it mainly uses these tools.

  1. Use paput_get_skill_sheet_project_episodes_context to fetch the project and public memo material
  2. Draft design and decision episodes in the AI client
  3. Present the draft and ask whether it should be saved
  4. After explicit approval, save with paput_update_skill_sheet_project_episodes
  5. Report any dropped supporting memo IDs returned by the save response

Notes