| name | create-new-post |
| description | Create a complete, publishable blog post markdown file from a topic brief or proposed content in context. |
Create New Post
Create a new blog post from the proposed content in context.
Workflow
- Read the proposed content describing the topic.
- Do focused web research to validate and enrich important claims.
- Create the blog post markdown file in
src/content/blog/.
Content requirements
- Add all required frontmatter fields for the blog collection.
- Improve, complete, and structure the content for readability and flow.
- Translate any German sentences to English.
- Rephrase awkward wording.
- Add missing but relevant context based on research.
- Add anything else needed for a complete, publishable post.
Style rules
- Do not use dashes for sentence parts.
- Do not put colons before an "and".
Project conventions
- Follow instructions in
.github/copilot-instructions.md.
- Follow markdown rules in
.github/instructions/content-md.instructions.md.
- Use
author: Harald Binkle.
- Keep
description in the 150 to 160 character range.
- Use a kebab-case filename unless
postSlug requires a custom slug.
- Place blog posts only under
src/content/blog/.
Output
- Create or update the target markdown file.
- Provide a short summary of what was added or improved.