Add workflow
Add a new SaaS workflow
Ask Claude, Codex, Cursor, or Windsurf to add a new workflow without damaging billing, usage, approvals, logs, or tests.
Most workflow changes touch product logic and commercial rails at the same time. A bounded prompt keeps the agent focused on the new capability and the checks that prove it still works.
Inputs
- Workflow name and target user
- Input shape, output shape, and success state
- Risk level and whether human approval is required
- Files the agent may edit
Safety rules
- Keep billing, auth, usage limits, and send paths high-caution unless explicitly in scope.
- Do not bypass approval gates, suppression checks, or operational logging.
- Add or update tests beside the changed workflow logic.
Output
- Implementation summary
- Files changed
- Risk notes
- Verification output
Verification
npm run test && npm run lint && npm run build
one-paste prompt
Give this to your coding agent
You are working in a buyer-owned Toolbound Stack repo. Add a new SaaS workflow with the following inputs: - Workflow name: - Target user: - Input shape: - Output shape: - Success state: - Risk level: - Human approval required: - Files you may edit: Follow the repo instructions in AGENTS.md, CLAUDE.md, ARCHITECTURE.md, and DOMAIN_GLOSSARY.md before editing. Keep billing, auth, usage limits, send paths, suppression checks, approval gates, and operational logging high-caution unless this task explicitly includes them. Return: - Implementation summary. - Files changed. - Risk notes. - Tests or verification run. Definition of done: npm run test && npm run lint && npm run build passes, or you explain the blocking error.