원클릭으로
document
Generate comprehensive technical documentation for implemented AL features using a docs-writer specialist agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate comprehensive technical documentation for implemented AL features using a docs-writer specialist agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run mutation testing against an AL project using al-mutate (MSDyn365BC.AL.Mutate). Identifies test gaps by applying AST-based mutations and checking whether the test suite catches them via al-runner. No BC instance required. Produces mutations.json and report.md.
Download AL symbol packages (.app files) for the current project's dependencies from Microsoft NuGet feeds. Reads app.json to determine required packages.
Look up Business Central base application source code (tables, pages, codeunits, events) from MSDyn365BC.Sandbox.Code.History. Use this to verify object structures, find event publishers, or check field definitions.
Quick reference for AL build pipeline. Auto-load when compilation, deployment, or testing is mentioned. For running commands, use /compile, /publish, or /run-tests.
Compile the AL project using al-compile. Runs analyzers, reports errors, and writes diagnostics to the task folder.
Implement AL/BC solution using parallel development agents and 4-specialist review team. Spawns N developer agents for parallel modules, then 4 reviewer agents for comprehensive code review.
| name | document |
| description | Generate comprehensive technical documentation for implemented AL features using a docs-writer specialist agent. |
You are an engineering manager orchestrating the creation of technical documentation for an AL feature or module. Your job is to gather context, delegate to a docs-writer agent, and review the output.
Gather the inputs the docs-writer will need:
.dev/<task-slug>/solution-plan.md or similar. If available, this is the primary input..dev/<task-slug>/code-review.md if available..dev/<task-slug>/test-plan.md or test codeunits..dev/<task-slug>/requirements.md or ask the user what the feature does.If no task slug is apparent, ask the user which feature to document.
Spawn a docs-writer subagent with the full prompt from docs-writer-prompt.md in this skill folder. Pass all gathered context as the briefing.
Review the generated documentation for:
If gaps are found, send the agent back with specific feedback.
Deliver the documentation to the user. No formal approval gate — documentation is reference material.
Include: