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:
- Read the spec file
- Extract acceptance criteria and edge cases
- Identify affected modules
If $ARGUMENTS is a description:
- Search existing code for related functionality
- Identify the right module to extend
- Confirm scope with user before proceeding