writing-skills

Convert pressure scenarios into RED-GREEN-REFACTOR updates for Skill documentation.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill writing-skills-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/superpowers/skills/writing-skills
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill writing-skills-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents agents from misunderstanding or rationalizing around process documentation by making skill creation test-driven instead of intuition-driven.

Core Features & Use Cases

  • Test-driven documentation: Convert “pressure scenarios” into skill rules that agents must obey under stress.
  • Anti-rationalization guidance: Use explicit negations, red flags, and rationalization tables to close loopholes.
  • Discovery-optimized Skill metadata: Write metadata that is concise and trigger-focused so agents reliably find the right Skill at the right time.

Quick Start

Use this Skill to create or verify a new process/documentation Skill before deployment by running baseline pressure scenarios without the Skill, then updating the SKILL.md until compliance holds.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I write process documentation that AI agents follow reliably under pressure?

Test-driven documentation converts pressure scenarios into RED-GREEN-REFACTOR updates, ensuring AI agents follow rules by validating baseline behavior before deployment. This prevents rationalization by enforcing explicit negations and concise structure.

What is the best way to prevent agent rationalization when authoring skill rules?

Preventing agent rationalization requires using explicit negations, red flags, and rationalization tables to close loopholes in process documentation. Converting pressure scenarios into test-driven rules ensures agents obey intended constraints under stress.

How do I structure skill metadata for optimal agent discovery?

Discovery-optimized skill metadata uses YAML frontmatter with a concise, trigger-focused description and name. This structure ensures agents reliably find the correct skill at the right time by satisfying discovery requirements without extraneous data.

Can I use test-driven development for verifying process workflows before deployment?

Yes, test-driven development verifies process workflows by running baseline pressure scenarios without the skill, then updating documentation until compliance holds. This validates discipline-enforcing behaviors and confirms baseline rules are observed.

When do I need to use explicit loophole counters in skill documentation?

Explicit loophole counters are needed when creating discipline-enforcing or anti-rationalization skills where baseline behavior must be observed. They close documentation gaps by adding red flags and rationalization tables that prevent agents from bypassing intended rules.

Does writing test-driven skill documentation require specific dependencies or components?

Writing test-driven skill documentation requires no external dependencies or components, relying solely on YAML frontmatter for metadata and markdown for RED-GREEN-REFACTOR process updates. This ensures universal compatibility for skill authoring and verification.