adk-unit-design
Installation
SKILL.md
ADK Code Unit Design
This skill creates or updates a detailed software engineering design document for new or updated code file or specified code unit. The design document it generates is meant to explain the code to a developer who wants to modify or extend the code unit as part of the ADK development framework. Similar to a unit test, a unit design provides a generated software engineering design based on the actual, implemented code rather than any proposed code design or proposed software architecture.
Input
- Code files containing new functionality
- Names of new methods and classes (optional)
- Code files for base classes or interfaces that the new functionality depends on (optional)
- Code unit tests (optional)
- Example code files (optional)