ワンクリックで
create-justification
Create a new justification file in .agents/justifications/ with a unique three-word ID, frontmatter, and formatted title
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new justification file in .agents/justifications/ with a unique three-word ID, frontmatter, and formatted title
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate markdown documentation for a module or feature
Create a new plan file in .agents/plans/ with a unique three-word ID, frontmatter, and formatted title
Create a new scratch file in .agents/scratches/ with a unique three-word ID, frontmatter, and formatted title
Writing and maintaining Playwright E2E tests for the Envelope Editor V2. Use when the user needs to create, modify, debug, or extend E2E tests in packages/app-tests/e2e/envelope-editor-v2/. Triggers include requests to "write an e2e test", "add a test for the envelope editor", "test envelope settings/recipients/fields/items/attachments", "fix a failing envelope test", or any task involving Playwright tests for the envelope editor feature.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
| name | create-justification |
| description | Create a new justification file in .agents/justifications/ with a unique three-word ID, frontmatter, and formatted title |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"agents","workflow":"decision-making"} |
I help you create new justification files in the .agents/justifications/ directory. Each justification file gets:
swift-emerald-river)Run the script with a slug and content:
npx tsx scripts/create-justification.ts "decision-name" "Justification content here"
Or use heredoc for multi-line content:
npx tsx scripts/create-justification.ts "decision-name" << HEREDOC
Multi-line
justification content
goes here
HEREDOC
Files are created as: {three-word-id}-{slug}.md
Example: swift-emerald-river-decision-name.md
The file includes frontmatter:
---
date: 2026-01-13
title: Decision Name
---
Your content here
Use this skill when you need to document the reasoning or justification for a decision, approach, or architectural choice. The unique ID ensures no filename conflicts, and the frontmatter provides metadata for organization.