writing-skills

Apply red-green-refactor workflow to agent skill documentation with pressure scenarios.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/otto-poblysh/pedagemy-early-access --skill writing-skills-otto-poblysh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/otto-poblysh/pedagemy-early-access/tree/main/.agents/skills/writing-skills
Command: npx skills add https://github.com/otto-poblysh/pedagemy-early-access --skill writing-skills-otto-poblysh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents AI agents from skipping required process discipline in agent skills documentation by forcing a red-green-refactor approach that catches loopholes before deployment.

Core Features & Use Cases

  • Test-driven skill authoring for documentation: Replaces “write-it-and-hope” with pressure-scenario validation.
  • Rationalization-proofing: Captures baseline agent excuses verbatim and adds explicit counters and red flags.
  • Discovery-optimized metadata: Ensures SKILL.md frontmatter and description are written to trigger the right loading behavior (CSO).

Quick Start

Use this Skill when creating, editing, or verifying an agent skill so you can identify common failures under pressure and ensure compliance before shipping.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I write agent skill documentation that holds up under pressure scenarios?

To bulletproof agent skill documentation against pressure scenarios, apply a red-green-refactor workflow that captures baseline failing scenarios and adds explicit counters for agent rationalizations. This approach catches documentation loopholes before deployment.

What is rationalization-proofing in skill authoring?

Rationalization-proofing in skill authoring captures baseline agent excuses verbatim and adds explicit counters and red flags to documentation. This prevents AI agents from skipping required process discipline when facing time, authority, sunk-cost, or exhaustion pressures.

How do I optimize SKILL.md metadata for reliable agent discovery?

Optimizing SKILL.md metadata for reliable agent discovery requires third-person YAML frontmatter with a name and description, plus CSO-aligned "when to use" descriptions. This ensures the right loading behavior is triggered when agents search for relevant skills.

How do I apply test-driven development to skill documentation?

Test-driven development for skill documentation replaces "write-it-and-hope" with pressure-scenario validation. You capture a baseline failing scenario, write minimal corrective instructions, and iteratively close loopholes with re-verification to ensure compliance.

What's the best way to prevent AI agents from skipping process discipline in skills?

The best way to prevent AI agents from skipping process discipline is forcing a red-green-refactor approach with rationalization-proofing during skill authoring. This captures baseline agent excuses and adds explicit counters before the skill is deployed.