Asset Validation
Choose the requested outcome
- Review / audit: inspect the asset and relevant references, report concrete findings, and run proportionate static checks. Use review-and-fix.md. Do not launch ACC or modify the asset unless the request includes those actions.
- Fix / iterate: implement the requested corrections and verify affected behavior. A documentation edit does not automatically require full acceptance.
- Behavioral acceptance / real CLI evaluation: use acceptance.md for isolation, task design, observation, and cleanup. A static review cannot establish a behavioral PASS.
Infer the route from the requested deliverable and existing authorization. Ask only when a missing choice changes scope, cost, or permitted side effects. An already specified asset, purpose, or CLI needs no reconfirmation. If an asset is named without a requested operation, start with a brief read-only assessment.
Shared boundaries
- Keep edits and generated evidence within the authorized asset and task paths. Do not write memory, host configuration, or global installation state unless requested.
- Keep credentials and settings contents out of output; report paths and redacted evidence.
- Preserve unrelated changes. Use task-private scratch directories and clean only resources created by this task.
- Distinguish inspection, format checks, script execution, and observed Agent behavior in the result. Do not manufacture a PASS from work performed on behalf of the asset-under-test.
- Continue authorized fixes and relevant verification to completion; a new approval is needed only when the next action exceeds that authorization.
References
Load only the route needed for the current task:
- Review and focused fixes: static findings and canonical skill validation.
- Behavioral acceptance: real CLI execution, evidence, and cleanup.
- Asset identification: ambiguous asset types or acceptance registration.
The CLI is scripts/acc.ts, relative to this skill directory. Its Bun runtime, DB, and round mechanics belong to the behavioral acceptance route; ordinary review does not need them.