llm-output-schema-cons…
Zod schema constraints that Anthropic rejects or silently ignores when sent as structured-output tool definitions via aiSdk.Output.object(). Use when writing…
Post-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compliance, quality validation, and deliverable verification.
$ npx -y skills add growthxai/output --skill output-meta-post-flight --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/output-meta-post-flightContext preview
The summary Claude sees to decide when to auto-load this skill.
Post-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compliance, quality validation, and deliverable verification.
name: output-meta-post-flight description: Post-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compliance, quality validation, and deliverable verification. allowed-tools: [Read]
After completing all steps in the process_flow, systematically verify:
Verify the following conventions were followed:
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: 1. Document the specific issue and step where it occurred 2. Explain any deviations from the planned process 3. Provide recommendations for resolution 4. Note any missing information that prevented completion
Before marking the workflow planning complete:
The open-source TypeScript framework for building AI workflows and agents. Designed for Claude Code — describe what you want, Claude builds it, with all the best practices already in place. One framework.
Repo: growthxai/output
Zod schema constraints that Anthropic rejects or silently ignores when sent as structured-output tool definitions via aiSdk.Output.object(). Use when writing…
Guide to the providerOptions structure in .prompt files — decision tree for where an option goes, common mistakes, per-provider quick reference, and Anthropic…
Implement an Output SDK workflow from a plan document. Use when the user asks to build, implement, or code a workflow from an existing plan, or after…
View and edit encrypted credentials in an Output.ai project. Use when adding secrets, updating API keys, verifying credential values, or retrieving a specific…
Wire encrypted credentials to environment variables using the credential: convention. Use when setting up LLM provider keys (ANTHROPIC_API_KEY, OPENAI_API_KEY)…