~aod-build

Generate standardized Markdown checkpoint reports from tasks.md files.

86|21|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/davidmatousek/tachi --skill aod-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ~aod-build
Source: https://github.com/davidmatousek/tachi/tree/main/.claude/skills/~aod-build
Command: npx skills add https://github.com/davidmatousek/tachi --skill aod-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates the creation of standardized checkpoint reports at strategic milestones, reducing manual reporting time and ensuring consistent documentation.

Core Features & Use Cases

  • Parse a tasks.md to compute progress, phase completion, and task ranges.
  • Generate a standardized checkpoint markdown using templates and prompts for context.
  • Automatically update a CHECKPOINTS_README index to reflect new checkpoints.
  • Use case: teams running multi-phase implementations want repeatable, auditable progress reports for governance.

Quick Start

Navigate to the skill directory and run the checkpoint generator with your tasks file and an output directory.

Frequently Asked Questions about ~aod-build

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

FAQPage Schema
How do I automate progress reporting for multi-phase projects?

You can automate progress reporting by parsing a tasks.md file to compute phase completion and task ranges, then generating a standardized checkpoint markdown. This enforces consistent naming conventions and updates an index automatically.

What is a checkpoint report and when do I need one for project governance?

A checkpoint report is a standardized markdown document capturing progress, phase completion, and contextual KB entries at strategic milestones. You need one for multi-phase implementations requiring repeatable, auditable governance documentation.

How do I generate a standardized checkpoint markdown from a tasks file?

To generate a checkpoint markdown, run the checkpoint generator with your tasks file and an output directory. It analyzes task ranges, prompts for contextual KB entries, and outputs the markdown while updating a CHECKPOINTS_README index.

Can I resume a multi-phase implementation after pausing checkpoint generation?

Yes, the generated checkpoint includes resume instructions that allow you to continue work after pausing. This ensures multi-phase implementations maintain consistent progress tracking and documentation continuity across sessions.

Does this checkpoint generator work without external dependencies?

Yes, this checkpoint generator operates without external dependencies. It uses internal scripts, references, and assets to parse tasks.md files and output standardized markdown checkpoint reports.

What's the best way to maintain a checkpoint index for multi-phase implementations?

The best way to maintain a checkpoint index is to automatically update a CHECKPOINTS_README file each time a checkpoint is generated. This ensures all progress reports remain indexed, auditable, and consistently named.