home / skills / openclaw / skills / firm-saas-pack
This skill accelerates SaaS product planning and delivery by preconfiguring sprint, release, and PLG workflows with firm-saas-pack best practices.
npx playbooks add skill openclaw/skills --skill firm-saas-packReview the files below or copy the command above to add this skill to your agents.
---
name: firm-saas-pack
version: 1.0.0
description: >
Curated skill bundle for SaaS companies (B2B and B2C) covering product development,
go-to-market, customer success and engineering excellence. Activates the full firm
pyramid with agents pre-configured for sprint planning, release management,
PLG growth loops and churn analysis.
author: romainsantoli-web
license: MIT
metadata:
openclaw:
requires:
env: []
bins: []
tools:
- sessions_send
- sessions_spawn
- sessions_history
primaryEnv: ""
tags:
- saas
- b2b
- product
- growth
- plg
- devops
- firm-pack
- sector
---
# firm-saas-pack
Sector bundle for **SaaS product companies** (B2B / B2C / PLG).
## Activated departments
| Department | Services activated | Focus |
|---|---|---|
| Strategy | Planning · Architecture · Product Discovery · Roadmap | Vision, OKRs, prioritization |
| Engineering | Backend · Frontend · AI Engineering · Integration | Product development, APIs |
| Quality | Testing · Security · Performance · Reliability | CI/CD quality gates |
| Marketing | Product Marketing · Growth Marketing · Content | PLG, activation, SEO |
| Commercial | Sales Engineering · Revenue Operations | Pipeline, expansion revenue |
| Support Clients | Support Operations · Incident Response | NPS, churn prevention |
| Operations | DevOps · Release · Documentation | SRE, changelog, runbooks |
| Finance | FP&A · Pricing · Unit Economics | ARR, NRR, LTV/CAC |
| Planning Orchestration | Workstream Planning · Delivery Orchestration | Sprint planning, dependencies |
## Recommended ClawHub skills to install alongside
```bash
npx clawhub@latest install azure-devops # Azure Boards / ADO integration
npx clawhub@latest install auto-pr-merger # Automated PR workflow
npx clawhub@latest install agent-audit # Performance/cost ROI audit
npx clawhub@latest install adhd-founder-planner # Sprint day planning
npx clawhub@latest install biz-reporter # ARR / churn / MRR dashboards
npx clawhub@latest install firm-orchestration # A2A orchestration backbone
npx clawhub@latest install firm-delivery-export # Output → PR / Jira / doc
```
## Firm configuration overlay
```json
{
"agent": {
"model": "anthropic/claude-opus-4-6",
"workspace": "~/.openclaw/workspace/saas-firm"
},
"agents": {
"defaults": {
"workspace": "~/.openclaw/workspace/saas-firm"
}
}
}
```
## Prompt: sprint planning
```
Use firm-orchestration with:
objective: "Plan Sprint 24 for Q1 OKR: reduce time-to-value from 14 to 7 days"
departments: ["strategy", "engineering", "quality", "planning_orchestration"]
constraints: ["capacity: 42 story points", "no infra changes in week 1"]
definition_of_done: "Sprint backlog with acceptance criteria, owner, estimate per ticket"
delivery_format: "github_pr"
```
## Prompt: churn analysis
```
Use firm-orchestration with:
objective: "Analyse Q4 churn cohort and identify top 3 actionable retention levers"
departments: ["finance", "support_clients", "marketing", "strategy"]
constraints: ["data: CRM export Feb 28", "anonymize customer names"]
definition_of_done: "Churn analysis with NRR impact, root causes, 30/60/90 day interventions"
delivery_format: "markdown_report"
```
## Routing profiles for SaaS tasks
| Task family | Profile | Recommended model |
|---|---|---|
| Architecture decisions | `research` → `analysis-deep` | Claude Opus |
| Code implementation | `debug` → `reasoning-technical` | Claude Sonnet |
| Product copy | `marketing` → `creative-premium` | Claude Opus |
| Localization | `translation` → `translation-precision` | Claude Haiku |
| Data analysis | `research` → `analysis-deep` | Claude Opus |
| PR description | `debug` → `reasoning-technical` | Claude Sonnet |
---
## 💎 Support
Si ce skill vous est utile, vous pouvez soutenir le développement :
**Dogecoin** : `DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq`
This skill is a curated bundle for SaaS companies (B2B and B2C) that activates a full firm pyramid of pre-configured agents for product, engineering, go-to-market, customer success, and operations. It centralizes sprint planning, release management, PLG growth loops, churn analysis and cross-functional orchestration. The pack speeds up delivery by providing role-focused agent templates, routing profiles, and recommended companion skills.
The skill provisions department-specific agents (strategy, engineering, quality, marketing, commercial, support, operations, finance, planning orchestration) with pre-set prompts and routing profiles. Agents collaborate via a firm-orchestration layer to produce artifacts like sprint backlogs, churn reports, PRs, and deployment runbooks. Configuration overlays set defaults for models and workspaces, and recommended companion skills extend integrations for CI, boards, analytics, and PR automation.
Which companion skills are recommended?
Install integrations for boards, PR automation, analytics and orchestration such as Azure DevOps, auto-pr-merger, biz-reporter and firm-orchestration.
How are data privacy issues handled for churn analysis?
Include constraints like anonymize customer names and provide only necessary CRM exports; agent prompts support explicit anonymization steps.