Start implementing a feature from its specification using TDD.
Implements features from specifications using test-driven development.
/plugin marketplace add ViktorDolezel/spec-driven-dev/plugin install viktordolezel-spec-driven-dev@ViktorDolezel/spec-driven-devUse the implementing-specs skill to implement from a specification.
Arguments: spec path, feature name, or issue number
Examples:
/implement password-reset → looks for /docs/specs/password-reset.md/implement /docs/specs/auth.md → uses that spec directly/implement 42 → finds spec linked to issue #42If no argument provided, check .claude/current_task.json for current assignment.