cd /news/developer-tools/from-clicks-to-documentation-convert… · home topics developer-tools article
[ARTICLE · art-90119] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=· neutral

From Clicks to Documentation: Converting D365 Task Recordings into L4 Guides

A developer created the axtr-to-markdown skill, which converts Microsoft Dynamics 365 Task Recorder recordings into structured Markdown documents for Level 4 process training. The tool extracts process information and generates editable drafts, enabling functional consultants and process owners to produce user guides more efficiently.

read2 min views1 publishedAug 10, 2026

Intro:

Documenting business processes in Dynamics 365 can be time-consuming. Functional consultants and process owners often need to turn Task Recorder recordings into step-by-step user guides, training material, and Level 4 (L4) work instructions.

The challenge is that a Task Recorder file captures the system interaction, but it is not always ready to share as a polished business document.

To help with this, I created the axtr-to-markdown skill. It converts Microsoft Dynamics 365 Task Recorder recordings into structured Markdown documents that can be reviewed, enriched, published, or used as knowledge sources for Copilot Studio agents.

What is the axtr-to-markdown skill?

The axtr-to-markdown skill takes a Dynamics 365 Task Recorder file and transforms the recorded process into a structured Level 4 process training document.

It extracts available process information such as:

The output is a Markdown file that provides a much better starting point for a user manual than a raw Task Recorder export.

Key Features

Why AXTR files are useful for L4 documentation

A Level 4 document focuses on the exact way a user performs a task in the system.

Dynamics 365 Task Recorder captures those practical details while a user completes the process. This makes AXTR-based documentation particularly useful for:

Instead of starting with a blank Word document and manually transcribing every click, teams can use the recording as the baseline and focus their time on validating the business context, controls, exceptions, and approvals.

axtr-to-markdown/
├── scripts/
│   ├── axtr_to_markdown.py
│   └── helpers.py
├── references/
├── assets/
└── SKILL.md

The axtr-to-markdown skill does not attempt to replace process experts. Instead, it removes the repetitive first step of documenting every click and screen interaction manually.

It turns a Dynamics 365 Task Recorder output into an editable Markdown draft that functional consultants, business users, and process owners can review and enrich. The result is a faster route from recorded system activity to a maintainable L4 work instruction.

── more in #developer-tools 4 stories · sorted by recency
── more on @microsoft dynamics 365 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/from-clicks-to-docum…] indexed:0 read:2min 2026-08-10 ·