| name | create-blog-post-from-brief |
| description | Turn a proposed topic brief into a complete blog post markdown file for this Astro blog. |
Create Blog Post From Brief
A new blog post is to be created from the proposed content in context.
Workflow
- Read the proposed content describing the topic.
- Do focused web research to validate and enrich key claims.
- Create the blog post markdown file in
src/content/blog/.
Content requirements
- Add all required frontmatter fields for the blog collection.
- Improve and complete 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 kebab-case filename unless
postSlug requires a custom slug.
Output
- Create or update the target markdown file.
- Provide a short summary of what was added or improved.