Document Iteration Skill

A structured markdown syntax for iterating on documents with Claude AI

View the Project on GitHub foksa/document-iteration-skill

Session Examples

Complete iteration sessions showing the full workflow from initial document through multiple rounds of feedback to final cleanup.

Available Sessions

API Design Session

Designing a REST API for a task management app. Shows:

Migration Planning Session

Planning a Vue 2 to Vue 3 migration. Shows:

Project Setup Prompt Session

Creating a reusable project setup prompt. Shows:

Full source: See examples/project-setup-prompt/ in the repo for complete iteration history (~680 lines) and final result.

What Makes a Good Session Example

Each session demonstrates:

  1. Initial state - Document with feedback markers
  2. Iteration rounds - Comment → response → refinement
  3. Decision tracking - Using status tags
  4. Final cleanup - Clean document ready for use

See Also