Skip to content

Instantly share code, notes, and snippets.

@ayiemba
ayiemba / iterative_ai_prompting_sample.md
Created September 26, 2025 09:59
Iterative Prompting for Custom Power BI Sankey Visual

Iterative Prompting for Custom Power BI Sankey Visual

Each prompt refines the output iteratively. Suitable for prototyping and testing of ideas. Actual prompts can be in prose form. This sample is rewritten in bullet form for legibility. This sample prompting also starts from an incomplete previously developed custom sankey visual.


Prompt 1

Rewrite this entire custom Power BI Sankey visual.

  • Use settings.ts to configure fields and properties.
@ayiemba
ayiemba / spec_based_prompting_sample.md
Created September 26, 2025 08:12
Spec-based prompting

Spec-Based Prompting for Custom Power BI Sankey Visual

Spec-based prompting: one mega-prompt providing the big picture to AI.
Reduces back-and-forth patching seen with iterative prompting.

Objective

Start a fresh implementation of a custom Power BI Sankey visual.