Initial commit
This commit is contained in:
23
skills/strict-tool-implementer/reference/success-criteria.md
Normal file
23
skills/strict-tool-implementer/reference/success-criteria.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Success Criteria
|
||||
|
||||
## Implementation Checklist
|
||||
|
||||
- [ ] Tool schemas designed with `strict: true`
|
||||
- [ ] All tools have `additionalProperties: false`
|
||||
- [ ] Clear descriptions for tools and parameters
|
||||
- [ ] Required fields properly specified
|
||||
- [ ] Multi-tool workflow implemented
|
||||
- [ ] Error handling for tool failures
|
||||
- [ ] Refusal scenarios handled
|
||||
- [ ] Agent tested with realistic scenarios
|
||||
- [ ] Production patterns applied (retry, validation)
|
||||
- [ ] Monitoring in place
|
||||
|
||||
## Official Documentation
|
||||
|
||||
https://docs.anthropic.com/en/docs/build-with-claude/structured-outputs
|
||||
|
||||
## Related Skills
|
||||
|
||||
- `structured-outputs-advisor` - Choose the right mode
|
||||
- `json-outputs-implementer` - For data extraction use cases
|
||||
Reference in New Issue
Block a user