Current website workflow
Turning some lifetime habits into something more formal. When coming up the learning curve with LLMs, realized the "prompts" wanted were a familiar pattern. Turns out, I have long written what amounts to "prompts" for myself, and for coworkers. Now using an LLM, this same practice becomes an amplifier.
Cool.
This site is now maintained with explicit workflow and conventions.
(Which you could see in the Github repository.)
Prompts
| file | purpose |
|---|---|
| prompts/00-site.md | site structure and purpose |
| prompts/01-content.md | rules for new posts |
| prompts/02-templates.md | use of 11ty templates |
| prompts/03-data.md | rules for site-common data |
| prompts/04-deployment.md | notes on deployment |
| prompts/conventions.md | common project conventions |
| prompts/workflow.md | project workflow - which drives the LLM |
| ./README.md | human (mostly) orientation |
| ./TODO.md | any current wanted-tasks with auto or manual update - updated by LLM |