Adds commands to manage a session in the project, /start-session to start a session and /summarize-session to summarize the session and update the summary.md file.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Adds commands to manage a session in the project, /start-session to start a session and /summarize-session to summarize the session and update the summary.md file.
Trigger condition
User types /start-session to start a session in the project.
Commands
/start-session
When the user types /start-session, the skill will look for a file named summary.md in the current project folder.
When the file is found, it will read the content to know where the previous session ended and what was done.
The skill will then read the tasks.md file to know what tasks are pending to be done.
If summary.md is not found or inconsistent with what tasks were done in tasks.md, the skill will notify the user about the inconsistency and read plan.md to know about the project and the plan.