Audit: Verify Definition of Done
1. Context
This skill verifies Definition of Done checks for a session and emits a DoD report under the runtime context.
- context (required): Bounded context name (safe path segment).
- session_id (required): Session identifier (safe path segment).
- required_artifacts (optional): Semicolon-delimited required artifact paths.
- allow_empty_diff (optional): Allow empty git diff (
true/false).
- test_command (optional): Override test command (default:
bun test).
- check_command (optional): Override fpf check command (default:
bun packages/fpf/bin/fpf check).
- agent_type (optional): Agent type performing the DoD check.
- agent_model (optional): Agent model identifier.