ルール順守 (Rule Compliance)

Enforce a Prompt -> Docs -> Code workflow with YAML frontmatter and Git commit rules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/takayuki-kono/tendency --skill rule-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ルール順守 (Rule Compliance)
Source: https://github.com/takayuki-kono/tendency/tree/main
Command: npx skills add https://github.com/takayuki-kono/tendency --skill rule-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces a strict Rule Compliance framework that ensures every AI task follows a defined Prompt -> Docs -> Code sequence, preventing unsafe or non-compliant actions and ensuring auditable traceability.

Core Features & Use Cases

  • Validates and documents prompts, decisions, and actions according to a standardized workflow.
  • Enforces mandatory YAML frontmatter presence and required fields in SKILL.md.
  • Provides formal Git commit guidance with Japanese messages and an explicit author field as per governance rules.

Quick Start

Verify the task follows Prompt -> Docs -> Code and log the confirmation in docs/prompt.md.

Frequently Asked Questions about ルール順守 (Rule Compliance)

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

FAQPage Schema
How do I enforce a strict Prompt to Docs to Code workflow for AI tasks?

To enforce a strict workflow, the Skill validates that every task follows a sequential Prompt to Docs to Code path and logs confirmations into docs/prompt.md. This prevents unsafe or non-compliant actions and ensures auditable traceability.

What is the required YAML frontmatter format for SKILL.md compliance?

The required YAML frontmatter format for SKILL.md compliance mandates the presence of name and description fields. This standardization ensures that documentation meets governance rules before code generation begins.

How do I automate Git commit messages with Japanese text and proper authorship?

To automate Git commits with Japanese messages and explicit authorship, you apply governance rules that validate commit formats against strict compliance policies. This enforces formal commit standards and ensures traceable documentation for all updates.

Does workflow compliance validation require any external dependencies?

Workflow compliance validation requires no external dependencies to enforce the Prompt to Docs to Code sequence and YAML frontmatter checks. It operates independently to validate prompts, document decisions, and enforce Git governance rules.

What is the best way to document AI task decisions and prompts for auditability?

The best way to document AI task decisions for auditability is appending prompts and actions to docs/prompt.md. This standardized documentation process validates decisions and ensures every step follows the defined workflow governance.