docs(guide): add YAML frontmatter to 15 workflow guide files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-15 19:20:35 +01:00
parent ac9b07a837
commit 624b2e0425
15 changed files with 90 additions and 0 deletions

View file

@ -1,3 +1,9 @@
---
title: "Iterative Refinement"
description: "Prompt, observe, and reprompt until satisfied — the core loop of AI-assisted development"
tags: [workflow, guide, design-patterns]
---
# Iterative Refinement
> **Confidence**: Tier 2 — Validated pattern observed across many Claude Code users.