arkaos 4.7.0 → 4.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VERSION +1 -1
- package/arka/SKILL.md +2 -2
- package/arka/skills/bootstrap-agent/SKILL.md +11 -7
- package/arka/skills/checkpoint/SKILL.md +10 -4
- package/arka/skills/comfyui/SKILL.md +11 -8
- package/arka/skills/conclave/SKILL.md +11 -3
- package/arka/skills/costs/SKILL.md +2 -3
- package/arka/skills/design-ops/SKILL.md +11 -5
- package/arka/skills/dreams/SKILL.md +10 -4
- package/arka/skills/flow/SKILL.md +1 -1
- package/arka/skills/forge/SKILL.md +6 -8
- package/arka/skills/fusion/SKILL.md +11 -7
- package/arka/skills/human-writing/SKILL.md +11 -13
- package/arka/skills/research/SKILL.md +8 -10
- package/bin/arka-py.ps1 +9 -2
- package/config/claude-agents/affiliate-manager.md +50 -0
- package/config/claude-agents/ai-engineering-lead.md +52 -0
- package/config/claude-agents/architect.md +1 -1
- package/config/claude-agents/automation-engineer.md +50 -0
- package/config/claude-agents/brand-director.md +51 -0
- package/config/claude-agents/brand-strategist.md +50 -0
- package/config/claude-agents/business-model-designer.md +50 -0
- package/config/claude-agents/cfo.md +50 -0
- package/config/claude-agents/chief-of-staff.md +51 -0
- package/config/claude-agents/commerce-engineer.md +50 -0
- package/config/claude-agents/community-manager.md +50 -0
- package/config/claude-agents/community-strategist.md +50 -0
- package/config/claude-agents/content-marketer.md +50 -0
- package/config/claude-agents/content-strategist.md +50 -0
- package/config/claude-agents/conversion-strategist.md +50 -0
- package/config/claude-agents/coo.md +50 -0
- package/config/claude-agents/cs-manager.md +50 -0
- package/config/claude-agents/cto.md +51 -0
- package/config/claude-agents/culture-coach.md +50 -0
- package/config/claude-agents/data-collector.md +50 -0
- package/config/claude-agents/decision-quality.md +51 -0
- package/config/claude-agents/design-ops-lead.md +51 -0
- package/config/claude-agents/devops-eng.md +1 -1
- package/config/claude-agents/doc-writer.md +50 -0
- package/config/claude-agents/ecom-cro-specialist.md +50 -0
- package/config/claude-agents/ecom-director.md +50 -0
- package/config/claude-agents/engagement-designer.md +50 -0
- package/config/claude-agents/etl-eng.md +52 -0
- package/config/claude-agents/extraction-script-writer.md +51 -0
- package/config/claude-agents/financial-analyst.md +49 -0
- package/config/claude-agents/growth-engineer.md +50 -0
- package/config/claude-agents/hr-specialist.md +50 -0
- package/config/claude-agents/investment-strategist.md +50 -0
- package/config/claude-agents/knowledge-curator.md +51 -0
- package/config/claude-agents/knowledge-director.md +51 -0
- package/config/claude-agents/landing-cro-specialist.md +50 -0
- package/config/claude-agents/laravel-eng.md +52 -0
- package/config/claude-agents/leadership-director.md +50 -0
- package/config/claude-agents/market-analyst.md +50 -0
- package/config/claude-agents/marketing-director.md +50 -0
- package/config/claude-agents/metrics-analyst.md +50 -0
- package/config/claude-agents/node-ts-eng.md +52 -0
- package/config/claude-agents/okr-steward.md +51 -0
- package/config/claude-agents/ops-lead.md +50 -0
- package/config/claude-agents/org-designer.md +49 -0
- package/config/claude-agents/paid-specialist.md +50 -0
- package/config/claude-agents/people-ops.md +50 -0
- package/config/claude-agents/pm-director.md +52 -0
- package/config/claude-agents/product-owner.md +52 -0
- package/config/claude-agents/python-eng.md +52 -0
- package/config/claude-agents/repurpose-distributor.md +50 -0
- package/config/claude-agents/research-analyst.md +50 -0
- package/config/claude-agents/retention-manager.md +50 -0
- package/config/claude-agents/revops-lead.md +51 -0
- package/config/claude-agents/saas-strategist.md +50 -0
- package/config/claude-agents/sales-closer.md +50 -0
- package/config/claude-agents/sales-copywriter.md +51 -0
- package/config/claude-agents/sales-director.md +50 -0
- package/config/claude-agents/sales-ops.md +49 -0
- package/config/claude-agents/scriptwriter.md +50 -0
- package/config/claude-agents/scrum-master.md +50 -0
- package/config/claude-agents/sdr.md +51 -0
- package/config/claude-agents/security-eng.md +1 -1
- package/config/claude-agents/seo-specialist.md +50 -0
- package/config/claude-agents/shadcn-padronizer.md +51 -0
- package/config/claude-agents/strategic-pm.md +51 -0
- package/config/claude-agents/strategy-director.md +51 -0
- package/config/claude-agents/ux-designer.md +50 -0
- package/config/claude-agents/ux-researcher.md +51 -0
- package/config/claude-agents/ux-strategist.md +51 -0
- package/config/claude-agents/viral-engineer.md +50 -0
- package/config/claude-agents/visual-designer.md +50 -0
- package/config/claude-agents/wcag-auditor.md +51 -0
- package/config/hooks/user-prompt-submit.sh +7 -0
- package/core/agents/__pycache__/behavioral_compiler.cpython-313.pyc +0 -0
- package/core/agents/behavioral_compiler.py +66 -34
- package/core/budget/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/budget/__pycache__/manager.cpython-314.pyc +0 -0
- package/core/budget/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/complexity.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/handoff.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/orchestrator.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/persistence.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/renderer.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/runtime_dispatcher.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/agent_experiences.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/compliance_telemetry_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/enforcement_telemetry_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/qg_verdict.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/quality_api.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/quality_router.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/review_workflow.cpython-314.pyc +0 -0
- package/core/governance/phantom_action_check.py +19 -4
- package/core/hooks/__pycache__/user_prompt_submit.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/user_prompt_submit.cpython-314.pyc +0 -0
- package/core/hooks/user_prompt_submit.py +9 -2
- package/core/knowledge/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/chunker.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/embedder.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/pattern_cards.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/vector_store.cpython-314.pyc +0 -0
- package/core/memory/__pycache__/rehydrator.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/claude_code.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/claude_code.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/gemini_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/gemini_cli.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/subagent.cpython-313.pyc +0 -0
- package/core/runtime/claude_code.py +2 -1
- package/core/runtime/codex_cli.py +2 -0
- package/core/runtime/gemini_cli.py +2 -0
- package/core/runtime/subagent.py +11 -170
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/graph_context_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/graph_context_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/pattern_library_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/pattern_library_layer.cpython-314.pyc +0 -0
- package/core/synapse/agent_experiences_layer.py +4 -0
- package/core/synapse/engine.py +9 -0
- package/core/synapse/graph_context_layer.py +4 -0
- package/core/synapse/layers.py +28 -0
- package/core/synapse/pattern_library_layer.py +4 -0
- package/core/workflow/__init__.py +5 -3
- package/core/workflow/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/__init__.cpython-314.pyc +0 -0
- package/departments/brand/skills/archetype-finder/SKILL.md +7 -1
- package/departments/brand/skills/colors/SKILL.md +7 -1
- package/departments/brand/skills/design-system/SKILL.md +9 -2
- package/departments/brand/skills/identity-system/SKILL.md +8 -1
- package/departments/brand/skills/logo-brief/SKILL.md +7 -1
- package/departments/brand/skills/mockup-generate/SKILL.md +7 -1
- package/departments/brand/skills/naming-evaluate/SKILL.md +7 -1
- package/departments/brand/skills/positioning-statement/SKILL.md +8 -1
- package/departments/brand/skills/primal-audit/SKILL.md +7 -2
- package/departments/brand/skills/ux-audit/SKILL.md +8 -1
- package/departments/brand/skills/voice-guide/SKILL.md +8 -1
- package/departments/brand/skills/wireframe/SKILL.md +8 -1
- package/departments/community/skills/ai-community/SKILL.md +7 -1
- package/departments/community/skills/betting-setup/SKILL.md +7 -1
- package/departments/community/skills/business-model/SKILL.md +9 -2
- package/departments/community/skills/content-calendar/SKILL.md +8 -1
- package/departments/community/skills/events-plan/SKILL.md +7 -1
- package/departments/community/skills/gamification-design/SKILL.md +8 -1
- package/departments/community/skills/metrics-track/SKILL.md +8 -1
- package/departments/community/skills/moderation/SKILL.md +8 -1
- package/departments/community/skills/monetize-plan/SKILL.md +8 -1
- package/departments/community/skills/niche-setup/SKILL.md +9 -1
- package/departments/community/skills/onboarding-flow/SKILL.md +8 -1
- package/departments/community/skills/platform-select/SKILL.md +8 -1
- package/departments/community/skills/retention-system/SKILL.md +8 -2
- package/departments/content/skills/ai-workflow/SKILL.md +8 -1
- package/departments/content/skills/analytics/SKILL.md +8 -1
- package/departments/content/skills/calendar/SKILL.md +8 -1
- package/departments/content/skills/content-system/SKILL.md +8 -2
- package/departments/content/skills/hook-write/SKILL.md +8 -2
- package/departments/content/skills/monetization-plan/SKILL.md +8 -1
- package/departments/content/skills/newsletter-write/SKILL.md +7 -1
- package/departments/content/skills/platform-optimize/SKILL.md +9 -1
- package/departments/content/skills/repurpose-plan/SKILL.md +7 -1
- package/departments/content/skills/script-structure/SKILL.md +8 -1
- package/departments/content/skills/short-form/SKILL.md +8 -1
- package/departments/content/skills/thumbnail-package/SKILL.md +8 -1
- package/departments/content/skills/viral-design/SKILL.md +8 -2
- package/departments/content/skills/youtube-strategy/SKILL.md +9 -3
- package/departments/dev/skills/agent-design/SKILL.md +9 -2
- package/departments/dev/skills/agent-workflow/SKILL.md +9 -2
- package/departments/dev/skills/ai-assisted-dev/SKILL.md +7 -1
- package/departments/dev/skills/ai-security/SKILL.md +9 -2
- package/departments/dev/skills/api-design/SKILL.md +8 -2
- package/departments/dev/skills/app-test/SKILL.md +7 -3
- package/departments/dev/skills/architecture-design/SKILL.md +8 -2
- package/departments/dev/skills/changelog/SKILL.md +8 -1
- package/departments/dev/skills/ci-cd-pipeline/SKILL.md +7 -2
- package/departments/dev/skills/codebase-onboard/SKILL.md +8 -1
- package/departments/dev/skills/db-design/SKILL.md +8 -1
- package/departments/dev/skills/db-schema/SKILL.md +8 -2
- package/departments/dev/skills/ddd-model/SKILL.md +8 -1
- package/departments/dev/skills/demo-gif/SKILL.md +7 -3
- package/departments/dev/skills/dependency-audit/SKILL.md +8 -1
- package/departments/dev/skills/deploy/SKILL.md +8 -1
- package/departments/dev/skills/devops-pipeline/SKILL.md +8 -1
- package/departments/dev/skills/docs/SKILL.md +7 -1
- package/departments/dev/skills/env-secrets/SKILL.md +7 -1
- package/departments/dev/skills/incident/SKILL.md +8 -1
- package/departments/dev/skills/mcp/SKILL.md +8 -5
- package/departments/dev/skills/mcp-builder/SKILL.md +8 -2
- package/departments/dev/skills/observability/SKILL.md +8 -1
- package/departments/dev/skills/onboard/SKILL.md +8 -8
- package/departments/dev/skills/performance-audit/SKILL.md +8 -2
- package/departments/dev/skills/performance-profiler/SKILL.md +9 -2
- package/departments/dev/skills/rag-architect/SKILL.md +8 -2
- package/departments/dev/skills/red-team/SKILL.md +10 -1
- package/departments/dev/skills/refactor-plan/SKILL.md +8 -1
- package/departments/dev/skills/release/SKILL.md +8 -1
- package/departments/dev/skills/runbook/SKILL.md +8 -1
- package/departments/dev/skills/scaffold/SKILL.md +23 -16
- package/departments/dev/skills/security-audit/SKILL.md +9 -1
- package/departments/dev/skills/security-compliance/SKILL.md +8 -1
- package/departments/dev/skills/skill-audit/SKILL.md +9 -1
- package/departments/dev/skills/spec/SKILL.md +11 -14
- package/departments/dev/skills/stack-check/SKILL.md +8 -1
- package/departments/dev/skills/tdd-cycle/SKILL.md +8 -2
- package/departments/dev/skills/tech-debt/SKILL.md +8 -1
- package/departments/ecom/skills/analytics/SKILL.md +9 -1
- package/departments/ecom/skills/browse-competitor/SKILL.md +10 -3
- package/departments/ecom/skills/cart-recovery/SKILL.md +8 -1
- package/departments/ecom/skills/cro-optimize/SKILL.md +9 -2
- package/departments/ecom/skills/customer-journey/SKILL.md +8 -1
- package/departments/ecom/skills/ecommerce/SKILL.md +9 -8
- package/departments/ecom/skills/fulfillment-plan/SKILL.md +9 -1
- package/departments/ecom/skills/marketplace-manage/SKILL.md +9 -1
- package/departments/ecom/skills/pricing-strategy/SKILL.md +9 -1
- package/departments/ecom/skills/product-launch/SKILL.md +9 -3
- package/departments/ecom/skills/rfm-segment/SKILL.md +9 -2
- package/departments/ecom/skills/social-commerce/SKILL.md +8 -1
- package/departments/ecom/skills/store-audit/SKILL.md +9 -1
- package/departments/ecom/skills/subscription-model/SKILL.md +8 -1
- package/departments/finance/skills/budget-plan/SKILL.md +9 -1
- package/departments/finance/skills/cashflow-forecast/SKILL.md +9 -1
- package/departments/finance/skills/ciso-advisor/SKILL.md +9 -2
- package/departments/finance/skills/financial-model/SKILL.md +9 -2
- package/departments/finance/skills/pitch-deck/SKILL.md +9 -1
- package/departments/finance/skills/scenario-analysis/SKILL.md +8 -1
- package/departments/finance/skills/unit-economics/SKILL.md +9 -2
- package/departments/finance/skills/valuation-model/SKILL.md +9 -1
- package/departments/kb/skills/ai-research/SKILL.md +8 -1
- package/departments/kb/skills/competitive-intel/SKILL.md +8 -1
- package/departments/kb/skills/knowledge/SKILL.md +10 -9
- package/departments/kb/skills/knowledge-review/SKILL.md +7 -1
- package/departments/kb/skills/learn-content/SKILL.md +11 -1
- package/departments/kb/skills/moc-create/SKILL.md +7 -1
- package/departments/kb/skills/persona-build/SKILL.md +9 -4
- package/departments/kb/skills/research-plan/SKILL.md +9 -2
- package/departments/kb/skills/search-kb/SKILL.md +7 -1
- package/departments/kb/skills/source-evaluate/SKILL.md +8 -1
- package/departments/kb/skills/taxonomy-manage/SKILL.md +7 -1
- package/departments/kb/skills/write-as-persona/SKILL.md +8 -1
- package/departments/kb/skills/zettelkasten-process/SKILL.md +9 -2
- package/departments/landing/skills/ab-test/SKILL.md +7 -1
- package/departments/landing/skills/affiliate-bridge/SKILL.md +7 -1
- package/departments/landing/skills/awareness-diagnose/SKILL.md +8 -1
- package/departments/landing/skills/copy-framework/SKILL.md +7 -2
- package/departments/landing/skills/email-sequence/SKILL.md +7 -1
- package/departments/landing/skills/funnel-design/SKILL.md +8 -2
- package/departments/landing/skills/funnel-metrics/SKILL.md +7 -1
- package/departments/landing/skills/headline-write/SKILL.md +7 -1
- package/departments/landing/skills/landing-gen/SKILL.md +9 -3
- package/departments/landing/skills/launch-sequence/SKILL.md +7 -1
- package/departments/landing/skills/offer-create/SKILL.md +8 -2
- package/departments/landing/skills/optimize-page/SKILL.md +8 -1
- package/departments/landing/skills/page-architect/SKILL.md +7 -1
- package/departments/landing/skills/persuasion-apply/SKILL.md +9 -1
- package/departments/landing/skills/webinar-funnel/SKILL.md +8 -2
- package/departments/leadership/skills/change-manage/SKILL.md +8 -1
- package/departments/leadership/skills/conflict-resolve/SKILL.md +8 -1
- package/departments/leadership/skills/culture-audit/SKILL.md +7 -1
- package/departments/leadership/skills/delegation-matrix/SKILL.md +8 -1
- package/departments/leadership/skills/disc-assess/SKILL.md +8 -1
- package/departments/leadership/skills/feedback-give/SKILL.md +8 -1
- package/departments/leadership/skills/hiring-plan/SKILL.md +8 -1
- package/departments/leadership/skills/okr-define/SKILL.md +8 -2
- package/departments/leadership/skills/performance-review/SKILL.md +8 -1
- package/departments/leadership/skills/team-health/SKILL.md +8 -2
- package/departments/marketing/skills/ab-test/SKILL.md +7 -1
- package/departments/marketing/skills/analytics-report/SKILL.md +10 -1
- package/departments/marketing/skills/audience-segment/SKILL.md +8 -1
- package/departments/marketing/skills/calendar-plan/SKILL.md +8 -1
- package/departments/marketing/skills/cold-email/SKILL.md +8 -3
- package/departments/marketing/skills/competitor-analysis/SKILL.md +8 -1
- package/departments/marketing/skills/content-audit/SKILL.md +7 -1
- package/departments/marketing/skills/email-sequence/SKILL.md +9 -1
- package/departments/marketing/skills/marketing-automation/SKILL.md +7 -1
- package/departments/marketing/skills/paid-campaign/SKILL.md +8 -1
- package/departments/marketing/skills/programmatic-seo/SKILL.md +8 -3
- package/departments/marketing/skills/seo-audit/SKILL.md +8 -2
- package/departments/marketing/skills/social-strategy/SKILL.md +8 -1
- package/departments/ops/skills/bottleneck-find/SKILL.md +6 -2
- package/departments/ops/skills/dashboard-build/SKILL.md +7 -1
- package/departments/ops/skills/gdpr-compliance/SKILL.md +6 -1
- package/departments/ops/skills/gtd-setup/SKILL.md +6 -1
- package/departments/ops/skills/integration-design/SKILL.md +6 -1
- package/departments/ops/skills/iso27001/SKILL.md +7 -1
- package/departments/ops/skills/lean-audit/SKILL.md +6 -1
- package/departments/ops/skills/metrics-dashboard/SKILL.md +6 -1
- package/departments/ops/skills/n8n-flow/SKILL.md +6 -1
- package/departments/ops/skills/operations/SKILL.md +8 -8
- package/departments/ops/skills/quality-management/SKILL.md +6 -1
- package/departments/ops/skills/risk-management/SKILL.md +7 -1
- package/departments/ops/skills/soc2-compliance/SKILL.md +7 -1
- package/departments/ops/skills/sop-create/SKILL.md +6 -1
- package/departments/ops/skills/update/SKILL.md +8 -1
- package/departments/ops/skills/workflow-automate/SKILL.md +7 -2
- package/departments/ops/skills/zapier-flow/SKILL.md +6 -1
- package/departments/org/skills/compensation-plan/SKILL.md +7 -1
- package/departments/org/skills/culture-define/SKILL.md +8 -3
- package/departments/org/skills/decision-framework/SKILL.md +7 -1
- package/departments/org/skills/hiring-plan/SKILL.md +7 -1
- package/departments/org/skills/meeting-optimize/SKILL.md +7 -1
- package/departments/org/skills/okr-cadence/SKILL.md +7 -3
- package/departments/org/skills/onboarding-design/SKILL.md +7 -1
- package/departments/org/skills/org-design/SKILL.md +7 -1
- package/departments/org/skills/principles-audit/SKILL.md +8 -3
- package/departments/org/skills/remote-setup/SKILL.md +7 -1
- package/departments/org/skills/sop-process/SKILL.md +7 -1
- package/departments/org/skills/team-assess/SKILL.md +7 -1
- package/departments/pm/skills/agile-po/SKILL.md +10 -3
- package/departments/pm/skills/backlog-groom/SKILL.md +8 -1
- package/departments/pm/skills/discovery-plan/SKILL.md +10 -2
- package/departments/pm/skills/estimate-forecast/SKILL.md +9 -1
- package/departments/pm/skills/impact-map/SKILL.md +9 -1
- package/departments/pm/skills/kanban-setup/SKILL.md +7 -1
- package/departments/pm/skills/risk-register/SKILL.md +9 -1
- package/departments/pm/skills/roadmap-build/SKILL.md +10 -4
- package/departments/pm/skills/shape-pitch/SKILL.md +8 -2
- package/departments/pm/skills/sprint-plan/SKILL.md +8 -1
- package/departments/pm/skills/stakeholder-map/SKILL.md +7 -1
- package/departments/pm/skills/standup-run/SKILL.md +8 -1
- package/departments/pm/skills/story-write/SKILL.md +8 -1
- package/departments/saas/skills/benchmark-compare/SKILL.md +8 -1
- package/departments/saas/skills/churn-analysis/SKILL.md +8 -1
- package/departments/saas/skills/customer-success/SKILL.md +9 -1
- package/departments/saas/skills/gtm-strategy/SKILL.md +9 -3
- package/departments/saas/skills/launch-execute/SKILL.md +8 -1
- package/departments/saas/skills/leaky-bucket/SKILL.md +8 -3
- package/departments/saas/skills/metrics-dashboard/SKILL.md +8 -1
- package/departments/saas/skills/micro-saas-stack/SKILL.md +8 -1
- package/departments/saas/skills/mvp-build/SKILL.md +8 -1
- package/departments/saas/skills/onboarding-optimize/SKILL.md +9 -1
- package/departments/saas/skills/plg-setup/SKILL.md +9 -2
- package/departments/saas/skills/pricing-strategy/SKILL.md +9 -2
- package/departments/saas/skills/saas-scaffold/SKILL.md +8 -3
- package/departments/saas/skills/voc-loop/SKILL.md +10 -3
- package/departments/sales/skills/challenger-sell/SKILL.md +7 -1
- package/departments/sales/skills/deal-qualify/SKILL.md +7 -1
- package/departments/sales/skills/discovery-call/SKILL.md +6 -1
- package/departments/sales/skills/forecast-revenue/SKILL.md +7 -1
- package/departments/sales/skills/negotiate-plan/SKILL.md +7 -1
- package/departments/sales/skills/objection-handle/SKILL.md +7 -1
- package/departments/sales/skills/pipeline-manage/SKILL.md +7 -1
- package/departments/sales/skills/pricing-negotiate/SKILL.md +7 -1
- package/departments/sales/skills/proposal-write/SKILL.md +7 -2
- package/departments/sales/skills/spin-sell/SKILL.md +8 -2
- package/departments/strategy/skills/blue-ocean/SKILL.md +9 -2
- package/departments/strategy/skills/bmc/SKILL.md +8 -1
- package/departments/strategy/skills/board-advisor/SKILL.md +10 -2
- package/departments/strategy/skills/cto-advisor/SKILL.md +9 -2
- package/departments/strategy/skills/extract-data/SKILL.md +9 -3
- package/departments/strategy/skills/five-forces/SKILL.md +9 -2
- package/departments/strategy/skills/moat-analysis/SKILL.md +8 -1
- package/departments/strategy/skills/position/SKILL.md +10 -1
- package/departments/strategy/skills/premortem/SKILL.md +9 -3
- package/departments/strategy/skills/scenario-plan/SKILL.md +9 -1
- package/knowledge/commands-registry.json +3006 -1676
- package/knowledge/commands-registry.json.bak +4121 -0
- package/package.json +1 -1
- package/pyproject.toml +1 -1
- package/scripts/__pycache__/synapse-bridge.cpython-314.pyc +0 -0
- package/scripts/tools/__pycache__/prompt_lint.cpython-313.pyc +0 -0
- package/core/workflow/announcer.py +0 -246
- package/core/workflow/engine.py +0 -260
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/risk-register
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Project risk register: identifies risks, scores them on a probability x
|
|
5
|
+
impact matrix, and assigns mitigation strategies and owners, using
|
|
6
|
+
pre-mortem (Gary Klein) to surface failure modes. TRIGGER: "risk
|
|
7
|
+
register", "registo de riscos", "quais os riscos deste projeto", "what
|
|
8
|
+
could go wrong", "faz um pre-mortem do projeto", "/pm risk". SKIP:
|
|
9
|
+
strategic scenario stress-testing of a business bet -> strategy/premortem
|
|
10
|
+
(strategy-level kill analysis, not project risk tracking); mapping people
|
|
11
|
+
who can block the project -> pm/stakeholder-map; security-specific
|
|
12
|
+
threats -> dev/security-audit.
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/roadmap-build
|
|
3
3
|
description: >
|
|
4
|
-
Outcome-driven product roadmap
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
bets.
|
|
4
|
+
Outcome-driven product roadmap: North Star metric, measurable outcome
|
|
5
|
+
tree, Now/Next/Later three-horizon map, bets with appetite and kill
|
|
6
|
+
criteria, capacity allocation, and per-audience views — replaces
|
|
7
|
+
feature-list roadmaps with measurable bets. TRIGGER: "roadmap do
|
|
8
|
+
produto", "build the product roadmap", "define a North Star", "planeia os
|
|
9
|
+
próximos trimestres", "outcome roadmap", "/pm roadmap". SKIP:
|
|
10
|
+
company-level direction and market bets -> strategy/growth-strategy
|
|
11
|
+
(business strategy, not product sequencing); discovering which
|
|
12
|
+
opportunities matter first -> pm/discovery-plan; shaping a single bet
|
|
13
|
+
into a pitch -> pm/shape-pitch.
|
|
8
14
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
9
15
|
---
|
|
10
16
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/shape-pitch
|
|
3
3
|
description: >
|
|
4
|
-
Shape Up pitch for the betting table
|
|
5
|
-
|
|
4
|
+
Shape Up pitch (Ryan Singer) for the betting table: problem, appetite as
|
|
5
|
+
a time budget, fat-marker solution sketch, rabbit holes, and explicit
|
|
6
|
+
no-gos, with hill-chart tracking. TRIGGER: "shape this feature", "escreve
|
|
7
|
+
o pitch", "prepara a betting table", "define o appetite", "Shape Up
|
|
8
|
+
pitch", "/pm shape". SKIP: detailed requirements and acceptance criteria
|
|
9
|
+
-> dev/spec (spec defines the buildable WHAT; a pitch sells a bet);
|
|
10
|
+
sprint-based commitment -> pm/sprint-plan; deciding which bets enter
|
|
11
|
+
which quarter -> pm/roadmap-build.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/sprint-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Scrum sprint planning (Scrum Guide 2020): selects backlog items, defines
|
|
5
|
+
the sprint goal, checks team capacity, and locks the commitment with a
|
|
6
|
+
definition of done. TRIGGER: "planeia o sprint", "plan the sprint",
|
|
7
|
+
"sprint planning", "o que entra no próximo sprint", "define o sprint
|
|
8
|
+
goal", "/pm sprint". SKIP: items not yet refined or prioritized ->
|
|
9
|
+
pm/backlog-groom (groom before you plan); continuous-flow teams without
|
|
10
|
+
sprints -> pm/kanban-setup; multi-sprint delivery forecasting ->
|
|
11
|
+
pm/estimate-forecast.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/stakeholder-map
|
|
3
3
|
description: >
|
|
4
|
-
Stakeholder mapping: power/interest grid, communication plan
|
|
4
|
+
Stakeholder mapping: power/interest grid, communication plan with cadence
|
|
5
|
+
per quadrant, and a RACI matrix assigning responsibility per stakeholder.
|
|
6
|
+
TRIGGER: "stakeholder map", "mapa de stakeholders", "quem decide neste
|
|
7
|
+
projeto", "who are the stakeholders", "faz a matriz RACI", "/pm
|
|
8
|
+
stakeholder". SKIP: stakeholder resistance tracked as a project risk ->
|
|
9
|
+
pm/risk-register (probability x impact, not influence mapping); defining
|
|
10
|
+
decision rights and org structure -> org/decision-framework.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/standup-run
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Runs a structured daily standup — what was done, what's next, blockers —
|
|
5
|
+
focused on flow and unblocking rather than status theatre; outputs a
|
|
6
|
+
summary with blockers flagged and actions assigned. TRIGGER: "run the
|
|
7
|
+
standup", "faz o standup", "daily standup", "ponto de situação da
|
|
8
|
+
equipa", "quais os bloqueios", "/pm standup". SKIP: sprint-boundary
|
|
9
|
+
ceremonies (item selection, goal, commitment) -> pm/sprint-plan; board
|
|
10
|
+
flow policies and WIP limits behind recurring blockers -> pm/kanban-setup
|
|
11
|
+
(fix the system, not the meeting).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/story-write
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Writes user stories with Jeff Patton story mapping and INVEST criteria:
|
|
5
|
+
acceptance criteria, edge cases, test scenarios, and splitting oversized
|
|
6
|
+
stories. TRIGGER: "escreve as user stories", "write user stories", "user
|
|
7
|
+
story para esta feature", "parte esta story", "split this story", "/pm
|
|
8
|
+
story". SKIP: full product-owner cycle (epics, sprints, prioritization)
|
|
9
|
+
-> pm/agile-po (this is the focused single-story flow); ranking existing
|
|
10
|
+
stories -> pm/backlog-groom; formal technical spec with API contracts ->
|
|
11
|
+
dev/spec.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/benchmark-compare
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Compares your SaaS metrics against industry quartiles (KeyBanc + Meritech
|
|
5
|
+
benchmarks) and delivers a traffic-light report with improvement
|
|
6
|
+
priorities. TRIGGER: "compare com benchmarks do setor", "estamos acima da
|
|
7
|
+
média?", "how do my SaaS metrics compare", "benchmark my churn/NRR",
|
|
8
|
+
"quartis da indústria", "/saas benchmark". SKIP: KPIs not yet defined or
|
|
9
|
+
tracked -> saas/metrics-dashboard (build the metrics stack before
|
|
10
|
+
comparing it); a below-benchmark churn number needing root causes ->
|
|
11
|
+
saas/churn-analysis (diagnosis, not comparison).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/churn-analysis
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Diagnoses churn with cohort breakdowns, retention curves, and root-cause
|
|
5
|
+
churn reasons, ending in a prevention plan. TRIGGER: "churn analysis",
|
|
6
|
+
"análise de churn", "porque estamos a perder clientes", "retention
|
|
7
|
+
curves", "cohort retention", "/saas churn". SKIP: pass/fail retention
|
|
8
|
+
check before approving acquisition spend -> saas/leaky-bucket (gate
|
|
9
|
+
verdict, not diagnosis); collecting qualitative customer feedback ->
|
|
10
|
+
saas/voc-loop (voice signal, not cohort math); saving individual at-risk
|
|
11
|
+
accounts -> saas/customer-success.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/customer-success
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a customer success playbook across the lifecycle — onboard, adopt,
|
|
5
|
+
expand, renew, advocate — with health score model, touchpoint cadence,
|
|
6
|
+
and expansion plays (Lincoln Murphy). TRIGGER: "customer success
|
|
7
|
+
playbook", "plano de sucesso do cliente", "health score dos clientes",
|
|
8
|
+
"renewal and expansion plan", "gerir contas em risco", "/saas cs
|
|
9
|
+
<account>". SKIP: aggregate churn numbers and cohorts ->
|
|
10
|
+
saas/churn-analysis (metrics diagnosis, not account playbooks);
|
|
11
|
+
self-serve signup activation -> saas/onboarding-optimize (product
|
|
12
|
+
onboarding, not managed accounts).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/gtm-strategy
|
|
3
3
|
description: >
|
|
4
|
-
Cross-departmental go-to-market strategy: ICP
|
|
5
|
-
|
|
6
|
-
+
|
|
4
|
+
Cross-departmental go-to-market strategy: ICP profile, Onlyness
|
|
5
|
+
positioning, GTM motion selection (PLG/SLG/community/partner), channel
|
|
6
|
+
mix, and 90-day execution plan — orchestrates SaaS + Strategy + Marketing
|
|
7
|
+
+ Sales + Landing. TRIGGER: "go-to-market", "estratégia GTM", "como levar
|
|
8
|
+
o produto ao mercado", "define o ICP e posicionamento", "which GTM
|
|
9
|
+
motion", "/saas gtm <product>". SKIP: strategy already approved, time to
|
|
10
|
+
ship -> saas/launch-execute (executes the launch this skill plans);
|
|
11
|
+
company-level growth beyond one SaaS product -> strategy/growth-strategy;
|
|
12
|
+
launch email/funnel mechanics -> landing/launch-sequence.
|
|
7
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
8
14
|
---
|
|
9
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/launch-execute
|
|
3
3
|
description: >
|
|
4
|
-
SaaS launch
|
|
4
|
+
Executes a SaaS launch end-to-end — pre-launch, launch day, post-launch —
|
|
5
|
+
with a PLG or SLG motion, delivering a launch checklist with timeline,
|
|
6
|
+
channels, and success criteria. TRIGGER: "lança o produto", "plano de
|
|
7
|
+
lançamento do SaaS", "launch checklist", "launch the product", "estamos
|
|
8
|
+
prontos para lançar?", "/saas launch". SKIP: ICP, positioning, or motion
|
|
9
|
+
still undecided -> saas/gtm-strategy (strategy precedes execution);
|
|
10
|
+
e-commerce product drops -> ecom/product-launch; launch email sequences
|
|
11
|
+
and funnel pages -> landing/launch-sequence.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/leaky-bucket
|
|
3
3
|
description: >
|
|
4
|
-
Leaky-Bucket gate — audit churn and
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Leaky-Bucket gate — pass/fail audit of churn, NRR, and activation BEFORE
|
|
5
|
+
approving acquisition spend, with LTV compounding math; every 1% of churn
|
|
6
|
+
compounds against LTV forever. Owned by the RevOps squad. TRIGGER:
|
|
7
|
+
"leaky bucket", "podemos aumentar o investimento em aquisição?", "should
|
|
8
|
+
we scale acquisition", "gate de retenção antes do CAC", "check NRR before
|
|
9
|
+
spending", "/saas leaky-bucket". SKIP: gate failed and you need root
|
|
10
|
+
causes -> saas/churn-analysis (cohort diagnosis, not verdict); fixing the
|
|
11
|
+
activation drop-off itself -> saas/onboarding-optimize.
|
|
7
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
8
13
|
---
|
|
9
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/metrics-dashboard
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Sets up SaaS metrics tracking (Janz SaaS Metrics Stack): KPI definitions,
|
|
5
|
+
data sources, dashboard layout, targets, and alert thresholds. TRIGGER:
|
|
6
|
+
"metrics dashboard", "define os KPIs do SaaS", "métricas do produto",
|
|
7
|
+
"track MRR/churn/LTV", "setup metrics tracking", "/saas metrics-setup".
|
|
8
|
+
SKIP: KPIs already tracked and you want to compare against industry
|
|
9
|
+
quartiles -> saas/benchmark-compare (comparison, not setup);
|
|
10
|
+
marketing/funnel performance reporting -> marketing/analytics-report;
|
|
11
|
+
LTV/CAC economics modelling -> finance/unit-economics.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/micro-saas-stack
|
|
3
3
|
description: >
|
|
4
|
-
Micro-SaaS portfolio strategy:
|
|
4
|
+
Micro-SaaS portfolio strategy (Walling stacking): plan multiple small
|
|
5
|
+
products for diversified revenue, with portfolio map, synergies, and
|
|
6
|
+
revenue targets. TRIGGER: "micro-SaaS stack", "portfólio de micro-SaaS",
|
|
7
|
+
"vários produtos pequenos em vez de um grande", "stack multiple small
|
|
8
|
+
products", "diversificar receita com micro-SaaS", "/saas stack". SKIP:
|
|
9
|
+
evaluating a single niche's potential -> saas/niche-evaluate (one niche,
|
|
10
|
+
not a portfolio); scoping one product's first version -> saas/mvp-build
|
|
11
|
+
(single-product MVP scope).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/mvp-build
|
|
3
3
|
description: >
|
|
4
|
-
MVP scope
|
|
4
|
+
Defines MVP scope: core feature set, activation metric, time-to-value
|
|
5
|
+
target, and acceptance criteria for a SaaS first version. TRIGGER:
|
|
6
|
+
"define o MVP", "MVP scope", "que features entram na v1", "what goes in
|
|
7
|
+
the first version", "métrica de ativação do MVP", "/saas mvp <product>".
|
|
8
|
+
SKIP: generating the actual project code -> saas/saas-scaffold (files and
|
|
9
|
+
stack, not scope); idea not yet validated -> saas/validate-idea (validate
|
|
10
|
+
before scoping); formal implementation spec for the dev squad -> dev/spec
|
|
11
|
+
(engineering requirements, not product scope).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/onboarding-optimize
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Optimizes SaaS onboarding (Wes Bush PLG Activation): time-to-value,
|
|
5
|
+
activation metric, drop-off analysis, and an experiment backlog with
|
|
6
|
+
activation targets. TRIGGER: "optimiza o onboarding", "utilizadores
|
|
7
|
+
desistem depois do signup", "users drop off after signup", "melhorar o
|
|
8
|
+
time-to-value", "activation rate baixa", "/saas onboard <product>".
|
|
9
|
+
SKIP: designing the whole PLG motion from scratch -> saas/plg-setup
|
|
10
|
+
(model selection and flywheel; onboarding is one piece); high-touch
|
|
11
|
+
onboarding of managed accounts -> saas/customer-success (CS lifecycle,
|
|
12
|
+
not self-serve activation).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/plg-setup
|
|
3
3
|
description: >
|
|
4
|
-
Product-Led Growth setup: freemium
|
|
5
|
-
|
|
4
|
+
Product-Led Growth setup (Wes Bush PLG Flywheel): freemium vs trial vs
|
|
5
|
+
reverse-trial model selection, flywheel design, activation metrics, PQL
|
|
6
|
+
definition, and onboarding flow. TRIGGER: "PLG", "product-led growth",
|
|
7
|
+
"freemium ou trial?", "motion self-serve", "define PQLs", "/saas plg
|
|
8
|
+
<product>". SKIP: iterating an existing onboarding funnel ->
|
|
9
|
+
saas/onboarding-optimize (tunes activation inside a PLG motion already
|
|
10
|
+
chosen); full go-to-market including sales-led motions ->
|
|
11
|
+
saas/gtm-strategy; viral and referral loop design ->
|
|
12
|
+
marketing/growth-loop.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/pricing-strategy
|
|
3
3
|
description: >
|
|
4
|
-
SaaS pricing strategy
|
|
5
|
-
|
|
4
|
+
SaaS pricing strategy via value-based pricing (Patrick Campbell): value
|
|
5
|
+
metric selection, Van Westendorp willingness-to-pay, competitive
|
|
6
|
+
positioning, 3-tier structure, and pricing page rules. TRIGGER: "pricing
|
|
7
|
+
do SaaS", "quanto devo cobrar", "SaaS pricing strategy", "estrutura de
|
|
8
|
+
planos e tiers", "Van Westendorp", "/saas pricing <product>". SKIP:
|
|
9
|
+
e-commerce product pricing -> ecom/pricing-strategy; subscription-box
|
|
10
|
+
commerce models -> ecom/subscription-model; negotiating price inside a
|
|
11
|
+
live deal -> sales/pricing-negotiate; LTV/CAC and margin math ->
|
|
12
|
+
finance/unit-economics.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/saas-scaffold
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Scaffolds a production-ready SaaS project (Next.js App Router) with auth
|
|
5
|
+
(NextAuth/Clerk/Supabase), database (Drizzle), Stripe billing, API routes,
|
|
6
|
+
and dashboard — generates file tree, schema, env config, and a 5-phase
|
|
7
|
+
validation checklist. TRIGGER: "scaffold o SaaS", "cria o projeto SaaS",
|
|
8
|
+
"boilerplate com auth e Stripe", "set up a new SaaS codebase", "/saas
|
|
9
|
+
scaffold <stack>". SKIP: deciding WHAT goes in the first version ->
|
|
10
|
+
saas/mvp-build (scope precedes code); generic non-SaaS project setup ->
|
|
11
|
+
dev/scaffold (stack scaffolding without billing/auth SaaS assumptions).
|
|
7
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent]
|
|
8
13
|
---
|
|
9
14
|
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: saas/voc-loop
|
|
3
3
|
description: >
|
|
4
|
-
Voice of Customer loop — collect signal,
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Voice of Customer loop — collect signal (NPS, CSAT, CES, tickets, churn
|
|
5
|
+
reasons), close the loop with the customer, cluster themes, and run PDCA;
|
|
6
|
+
only 1 in 26 unhappy customers complains, so closing the loop beats
|
|
7
|
+
collecting more. Owned by the RevOps squad. TRIGGER: "voice of customer",
|
|
8
|
+
"VoC", "feedback dos clientes", "fecha o loop com o cliente",
|
|
9
|
+
"NPS/CSAT/CES program", "/saas voc-loop". SKIP: quantitative churn
|
|
10
|
+
cohorts and retention curves -> saas/churn-analysis (numbers, not
|
|
11
|
+
voice); acting on
|
|
12
|
+
one account's feedback -> saas/customer-success (account playbook, not
|
|
13
|
+
theme clustering).
|
|
7
14
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
8
15
|
---
|
|
9
16
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/challenger-sell
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Prepares a Challenger Sale approach (Dixon/Adamson): commercial insight to
|
|
5
|
+
teach, message tailoring per stakeholder, and take-control moves that
|
|
6
|
+
reframe the customer's thinking. TRIGGER: "challenger sale", "reframe o
|
|
7
|
+
cliente", "commercial insight para esta conta", "ensina o prospect algo
|
|
8
|
+
novo", "/sales challenger <context>". SKIP: question-led needs discovery ->
|
|
9
|
+
sales/spin-sell (uncovers needs rather than reframing them); handling a
|
|
10
|
+
specific objection mid-deal -> sales/objection-handle.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/deal-qualify
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Qualifies a deal with MEDDIC/BANT — Metrics, Economic Buyer, Decision
|
|
5
|
+
Criteria, Decision Process, Champion — into a scorecard with a go/no-go
|
|
6
|
+
recommendation. TRIGGER: "qualifica este lead", "qualify this deal", "vale a
|
|
7
|
+
pena este negócio?", "MEDDIC", "BANT", "/sales qualify <deal>". SKIP: health
|
|
8
|
+
of the whole funnel -> sales/pipeline-manage (stage conversion and aging
|
|
9
|
+
across all deals); preparing the first conversation before qualification
|
|
10
|
+
data exists -> sales/discovery-call.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/discovery-call
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Prepares a discovery call end to end: prospect research, SPIN question bank,
|
|
5
|
+
call goals, and agenda. TRIGGER: "prepara a discovery call", "primeira call
|
|
6
|
+
com o prospect", "discovery call prep", "pesquisa este prospect antes da
|
|
7
|
+
reunião", "/sales discovery <prospect>". SKIP: question craft or SPIN
|
|
8
|
+
methodology alone, without research and agenda -> sales/spin-sell; scoring
|
|
9
|
+
whether the deal is worth pursuing -> sales/deal-qualify.
|
|
5
10
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
11
|
---
|
|
7
12
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/forecast-revenue
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a revenue forecast from probability-weighted pipeline, historical
|
|
5
|
+
stage conversion, and confidence intervals, with forecast-accuracy metrics.
|
|
6
|
+
TRIGGER: "revenue forecast", "previsão de receita", "quanto vamos fechar
|
|
7
|
+
este trimestre?", "forecast do pipeline", "/sales forecast". SKIP:
|
|
8
|
+
diagnosing velocity, bottlenecks, or deal aging -> sales/pipeline-manage
|
|
9
|
+
(pipeline health, not the revenue number); cash-in/cash-out or longer-range
|
|
10
|
+
financial projections -> finance/cashflow-forecast.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/negotiate-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Plans a negotiation with the BATNA framework: BATNA and walk-away point,
|
|
5
|
+
ZOPA mapping, anchoring strategy, and a concession ladder. TRIGGER: "prepara
|
|
6
|
+
a negociação", "negotiation plan", "BATNA", "qual é o nosso walk-away?",
|
|
7
|
+
"estratégia de concessões", "/sales negotiate <deal>". SKIP: negotiation
|
|
8
|
+
purely about price or discount pressure -> sales/pricing-negotiate (value
|
|
9
|
+
anchors and margin protection); a single objection to answer ->
|
|
10
|
+
sales/objection-handle.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/objection-handle
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds an objection-handling playbook for a specific sales objection:
|
|
5
|
+
acknowledge, clarify, respond with evidence, confirm, plus follow-up moves.
|
|
6
|
+
TRIGGER: "objection handling", "o cliente diz que é caro", "como respondo a
|
|
7
|
+
esta objeção?", "handle this objection", "/sales objection <objection>".
|
|
8
|
+
SKIP: recurring price pushback needing value anchors and margin defence ->
|
|
9
|
+
sales/pricing-negotiate; full multi-issue negotiation prep with concessions
|
|
10
|
+
and walk-away -> sales/negotiate-plan.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/pipeline-manage
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Analyses pipeline health with the Pipeline Velocity formula: velocity,
|
|
5
|
+
conversion by stage, deal aging, bottlenecks, and forecast accuracy.
|
|
6
|
+
TRIGGER: "análise do pipeline", "pipeline review", "onde estão presos os
|
|
7
|
+
deals?", "conversão por fase", "pipeline velocity", "/sales pipeline". SKIP:
|
|
8
|
+
the revenue number with confidence intervals -> sales/forecast-revenue;
|
|
9
|
+
deep-dive on one deal -> sales/deal-qualify; delivery or task boards rather
|
|
10
|
+
than sales stages -> pm/kanban-setup.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/pricing-negotiate
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Prepares a value-based pricing negotiation: anchor on value and ROI, respond
|
|
5
|
+
to price objections, and protect margins with a concession playbook.
|
|
6
|
+
TRIGGER: "negociar preço", "pricing negotiation", "o cliente pede desconto",
|
|
7
|
+
"defende a margem", "price objection", "/sales pricing <product>". SKIP:
|
|
8
|
+
setting list price, tiers, or packaging in the first place
|
|
9
|
+
-> saas/pricing-strategy; negotiation spanning scope, terms, and timeline beyond price ->
|
|
10
|
+
sales/negotiate-plan.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/proposal-write
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Writes an outcome-focused sales proposal (max 5-7 pages): executive summary,
|
|
5
|
+
client challenge, solution with scope and timeline, proof and case studies,
|
|
6
|
+
investment with ROI calculation, and next steps. TRIGGER: "proposta
|
|
7
|
+
comercial", "escreve a proposta para o cliente", "sales proposal", "write
|
|
8
|
+
the proposal", "orçamento para o cliente", "/sales proposal <client>". SKIP:
|
|
9
|
+
crafting the public offer, value ladder, or guarantee itself ->
|
|
10
|
+
landing/offer-create; investor fundraising deck -> finance/pitch-deck.
|
|
6
11
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
12
|
---
|
|
8
13
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sales/spin-sell
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Prepares SPIN Selling questions (Neil Rackham): Situation, Problem,
|
|
5
|
+
Implication, and Need-Payoff banks customised to the prospect's industry,
|
|
6
|
+
weighting Implication and Need-Payoff for large sales. TRIGGER: "SPIN
|
|
7
|
+
selling", "perguntas SPIN", "perguntas para a call de vendas", "prepara
|
|
8
|
+
perguntas de implicação", "uncover needs", "/sales spin <context>". SKIP:
|
|
9
|
+
full call prep with prospect research and agenda -> sales/discovery-call
|
|
10
|
+
(the SPIN bank is one input to it); insight-led reframing instead of
|
|
11
|
+
question-led discovery -> sales/challenger-sell.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: strat/blue-ocean
|
|
3
3
|
description: >
|
|
4
|
-
Blue Ocean Strategy analysis: Strategy Canvas
|
|
5
|
-
|
|
4
|
+
Blue Ocean Strategy analysis (Kim & Mauborgne): Strategy Canvas mapping
|
|
5
|
+
your offering vs competitors, ERRC Grid (Eliminate/Reduce/Raise/Create),
|
|
6
|
+
Six Paths exploration, and a value innovation statement with copyability
|
|
7
|
+
risk assessment. TRIGGER: "blue ocean", "oceano azul", "uncontested
|
|
8
|
+
market space", "espaço de mercado por explorar", "ERRC", "strategy
|
|
9
|
+
canvas", "/strat blue-ocean". SKIP: rating industry attractiveness and
|
|
10
|
+
competitive forces -> strat/five-forces (analyses the red ocean you are
|
|
11
|
+
in); assessing defensibility of an existing position ->
|
|
12
|
+
strat/moat-analysis.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: strat/bmc
|
|
3
3
|
description: >
|
|
4
|
-
Business Model Canvas:
|
|
4
|
+
Business Model Canvas (Osterwalder): maps a business across the 9 blocks
|
|
5
|
+
with a value proposition deep dive, delivering a completed BMC with VPC
|
|
6
|
+
overlay and revenue model analysis. TRIGGER: "business model canvas",
|
|
7
|
+
"BMC", "modelo de negócio", "desenha o canvas", "value proposition
|
|
8
|
+
canvas", "revenue model", "/strat bmc". SKIP: testing whether an idea
|
|
9
|
+
has real demand -> saas/validate-idea (runs validation experiments, not
|
|
10
|
+
canvas mapping); defining how to stand against competitors ->
|
|
11
|
+
strat/position.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: strategy/board-advisor
|
|
3
3
|
description: >
|
|
4
|
-
Board meeting preparation
|
|
5
|
-
|
|
4
|
+
Board meeting preparation and structured multi-perspective executive
|
|
5
|
+
deliberation: 6-phase protocol (context, independent contributions,
|
|
6
|
+
critic, synthesis, founder review, extraction), board deck structure,
|
|
7
|
+
stakeholder management, and a decision brief with action items.
|
|
8
|
+
TRIGGER: "board meeting", "reunião de board", "prepara o board deck",
|
|
9
|
+
"conselho de administração", "decisão executiva multi-perspetiva",
|
|
10
|
+
"stakeholder management", "/strat board-advisor". SKIP: purely technical
|
|
11
|
+
decisions (build-vs-buy, architecture bets) -> strat/cto-advisor;
|
|
12
|
+
stress-testing one irreversible bet for failure modes ->
|
|
13
|
+
strat/premortem.
|
|
6
14
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
15
|
---
|
|
8
16
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: strategy/cto-advisor
|
|
3
3
|
description: >
|
|
4
|
-
CTO-level advisory on
|
|
5
|
-
|
|
4
|
+
CTO-level advisory on technology strategy: build-vs-buy decision matrix,
|
|
5
|
+
DORA metrics assessment, ADR governance and validation, engineering
|
|
6
|
+
team scaling ratios, and tech debt management with red-flag triggers.
|
|
7
|
+
TRIGGER: "build vs buy", "tech strategy", "estratégia tecnológica",
|
|
8
|
+
"DORA metrics", "dívida técnica", "scaling the engineering team",
|
|
9
|
+
"/strat cto-advisor". SKIP: designing the actual system (components,
|
|
10
|
+
APIs, data flow) -> dev/architecture-design (implementation design, not
|
|
11
|
+
executive advisory); decisions needing multi-role executive
|
|
12
|
+
deliberation -> strat/board-advisor.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|