veto-implement-feature

Installation
SKILL.md

Implement a feature following TDD workflow. $ARGUMENTS is a spec file path or a plain-text feature description.

Scope: This skill writes Rust code and tests. It does NOT update docs (update README manually if needed).

Workflow

Step 1: Understand Requirements

If $ARGUMENTS is a file path:

  1. Read the spec file
  2. Extract acceptance criteria and edge cases
  3. Identify affected modules

If $ARGUMENTS is a description:

  1. Search existing code for related functionality
  2. Identify the right module to extend
  3. Confirm scope with user before proceeding

Step 2: Identify Affected Files

Installs
1
Repository
runkids/veto
GitHub Stars
5
First Seen
Jun 22, 2026
veto-implement-feature — runkids/veto