mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-11 18:53:11 +08:00
tdd.md, e2e.md, and orchestrate.md in legacy-command-shims/commands/ still carried their full pre-shim command bodies concatenated below the shim headers: a stray '})' and orphaned code fence in tdd.md, leftover Playwright test bodies plus a foreign project-specific 'PMX-Specific Critical Flows' section in e2e.md, and orphaned report-template fragments in orchestrate.md. The trailing bodies also contradicted the shim headers by claiming the commands invoke agents directly. Truncate each file at the end of its Delegation section. The other nine legacy shims are clean 20-23 line shims and are untouched.
632 B
632 B
description
| description |
|---|
| Legacy slash-entry shim for the tdd-workflow skill. Prefer the skill directly. |
TDD Command (Legacy Shim)
Use this only if you still invoke /tdd. The maintained workflow lives in skills/tdd-workflow/SKILL.md.
Canonical Surface
- Prefer the
tdd-workflowskill directly. - Keep this file only as a compatibility entry point.
Arguments
$ARGUMENTS
Delegation
Apply the tdd-workflow skill.
- Stay strict on RED -> GREEN -> REFACTOR.
- Keep tests first, coverage explicit, and checkpoint evidence clear.
- Use the skill as the maintained TDD body instead of duplicating the playbook here.