Prompt file imported from lukehanner/trend-detector (
.github/prompts/log.prompt.md). Copyright stays with the author.
First, use the GitHub MCP to list files in content/log/ on modryn-studio/modryn-studio-v2. Find the most recent log file for this project (match by tag/slug). If one exists, note its date — then run git log --oneline --after="YYYY-MM-DD" to get only commits since that post. If no prior log exists, run git log --oneline to get the full history.
Ask Luke: "Anything in that list I should skip, or any context I should know before drafting?"
Then:
-
Use the GitHub MCP to fetch one existing file from
modryn-studio/modryn-studio-v2atcontent/log/to confirm the frontmatter format and writing style. -
Draft a MDX post with:
-
Filename:
YYYY-MM-DD-[slug].mdx— today's date, slug from the topic -
Frontmatter:
--- title: "" date: "YYYY-MM-DD" tag: "" ---The
tagfield must be the project slug. Use:meta— process/workflow/how-I-work posts- the project slug (e.g.
project-loom,trend-detector) — for anything specific to this project Ask Luke which tag to use if it isn't obvious.
-
Post body:
What shipped — bullet list of the 3–5 most significant things as human outcomes. Not "feat: add X" but "X is now live".
Why — 1–2 sentences on the decision or problem it solves. Luke's voice: short, direct, honest.
What's next — 1 sentence. One thing. Not a roadmap.
Leave a
<!-- TODO: fill in narrative -->comment after each section. -
Length: 150–300 words. Luke will expand.
-
Tone: building in public, honest, never hype.
-
-
Create a new branch in
modryn-studio/modryn-studio-v2namedlog/YYYY-MM-DD-[slug]. -
Push the draft MDX file to that branch at
content/log/YYYY-MM-DD-[slug].mdx. -
Open a pull request from that branch to
mainwith:- Title: the post title
- Body: "Draft log post — fill in narrative before merging."
The PR is the gate. Luke fills in the <!-- TODO --> sections in GitHub or by pulling modryn-studio-v2 locally, then merges when ready. Merging = publishing.