Skip to content

/opsx-tdd

Adds a TDD gate to OpenSpec — write REAL failing tests from specs/**/*.md before implementation. Run after opsx:propose and before opsx:apply. Solid RED — never expect.fail placeholders.

shell
$ npx -y skills add yuritoledo/openspec-tdd --skill opsx-tdd --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/opsx-tdd
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Adds a TDD gate to OpenSpec — write REAL failing tests from specs/**/*.md before implementation. Run after opsx:propose and before opsx:apply. Solid RED — never expect.fail placeholders.
Ships withopenspec-tdd

Adds a TDD gate to OpenSpec — a new opsx:tdd command that sits between opsx:propose and opsx:apply. OpenSpec generates BDD scenarios in specs/**/*.md but jumps straight to implementation — no test-first step exists. This plugin adds one.

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: yuritoledo/openspec-tdd