test-driven-development

2.0k
mikeyobrienmikeyobrien

Unified TDD skill with three input modes — from spec, from task, or from description. Enforces test-first development using repository patterns, with proptest guidance and backpressure integration.

190 days ago

evaluate-presets

2.0k
mikeyobrienmikeyobrien

Use when testing Ralph's hat collection presets, validating preset configurations, or auditing the preset library for bugs and UX issues.

190 days ago

pr-demo

2.0k
mikeyobrienmikeyobrien

Use when creating animated demos (GIFs) for pull requests or documentation. Covers terminal recording with asciinema and conversion to GIF/SVG for GitHub embedding.

190 days ago

pdd

2.0k
mikeyobrienmikeyobrien

Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning.

191 days ago

Code Task Generator

2.0k
mikeyobrienmikeyobrien

Generates structured .code-task.md files from descriptions or PDD implementation plans. Auto-detects input type and creates properly formatted tasks with Given–When–Then acceptance criteria.

191 days ago

release-bump

2.0k
mikeyobrienmikeyobrien

Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish

191 days ago

code-assist

2.0k
mikeyobrienmikeyobrien

Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code.

191 days ago

find-code-tasks

2.0k
mikeyobrienmikeyobrien

Lists all code tasks in the repository with their status, dates, and metadata. Useful for getting an overview of pending work or finding specific tasks.

191 days ago

create-hat-collection

2.0k
mikeyobrienmikeyobrien

Generates new Ralph hat collection presets through guided conversation. Asks clarifying questions, validates against schema constraints, and outputs production-ready YAML files.

191 days ago

tmux-terminal

2.0k
mikeyobrienmikeyobrien

Interactive terminal control via tmux for TUI apps, prompts, and long-running CLI workflows.

191 days ago

tui-validate

2.0k
mikeyobrienmikeyobrien

Validates Terminal User Interface (TUI) output using freeze for screenshot capture and LLM-as-judge for semantic validation. Supports both visual (PNG/SVG) and text-based validation modes.

191 days ago

ralph-operations

2.0k
mikeyobrienmikeyobrien

Use when managing Ralph orchestration loops, analyzing diagnostic data, debugging hat selection, investigating backpressure, or performing post-mortem analysis

loopsdiagnosticsdebugging+1
191 days ago

playwright

2.0k
mikeyobrienmikeyobrien

Browser automation via Playwright (remorses) using persistent Chrome sessions and the full Playwright Page API.

191 days ago