Live coding mode using $ARGUMENTS. Apply all rules from the active project skill, but skip all verification steps.
What to Skip
- do not run unit tests
- do not run integration tests
- do not run system tests
- do not run builds (Maven, zb, or other)
- do not execute system tests after changes
- do not suggest running tests or builds
What to Do
- generate code following the active project skill's architecture and coding rules
- create test files when asked, but do not execute them