ワンクリックで
newday
Bootstrap a new study day — creates directory, notes from template, and empty files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bootstrap a new study day — creates directory, notes from template, and empty files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run spaced repetition review block — query due items, quiz the user, update SR data
Write a handoff summary for the next conversation to pick up from
Generate a study plan through an interactive questionnaire — creates plan.md
| name | newday |
| description | Bootstrap a new study day — creates directory, notes from template, and empty files |
| disable-model-invocation | true |
| allowed-tools | ["Read","Write","Bash","Edit","Glob"] |
The user is starting a new study day. The day number is: $ARGUMENTS
If no day number was provided, determine the next day by checking which days/day-N/ directories already exist and using the next number.
Read plan.md to find the section for this day. Identify:
Create the directory: days/day-$N/
Create notes.md by composing sections based on the tasks in the plan for this day.
At the TOP of notes.md, include:
# Day N — <day title from plan>- [ ] items.Then, for each task in the plan, add an appropriate section header. Read the task description and create a section that fits:
Reading/theory tasks (textbook chapters, videos, documentation):
## <Topic/Chapter Name>
### Key Ideas
### Takeaways
### Connections to Other Topics
Practice problems (always last, one sub-section per problem):
## Practice
### <Problem Name>
- Pattern:
- Complexity:
- Key insight:
Review/consolidation tasks:
## Review: <Topic>
Projects, labs, or exercises:
## <Exercise/Lab Name>
Any other task: create a simple ## <Task Name> header.
Only include sections relevant to what's on the plan for that day.
Create empty solution/exercise files if the plan lists specific practice problems:
<kebab-case-problem-name>.<ext> (use the appropriate extension for the user's language)Report what was created and what the day covers. Then ask the user what they want to start with.