bmad-shard-doc

Automates shard-doc tasks by executing instructions from a specified XML file.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-shard-doc-lucadeleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-shard-doc
Source: https://github.com/LucaDeLeo/ASTN/tree/main/.agents/skills/bmad-shard-doc
Command: npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-shard-doc-lucadeleo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps automate the execution of shard-doc tasks by reading the designated task file and applying its instructions verbatim, reducing manual effort and errors.

Core Features & Use Cases

  • Automates shard-doc task execution by consuming the designated task file and applying its instructions verbatim.
  • Supports deterministic task processing where the task file is the single source of truth, reducing human error across reproducible experiments.
  • Useful for AI safety research workflows that rely on rule-based task orchestration and documented procedures.

Quick Start

Run the shard-doc task by executing the task file at {project-root}/_bmad/core/tasks/shard-doc.xml and follow its instructions exactly.

Frequently Asked Questions about bmad-shard-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate shard-doc task execution from an XML file?

Automating shard-doc task execution is done by reading the designated XML task file and applying its instructions verbatim. This self-contained approach uses the task file as the sole source of truth to guarantee reliable, repeatable results across runs.

What is deterministic task processing for reproducible workflows?

Deterministic task processing ensures identical outputs across multiple runs by treating a designated task file as the single source of truth. It applies instructions exactly as written, reducing human error and supporting reproducible AI safety research experiments.

How do I execute rule-based task orchestration instructions exactly as written?

Executing rule-based task orchestration instructions involves consuming the specific task file and applying its contents verbatim. This guarantees deterministic results by strictly following the documented procedures without deviation or manual interpretation.

Can I use a task file as the sole source of truth for automated document sharding?

Using a task file as the sole source of truth for automated document sharding is fully supported. The executor reads the entire file and applies its instructions exactly as written to ensure deterministic, reproducible results across runs.

Why does my automated task execution produce inconsistent results across runs?

Inconsistent results across runs often occur when task execution deviates from the designated source file. Applying task file instructions verbatim, treating it as the sole source of truth, eliminates manual errors and ensures deterministic outcomes.

Do I need any dependencies to run a self-contained task executor for XML instructions?

No dependencies are required to run this self-contained task executor. It operates independently by reading the designated XML task file and applying its instructions verbatim to ensure deterministic, repeatable results.