create-justification

Create justification files with unique IDs and frontmatter in .agents/justifications/.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/vddgmbh/documenso --skill create-justification-vddgmbh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-justification
Source: https://github.com/vddgmbh/documenso/tree/main/.agents/skills/create-justification
Command: npx skills add https://github.com/vddgmbh/documenso --skill create-justification-vddgmbh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines creating justification records by generating files with a unique three-word ID, frontmatter, and a formatted title, ensuring consistent documentation of decisions.

Core Features & Use Cases

  • Generates a unique three-word identifier for each justification.
  • Creates frontmatter with the current date and a formatted title.
  • Produces files named as {three-word-id}-{slug}.md in the .agents/justifications/ directory to keep decisions auditable.
  • Use Case: Document architectural decisions with a clear, machine-readable filename and content.

Quick Start

Run the create-justification script with a slug and content to generate a new justification file.

Frequently Asked Questions about create-justification

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

FAQPage Schema
How do I automate decision record generation with unique file names and frontmatter?

Automating decision record generation creates a new justification file in the .agents/justifications/ directory, applying a unique three-word ID and frontmatter with the current date and a formatted title to ensure consistent documentation.

What is the file naming format for generated justification documents?

The file naming format for generated justification documents uses a {three-word-id}-{slug}.md structure, storing the provided content as the body beneath the formatted title within the .agents/justifications/ directory.

How do I create a justification file with a custom slug and content body?

To create a justification file, you provide a custom slug and content, which the system uses as the file name suffix and document body respectively, while automatically generating the unique identifier and dated frontmatter.

Do I need any dependencies or specific components to generate justification files?

You do not need any dependencies or specific components to generate justification files, as the skill operates independently to create files in the .agents/justifications/ directory with unique three-word IDs.

Why use a three-word ID for architectural decision records instead of a timestamp?

Using a three-word ID for architectural decision records ensures a unique, human-readable identifier for each file, keeping decisions auditable and avoiding the collision risks associated with standard timestamps.