From outputai
Validates Output SDK workflow operations post-execution: audits step completion, enforces conventions like TypeScript imports and Temporal activities, checks plan quality, and verifies deliverables.
How this skill is triggered — by the user, by Claude, or both
Slash command
/outputai:output-meta-post-flightThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
After completing all steps in the process_flow, systematically verify:
After completing all steps in the process_flow, systematically verify:
Verify the following conventions were followed:
.js extension for ES modulesexport * from './path/to/workflow.js';Ensure the workflow plan includes:
Confirm the plan is ready for implementation:
Verify these deliverables were created or updated:
Ensure the following guidance is provided:
If any issues were encountered:
Before marking the workflow planning complete:
npx claudepluginhub growthxai/output --plugin outputaiPerforms pre-flight validation for Output SDK workflows, enforcing conventions like ES modules and wrappers, gathering requirements, and passing quality gates before execution.
Validates AI developer workflow steps (plan, build, review, fix) against contracts by checking specs, git commits, builds, tests via bash/git.
Validates JSON artifacts in looplia workflows against criteria from validation.json using deterministic TypeScript scripts via bun. Outputs pass/fail status and check details for manual retry, debugging failures, or ad-hoc verification.