From gws
Append a deal status update to a Google Sheets sales tracking spreadsheet.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Append a deal status update to a Google Sheets sales tracking spreadsheet.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Append a deal status update to a Google Sheets sales tracking spreadsheet.
Use this workflow when the user wants to log a deal status change, update a sales pipeline tracker, or record a customer interaction.
gws drive files list \
--params '{"q": "name contains 'SHEET_NAME' and mimeType = 'application/vnd.google-apps.spreadsheet'"}' \
--fields "files(id,name)" --format table
gws sheets +read --spreadsheet SHEET_ID --range "SHEET_TAB!A1:F" --format table
Show the user the current state of the pipeline.
Gather the update details from the user and append:
gws sheets +append --spreadsheet SHEET_ID --range 'SHEET_TAB' \
--values '["DATE", "COMPANY", "STATUS", "AMOUNT", "QUARTER", "OWNER"]'
Show the user the updated row.