User Input
$ARGUMENTS
Outline
- Read
docs/skills/catalog.md#add-feature-registration-testsanddocs/skills/catalog.md#add-implementation-unit-tests. - Read framework unit-test gates for feature registration and logic-bearing implementations.
- Identify whether the change needs registration tests, implementation tests, or both.
- Inspect nearby tests and existing test project references before proposing new test structure.
- Plan focused tests with stubbed dependencies, meaningful branch coverage, and exception-boundary coverage where applicable.
- If implementation was already approved and tests are direct follow-through, add the tests; otherwise return the plan first.
Do not use future integration tests as a substitute for required unit tests.