develop-asc-change
Installation
SKILL.md
Develop an ASC CLI change
Deliver one complete, reviewable behavior change through architecture, RED-GREEN implementation, realistic CLI verification, and PR-ready validation.
Write the design note
Before implementation, record:
- Placement in the existing command taxonomy and registry.
- Current
--helpbehavior and expected invocation shape. - Exact OpenAPI endpoint, method, request schema, query parameters, and response shape when API-facing.
- Flags, output formats, stdout/stderr behavior, and exit codes.
- Compatibility, lifecycle, migration, and deprecation impact.
- RED-GREEN tests, black-box checks, live verification, edge cases, and failure modes.
- One or two credible alternatives and why this shape is preferable.
Stop and align before coding if the public command shape or compatibility decision remains materially ambiguous.