From c260e1ad40f8869426018ef9235d3f1fbb4631fd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:17:53 +0000 Subject: [PATCH 1/2] Initial plan From 4e0b82c6b01fa292d92d08b083990cfbd5646068 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:22:17 +0000 Subject: [PATCH 2/2] docs: add agentic-prompt-generator editor to reference/editors page Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/reference/editors.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/content/docs/reference/editors.mdx b/docs/src/content/docs/reference/editors.mdx index db9abbc6453..9c067f17d86 100644 --- a/docs/src/content/docs/reference/editors.mdx +++ b/docs/src/content/docs/reference/editors.mdx @@ -25,6 +25,14 @@ An interactive browser-based playground that runs the gh-aw compiler entirely in > [!NOTE] > Community editors are created and maintained by independent contributors. They are not officially supported by the gh-aw project. +### Agentic Prompt Generator + +A web-based tool for generating and editing agentic workflow prompts. It provides an interactive interface to help author workflow prompts for agentic workflows. + + + https://ashleywolf.github.io/agentic-prompt-generator/ + + ### Graphical Workflow Editor A visual, graphical workflow editor that provides a richer UI for editing agentic workflows. Rather than working directly with markdown and YAML, this editor focuses on a more interactive and visual editing experience.