create-justification

Create Markdown justification files with unique three-word IDs and frontmatter.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/GitLaw-co/documenso --skill create-justification-gitlaw-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-justification
Source: https://github.com/GitLaw-co/documenso/tree/main/.agents/skills/create-justification
Command: npx skills add https://github.com/GitLaw-co/documenso --skill create-justification-gitlaw-co

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Create new justification files with unique three-word IDs and standardized frontmatter.

Core Features & Use Cases

  • Generate a unique three-word identifier for each justification file.
  • Include frontmatter with date and formatted title.
  • Create files in .agents/justifications/ with the specified slug.

Quick Start

Run the script with a slug and content to generate a new justification file in .agents/justifications/.

Frequently Asked Questions about create-justification

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

FAQPage Schema
How do I document architectural decisions with structured frontmatter?

Document architectural decisions by generating Markdown justification files with standardized frontmatter, including a date and formatted title, stored within a dedicated directory for easy loading and tracking.

What is a three-word ID for justifying design rationales?

A three-word ID is a unique identifier automatically generated for each justification file to enforce consistent naming conventions, ensuring design rationales and trade-offs are easily locatable.

How do I automate file creation for decision-making documentation?

Automate decision-making documentation by running a script with a slug and content, which creates a new Markdown file with standardized frontmatter and a unique three-word identifier.

Can I use this to record trade-offs in Markdown format?

Yes, you can record architectural trade-offs by creating Markdown files that include standardized frontmatter with the date and title, ensuring rationales are structured for easy retrieval.

What format do justification files use for easy loading?

Justification files use the Markdown format with standardized frontmatter, containing the date and a formatted title, to ensure they are structured for easy loading and processing.