Skip to content

Commit 8b3292d

Browse files
committed
docs: add suggested workflow section to dita-tools README
Document the dita-rework command modes (default, --rewrite, --review), all switches, the skill execution order, Ralph Loop usage, and a typical end-to-end workflow. Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Aidan Reilly <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent eca5695 commit 8b3292d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

plugins/dita-tools/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ This renders both versions to plain text, generates a diff, and writes a review
104104

105105
For large assemblies with many modules, you can use Ralph Loop to iterate the rewrite pipeline until all Vale issues are resolved. Ralph Loop re-runs the command automatically, checking progress after each iteration and stopping when the completion promise is met or the iteration limit is reached.
106106

107+
!!! tip
108+
Open a terminal and install the Ralph Loop Claude plugin:
109+
110+
```bash
111+
claude plugin install ralph-loop@claude-plugins-official
112+
```
113+
114+
Then open Claude and start a DITA rework loop:
115+
107116
```
108117
/ralph-loop:ralph-loop "Run /dita-tools:dita-rewrite on guides/master.adoc including all referenced modules. Fix all Vale AsciiDocDITA rule violations" --completion-promise "0 errors, 0 warnings" --max-iterations 20
109118
```

0 commit comments

Comments
 (0)