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
- Fetch public memos linked to a project as source material
- Prioritize decision and operation memos and organize them into two or three judgment episodes
- Draft each episode with situation, decision, reason, and supporting memos
- Save the approved draft as the project's episodes
- Report missing source material instead of forcing weak episodes
Skill to use
In Claude, call this skill:
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.
- Use
paput_get_skill_sheet_project_episodes_contextto fetch the project and public memo material - Draft design and decision episodes in the AI client
- Present the draft and ask whether it should be saved
- After explicit approval, save with
paput_update_skill_sheet_project_episodes - Report any dropped supporting memo IDs returned by the save response
Notes
- Claims without supporting memos are not shown on the public page
- Episode text cannot be edited manually from the web screen. To change it, update the source memos and regenerate through MCP
- Main achievements are editable from the project edit screen. The skill may suggest drafts, but the user confirms them