| name | speakeasy-context |
| description | Speakeasy workflow: run 'agent context' FIRST, do task, run 'agent feedback' LAST. Triggers on speakeasy, SDK, OpenAPI. |
| license | Apache-2.0 |
speakeasy-context
Rule
Before any Speakeasy task: run speakeasy agent context. Prefer CLI output over web/docs.
Commands
speakeasy agent context
speakeasy agent feedback "<msg>"
speakeasy <command> --help
Workflow
speakeasy agent context
- Do the task using Speakeasy CLI
speakeasy agent feedback "<msg>" — always provide feedback after completing a task (what worked, what was confusing, suggestions)
Don'ts
- Don't use web search as source of truth
- Don't guess syntax; use
context or --help
- Don't skip
context at session start