Fec Tdd banner
bovinphang bovinphang

Fec Tdd

Code Quality community

Description

--- name: fec-tdd description: Use front-end TDD workflow to implement functions, fix bugs, or refactor logic: first write failing tests, then implement minimal code, and then refactor. --- Perform test-driven development as per `fec-tdd-workflow`. ## Execution steps 1. Identify the front-end behavior to be verified. 2. Select the test layer for the nearest risk: Unit, Component, Lightweight Integration, or E2E. 3. Write a minimum failure test and run it to confirm that the failure reason is

Installation

Installs to ~/.claude/skills/bovinphang-frontend-craft-fec-tdd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bovinphang-frontend-craft-fec-tdd && curl -fsSL https://raw.githubusercontent.com/bovinphang/frontend-craft/HEAD/commands/fec-tdd.md -o ~/.claude/skills/bovinphang-frontend-craft-fec-tdd/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository