A structured markdown syntax for iterating on documents with Claude AI
The Document Iteration Skill works with claude.ai (the web interface), not just Claude Code. Here’s how to use it.
If you have a Claude Pro subscription with Projects:
Now every conversation in that project will understand the iteration syntax.
For individual conversations:
| Feature | Claude Code | claude.ai |
|---|---|---|
| Skill auto-loads | Yes (from .claude/skills/) |
No (manual setup) |
| File editing | Direct file system access | Copy/paste or file upload |
| Persistence | Skill persists across sessions | Per-project or per-conversation |
| Best for | Code projects, local files | General documents, brainstorming |
In claude.ai, you’ll typically:
•%%>response <%%• markers addedExample workflow:
You: Here's my document for review:
# Project Plan
## Goals %% WIP %%
We want to ==improve performance(PERF)== by 50%.
%% Is 50% realistic? %%
---
Claude: [Returns document with responses added]
# Project Plan
## Goals %% WIP %%
We want to ==improve performance(PERF)== by 50%.
%% Is 50% realistic? %%
•%%>Based on similar projects, 30-40% is more typical for a first pass.
50% is achievable but may require additional resources. <%%•