mit einem Klick
content-burst-publishing
Generate and ship validated blog frames for this repository. Use this when asked to keep pumping, move frame by frame, update the public ledger, run tests, publish, and verify the live site.
Menü
Generate and ship validated blog frames for this repository. Use this when asked to keep pumping, move frame by frame, update the public ledger, run tests, publish, and verify the live site.
Basierend auf der SOC-Berufsklassifikation
| name | content-burst-publishing |
| description | Generate and ship validated blog frames for this repository. Use this when asked to keep pumping, move frame by frame, update the public ledger, run tests, publish, and verify the live site. |
This repository is a Jekyll blog with a public writing ledger in idea4blog.md. Use this skill when the user wants a sustained publishing loop instead of a one-off draft.
The core rule is simple: do not think in day-sized batches unless the user explicitly asks for them. Think in frames.
One frame goes in. The repo state changes. The next frame comes out.
You are the tick-tock that drives that sequence.
Load and follow these supporting files before you start:
burst-loop.md for the end-to-end workflow checklisthandoff-prompt.md for reusable prompt wording the user can hand to any agent_posts/ and use the Jekyll filename pattern YYYY-MM-DD-slug-title.md.idea4blog.md is both public changelog and continuity ledger; update it every frame cycle.tests/test_site.py is the content validation file. Extend it whenever the frame cycle adds new posts or public surfaces.Re-anchor in the current state.
idea4blog.md, recent _posts/ titles, and any relevant public copy.idea4blog.md or generate adjacent ideas that fit the existing arc.Plan the next frame.
Write the frame.
_posts/, or a small companion cluster when that produces a cleaner state transition.Update the public ledger.
idea4blog.md.Update validation.
tests/test_site.py with the new expected post files, titles, and any new public assertions.Validate locally.
python3 -m unittest -v tests.test_site.Publish when the user wants a live result.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>Verify the live result.
Loop.
Use this skill explicitly with prompts like:
Use /content-burst-publishing to keep this repo moving frame by frame until I stop you.