saas-pm-ceo-auditor-skill
v1.0.1
Published
Cross-agent SaaS launch-readiness auditor skill
Maintainers
Readme
SaaS PM + CEO Auditor Skill
Agent skill for deep SaaS launch-readiness audits across product, architecture, security, billing, and operations.
English
What this skill does
saas-pm-ceo-auditor performs a full audit and returns:
- What is already stable and launch-ready
- What is missing for MVP/go-live (with acceptance criteria)
- Immediate risks (security, multitenancy, billing/webhooks, reliability)
- Non-technical gaps (legal, telemetry, support, feedback loop)
- Prioritized execution plan (High/Medium/Low)
Invoke command
/saas-pm-ceo-auditorInstall from GitHub (recommended)
Install for all supported agents detected in your machine:
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor --agent '*' -yInstall only for specific agents:
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a github-copilot -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a claude-code -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a gemini-cli -yInstall via npm
npm i -D saas-pm-ceo-auditor-skillThe package runs postinstall and syncs skills automatically to detected agents.
If needed, run manual sync:
npx -y skills experimental_sync -a '*' -yPortugues (Brasil)
O que esta skill faz
saas-pm-ceo-auditor executa uma auditoria completa e entrega:
- O que ja esta estavel e pronto para lancar
- O que falta para MVP/go-live (com criterio de aceite)
- Riscos imediatos (seguranca, multitenancy, cobranca/webhooks, confiabilidade)
- Pendencias nao-tecnicas (legal, telemetria, suporte, feedback)
- Plano de execucao priorizado (Alta/Media/Baixa)
Comando de invocacao
/saas-pm-ceo-auditorInstalacao via GitHub (recomendado)
Instalar para todos os agentes suportados detectados na maquina:
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor --agent '*' -yInstalar somente para agentes especificos:
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a github-copilot -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a claude-code -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a gemini-cli -yInstalacao via npm
npm i -D saas-pm-ceo-auditor-skillO pacote roda postinstall e sincroniza a skill automaticamente para os agentes detectados.
Se precisar, rode sincronizacao manual:
npx -y skills experimental_sync -a '*' -yRepository layout
skills/
saas-pm-ceo-auditor/
SKILL.md
scripts/
postinstall.cjs
package.json
README.md