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,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/affiliate-bridge
|
|
3
3
|
description: >
|
|
4
|
-
Affiliate bridge page
|
|
4
|
+
Affiliate bridge page spec that pre-sells a third-party offer: review or
|
|
5
|
+
comparison angle, page copy, trust elements, and affiliate tracking setup
|
|
6
|
+
before sending traffic to the vendor. TRIGGER: "bridge page", "página de
|
|
7
|
+
afiliado", "pré-venda de afiliado", "affiliate pre-sell", "review page
|
|
8
|
+
para oferta de afiliado", "/landing affiliate". SKIP: designing a
|
|
9
|
+
multi-step funnel around your OWN product -> landing/funnel-design
|
|
10
|
+
(bridge pages only front someone else's offer).
|
|
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: landing/awareness-diagnose
|
|
3
3
|
description: >
|
|
4
|
-
Diagnose
|
|
4
|
+
Diagnose where the audience sits on Schwartz's 5 awareness levels
|
|
5
|
+
(unaware, problem, solution, product, most aware) plus traffic
|
|
6
|
+
temperature, and recommend the matching copy framework. TRIGGER:
|
|
7
|
+
"awareness level", "nível de consciência do público", "o público conhece
|
|
8
|
+
o produto?", "traffic temperature", "que framework de copy usar",
|
|
9
|
+
"/landing awareness". SKIP: actually writing the copy once the level is
|
|
10
|
+
known -> landing/copy-framework (it applies the framework; this skill
|
|
11
|
+
only diagnoses).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/copy-framework
|
|
3
3
|
description: >
|
|
4
|
-
Select and apply the right copywriting framework
|
|
5
|
-
8 frameworks
|
|
4
|
+
Select and apply the right copywriting framework for a landing page by
|
|
5
|
+
awareness level — 8 frameworks (AIDA, PAS, PASTOR, PPPP, BAB, StoryBrand,
|
|
6
|
+
Star-Story-Solution, 4 U's) — producing headline variants, body copy and
|
|
7
|
+
CTA. TRIGGER: "escreve o copy da landing", "sales copy", "aplica AIDA",
|
|
8
|
+
"copy PAS", "texto persuasivo para a página", "/landing copy". SKIP:
|
|
9
|
+
headlines only -> landing/headline-write; blog, social or editorial
|
|
10
|
+
content -> /content (this skill is conversion copy for pages).
|
|
6
11
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
12
|
---
|
|
8
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/email-sequence
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Standalone email sequence design — cart abandonment, nurture, launch,
|
|
5
|
+
post-purchase — with subject lines, body copy, timing, and segmentation
|
|
6
|
+
(PLF + Schwartz). TRIGGER: "email sequence", "sequência de emails",
|
|
7
|
+
"emails de carrinho abandonado", "nurture emails", "emails pós-compra",
|
|
8
|
+
"/landing email". SKIP: full PLF product launch with PLC content and cart
|
|
9
|
+
timeline -> landing/launch-sequence; webinar reminder and replay emails
|
|
10
|
+
-> landing/webinar-funnel (both own their sequences end-to-end).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/funnel-design
|
|
3
3
|
description: >
|
|
4
|
-
Sales funnel architecture
|
|
5
|
-
|
|
4
|
+
Sales funnel architecture on Brunson's Value Ladder: selects the funnel
|
|
5
|
+
type (squeeze, tripwire, SLO, webinar, application) by product, audience
|
|
6
|
+
awareness and price point, then defines every step from traffic source
|
|
7
|
+
through upsell and thank-you page. TRIGGER: "sales funnel", "desenha o
|
|
8
|
+
funil", "funil de vendas", "value ladder", "que funil usar para este
|
|
9
|
+
produto", "/landing funnel". SKIP: webinar-specific funnel with pitch
|
|
10
|
+
script and sequences -> landing/webinar-funnel; single-page structure
|
|
11
|
+
only -> landing/page-architect.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/funnel-metrics
|
|
3
3
|
description: >
|
|
4
|
-
Funnel metrics: conversion
|
|
4
|
+
Funnel metrics report: stage-by-stage conversion rates, drop-off
|
|
5
|
+
diagnosis, attribution, and a prioritised optimization plan. TRIGGER:
|
|
6
|
+
"funnel metrics", "métricas do funil", "onde estamos a perder
|
|
7
|
+
conversões", "conversion drop-off", "análise de conversão por etapa",
|
|
8
|
+
"/landing metrics". SKIP: fixing one specific page rather than the whole
|
|
9
|
+
funnel -> landing/optimize-page (page-level CRO); designing an experiment
|
|
10
|
+
on a single element -> landing/ab-test.
|
|
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: landing/headline-write
|
|
3
3
|
description: >
|
|
4
|
-
Write 10+ headline variants matched to audience awareness level
|
|
4
|
+
Write 10+ headline variants matched to the audience's awareness level
|
|
5
|
+
(Ogilvy rules + Schwartz), with per-variant rationale and an A/B test
|
|
6
|
+
plan. TRIGGER: "headline", "escreve títulos", "título da landing page",
|
|
7
|
+
"hero headline", "10 headlines para o produto", "/landing headline".
|
|
8
|
+
SKIP: full-page copy beyond the headline -> landing/copy-framework
|
|
9
|
+
(headlines are one output of it); video or social hooks ->
|
|
10
|
+
content/hook-write; running the actual headline test -> landing/ab-test.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/landing-gen
|
|
3
3
|
description: >
|
|
4
|
-
Generate
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Generate a complete, production-ready landing page as TSX + Tailwind
|
|
5
|
+
components — hero, features, pricing, FAQ, testimonials, CTA, footer —
|
|
6
|
+
with copy framework (PAS/AIDA/BAB), design style, SEO checklist and Core
|
|
7
|
+
Web Vitals targets. TRIGGER: "cria uma landing page", "build a landing
|
|
8
|
+
page", "gera a página do produto", "landing em Next.js", "página de
|
|
9
|
+
vendas em código", "/landing gen". SKIP: wireframe or section structure
|
|
10
|
+
without code -> landing/page-architect; e-commerce product and store
|
|
11
|
+
pages -> /ecom (store pages live in the shop platform, not standalone
|
|
12
|
+
landings).
|
|
7
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent]
|
|
8
14
|
---
|
|
9
15
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/launch-sequence
|
|
3
3
|
description: >
|
|
4
|
-
Product launch using
|
|
4
|
+
Product launch plan using Jeff Walker's Product Launch Formula:
|
|
5
|
+
pre-launch content PLC 1-3, open cart, closing sequence, with email
|
|
6
|
+
sequences and cart timeline. TRIGGER: "product launch", "plano de
|
|
7
|
+
lançamento", "lançamento do produto", "PLF", "sequência de lançamento",
|
|
8
|
+
"open cart", "/landing launch". SKIP: a standalone email sequence outside
|
|
9
|
+
a launch window -> landing/email-sequence; webinar-driven launch ->
|
|
10
|
+
landing/webinar-funnel (there the webinar IS the launch event).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/offer-create
|
|
3
3
|
description: >
|
|
4
|
-
Create irresistible
|
|
5
|
-
|
|
4
|
+
Create an irresistible offer with Hormozi's Grand Slam Offer formula and
|
|
5
|
+
Value Equation: dream outcome, problem list, solution bundle, bonus
|
|
6
|
+
stack, guarantee type, value-anchored pricing, and real scarcity.
|
|
7
|
+
TRIGGER: "cria a oferta", "grand slam offer", "oferta irresistível",
|
|
8
|
+
"bonus stack", "structure my offer", "garantia e preço da oferta",
|
|
9
|
+
"/landing offer". SKIP: a client-specific sales proposal document ->
|
|
10
|
+
sales/proposal-write (proposals sell to ONE prospect; offers are
|
|
11
|
+
productised); page copy presenting the offer -> landing/copy-framework.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/optimize-page
|
|
3
3
|
description: >
|
|
4
|
-
Landing page CRO: heuristic analysis, heatmap review,
|
|
4
|
+
Landing page CRO with ResearchXL: heuristic analysis, heatmap review, and
|
|
5
|
+
a prioritized test backlog for an existing page. TRIGGER: "otimiza a
|
|
6
|
+
página", "optimize the landing page", "a página não converte", "CRO",
|
|
7
|
+
"conversion audit", "/landing optimize". SKIP: planning one specific
|
|
8
|
+
experiment -> landing/ab-test (this skill decides WHAT to test, that one
|
|
9
|
+
designs the test); funnel-wide drop-off diagnosis ->
|
|
10
|
+
landing/funnel-metrics; building a new page from scratch ->
|
|
11
|
+
landing/landing-gen.
|
|
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: landing/page-architect
|
|
3
3
|
description: >
|
|
4
|
-
Landing page
|
|
4
|
+
Landing page structural wireframe: above-the-fold anatomy, section order,
|
|
5
|
+
copy blocks, CTA placement, and 1:1 attention ratio — blueprint, not code
|
|
6
|
+
or final copy. TRIGGER: "estrutura da landing page", "page structure",
|
|
7
|
+
"wireframe da página", "que secções deve ter a página", "above the fold",
|
|
8
|
+
"/landing page". SKIP: production TSX implementation ->
|
|
9
|
+
landing/landing-gen (it builds; this skill blueprints); writing the
|
|
10
|
+
actual section copy -> landing/copy-framework.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/persuasion-apply
|
|
3
3
|
description: >
|
|
4
|
-
Persuasion
|
|
4
|
+
Persuasion audit of a page or funnel against Cialdini's 6 principles —
|
|
5
|
+
reciprocity, scarcity, authority, consistency, liking, consensus — with
|
|
6
|
+
element-by-element assessment and concrete improvements. TRIGGER:
|
|
7
|
+
"persuasão", "aplica Cialdini", "prova social", "social proof audit",
|
|
8
|
+
"make the page more persuasive", "gatilhos mentais", "/landing persuade".
|
|
9
|
+
SKIP: building scarcity or guarantees into the offer itself ->
|
|
10
|
+
landing/offer-create; data-driven test prioritisation ->
|
|
11
|
+
landing/optimize-page (this audit is principle-based, not
|
|
12
|
+
analytics-based).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/webinar-funnel
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Full webinar funnel (Brunson Perfect Webinar + false-belief patterns):
|
|
5
|
+
registration page, 5-email reminder sequence, timed live pitch script
|
|
6
|
+
with offer stack, replay/cart sequence, conversion targets and tracking
|
|
7
|
+
spec. TRIGGER: "webinar funnel", "funil de webinar", "cria um webinar",
|
|
8
|
+
"webinar pitch script", "perfect webinar", "/landing webinar". SKIP:
|
|
9
|
+
choosing among funnel types when webinar is not yet decided ->
|
|
10
|
+
landing/funnel-design (it selects the funnel; this executes the webinar
|
|
11
|
+
path); non-webinar launch emails -> landing/launch-sequence.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: lead/change-manage
|
|
3
3
|
description: >
|
|
4
|
-
Change management plan: stakeholder analysis,
|
|
4
|
+
Change management plan for an organisational initiative: stakeholder analysis,
|
|
5
|
+
communication cadence, resistance handling, timeline and risk mitigations.
|
|
6
|
+
TRIGGER: "plano de gestão da mudança", "vamos reorganizar a equipa", "change
|
|
7
|
+
management", "como comunico esta mudança", "handle resistance to change",
|
|
8
|
+
"/lead change <initiative>". SKIP: designing the new team structure itself ->
|
|
9
|
+
org/org-design (structure first, change plan second); interpersonal friction
|
|
10
|
+
between two people -> lead/conflict-resolve (person-level, not
|
|
11
|
+
initiative-level).
|
|
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: lead/conflict-resolve
|
|
3
3
|
description: >
|
|
4
|
-
Conflict resolution:
|
|
4
|
+
Conflict resolution between people: reads both parties' DISC profiles and
|
|
5
|
+
produces a resolution path with a communication strategy for each side.
|
|
6
|
+
TRIGGER: "conflito na equipa", "estes dois não se entendem", "resolve
|
|
7
|
+
conflict", "mediar uma discussão", "team members clashing",
|
|
8
|
+
"/lead conflict <situation>". SKIP: profiling one person's behavioural style
|
|
9
|
+
without an active conflict -> lead/disc-assess (assessment, not mediation);
|
|
10
|
+
systemic team-wide friction -> lead/team-health (diagnoses the five
|
|
11
|
+
dysfunctions, not a single dispute).
|
|
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: lead/culture-audit
|
|
3
3
|
description: >
|
|
4
|
-
Culture audit:
|
|
4
|
+
Culture audit: assesses values lived vs stated, team health and feedback
|
|
5
|
+
loops, producing a report with health scores, gaps and improvement actions.
|
|
6
|
+
TRIGGER: "auditoria à cultura", "a cultura está a degradar-se", "culture
|
|
7
|
+
audit", "vivemos os nossos valores?", "values vs reality", "/lead culture".
|
|
8
|
+
SKIP: defining values and culture from scratch -> org/culture-define (creates
|
|
9
|
+
the culture; this skill audits an existing one); trust/conflict diagnosis of
|
|
10
|
+
one team -> lead/team-health (Lencioni pyramid, not company-wide culture).
|
|
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: lead/delegation-matrix
|
|
3
3
|
description: >
|
|
4
|
-
Delegation analysis: what to delegate, to whom, with
|
|
4
|
+
Delegation analysis: decides what to delegate, to whom, and with which
|
|
5
|
+
authority level, producing a delegation matrix with check-in cadence per
|
|
6
|
+
task. TRIGGER: "o que devo delegar", "estou sobrecarregado, delega isto",
|
|
7
|
+
"delegation matrix", "níveis de autoridade", "who should own this task",
|
|
8
|
+
"/lead delegate <task>". SKIP: deciding how decisions get made across the
|
|
9
|
+
org -> org/decision-framework (decision rights, not task handoff); hiring
|
|
10
|
+
someone new to absorb the work -> lead/hiring-plan (role creation, not
|
|
11
|
+
delegation of existing work).
|
|
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: lead/disc-assess
|
|
3
3
|
description: >
|
|
4
|
-
DISC assessment:
|
|
4
|
+
DISC behavioural assessment of a person or team: identifies the style and
|
|
5
|
+
produces a profile with communication recommendations and conflict-resolution
|
|
6
|
+
tips. TRIGGER: "perfil DISC", "avalia o estilo comportamental", "DISC
|
|
7
|
+
assessment", "como comunico com ele", "adapt my communication style",
|
|
8
|
+
"/lead disc <person/team>". SKIP: an active dispute between two people ->
|
|
9
|
+
lead/conflict-resolve (mediation that uses DISC, not the assessment itself);
|
|
10
|
+
whole-team dysfunction signals -> lead/team-health (Lencioni model beats
|
|
11
|
+
individual profiling).
|
|
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: lead/feedback-give
|
|
3
3
|
description: >
|
|
4
|
-
Structured feedback
|
|
4
|
+
Structured feedback with Radical Candor (care personally + challenge
|
|
5
|
+
directly): specific, immediate, behavioural — situation, behaviour, impact
|
|
6
|
+
and follow-up actions. TRIGGER: "dá feedback à equipa", "como digo isto ao
|
|
7
|
+
colaborador", "give feedback", "feedback difícil", "radical candor",
|
|
8
|
+
"/lead feedback <person>". SKIP: formal cycle evaluation with evidence and a
|
|
9
|
+
development plan -> lead/performance-review (periodic review, not
|
|
10
|
+
in-the-moment feedback); adapting to the person's behavioural style before
|
|
11
|
+
the conversation -> lead/disc-assess.
|
|
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: lead/hiring-plan
|
|
3
3
|
description: >
|
|
4
|
-
Hiring plan
|
|
4
|
+
Hiring plan with the Who Method (Geoff Smart): role scorecard, sourcing
|
|
5
|
+
strategy, structured interview guide, evaluation rubric and sell plan.
|
|
6
|
+
TRIGGER: "hiring plan", "vamos contratar um developer", "plano de
|
|
7
|
+
contratação", "scorecard para a vaga", "structured interview questions",
|
|
8
|
+
"/lead hiring <role>". SKIP: designing salary bands and career ladders ->
|
|
9
|
+
org/compensation-plan (pay structure, not the hire); ramping the person
|
|
10
|
+
after signing -> org/onboarding-design (post-offer onboarding, not
|
|
11
|
+
selection).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: lead/okr-define
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
Objectives
|
|
4
|
+
Defines OKRs with John Doerr's framework, cascading company -> team:
|
|
5
|
+
qualitative Objectives, quantitative Key Results, scoring criteria and
|
|
6
|
+
check-in schedule. TRIGGER: "define OKRs", "objetivos do trimestre", "OKRs
|
|
7
|
+
da equipa", "key results", "quarterly goals", "/lead okr <scope>". SKIP:
|
|
8
|
+
running the quarterly/weekly ritual on OKRs that already exist ->
|
|
9
|
+
org/okr-cadence (operates the cadence; this skill writes the OKRs);
|
|
10
|
+
individual performance goals -> lead/performance-review (person-level, not
|
|
11
|
+
team objectives).
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: lead/performance-review
|
|
3
3
|
description: >
|
|
4
|
-
Performance review preparation: evidence
|
|
4
|
+
Performance review preparation: gathers evidence, structures feedback points
|
|
5
|
+
and builds a development plan for the review conversation. TRIGGER:
|
|
6
|
+
"avaliação de desempenho", "performance review", "prepara a review do
|
|
7
|
+
colaborador", "plano de desenvolvimento", "review cycle prep",
|
|
8
|
+
"/lead review <person>". SKIP: quick in-the-moment feedback outside a formal
|
|
9
|
+
cycle -> lead/feedback-give (Radical Candor beats a full review for
|
|
10
|
+
immediacy); salary or promotion banding decisions -> org/compensation-plan
|
|
11
|
+
(pay structure lives in org).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: lead/team-health
|
|
3
3
|
description: >
|
|
4
|
-
Team health assessment
|
|
5
|
-
|
|
4
|
+
Team health assessment with Lencioni's Five Dysfunctions: diagnoses trust,
|
|
5
|
+
conflict, commitment, accountability and results focus into a scorecard with
|
|
6
|
+
fix-order actions. TRIGGER: "team health", "a equipa está disfuncional",
|
|
7
|
+
"saúde da equipa", "falta de confiança na equipa", "five dysfunctions",
|
|
8
|
+
"/lead team-build <context>". SKIP: broader capability and staffing
|
|
9
|
+
assessment -> org/team-assess (competencies, not dysfunction diagnosis); a
|
|
10
|
+
dispute between two individuals -> lead/conflict-resolve (person-level
|
|
11
|
+
mediation).
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/ab-test
|
|
3
3
|
description: >
|
|
4
|
-
A/B test plan: hypothesis, variants, sample size, duration, success
|
|
4
|
+
A/B test plan: hypothesis, variants, sample size, duration, and success
|
|
5
|
+
criteria, prioritised with ICE scoring and statistical significance.
|
|
6
|
+
TRIGGER: "A/B test", "teste A/B", "testa duas variantes", "split test",
|
|
7
|
+
"qual variante ganha", "/mkt ab-test <element>". SKIP: testing
|
|
8
|
+
landing-page copy or layout inside a funnel -> landing/ab-test (owns
|
|
9
|
+
on-page conversion experiments); redesigning the page itself ->
|
|
10
|
+
landing/optimize-page.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/analytics-report
|
|
3
3
|
description: >
|
|
4
|
-
Marketing analytics report: AARRR funnel, channel
|
|
4
|
+
Marketing analytics report: AARRR pirate-metrics funnel, channel
|
|
5
|
+
performance breakdown, and CAC trends for a given period. TRIGGER:
|
|
6
|
+
"relatório de marketing", "analytics report", "como estão as métricas
|
|
7
|
+
de marketing", "AARRR", "CAC por canal", "/mkt analytics <period>".
|
|
8
|
+
SKIP: designing or instrumenting the AARRR growth loop itself (not
|
|
9
|
+
reporting on it) -> mkt/growth-loop (builds the loop; this skill reports
|
|
10
|
+
the metrics); store or e-commerce sales analytics -> ecom/analytics (owns
|
|
11
|
+
revenue and product metrics); content platform performance ->
|
|
12
|
+
content/analytics; funnel step conversion diagnosis ->
|
|
13
|
+
landing/funnel-metrics.
|
|
5
14
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
15
|
---
|
|
7
16
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/audience-segment
|
|
3
3
|
description: >
|
|
4
|
-
Audience segmentation
|
|
4
|
+
Audience segmentation into demographic, psychographic, behavioural, and
|
|
5
|
+
value segments, with targeting recommendations per channel. TRIGGER:
|
|
6
|
+
"segmenta a audiência", "audience segmentation", "quem é o meu
|
|
7
|
+
público", "define os segmentos", "target segments", "/mkt segment
|
|
8
|
+
<criteria>". SKIP: RFM segmentation of an existing customer base by
|
|
9
|
+
purchase history -> ecom/rfm-segment (recency/frequency/monetary
|
|
10
|
+
maths); mapping how segments move through touchpoints ->
|
|
11
|
+
ecom/customer-journey.
|
|
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: mkt/calendar-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Weekly marketing content calendar: themes, formats, platforms, and
|
|
5
|
+
publishing schedule with assigned topics and deadlines. TRIGGER:
|
|
6
|
+
"calendário de conteúdos", "content calendar", "plano de publicações",
|
|
7
|
+
"posting schedule", "o que publicar esta semana", "/mkt calendar
|
|
8
|
+
<period>". SKIP: creator-economy editorial calendar tied to a channel
|
|
9
|
+
content system -> content/calendar (owns the content department's
|
|
10
|
+
publishing pipeline); the social strategy behind the calendar ->
|
|
11
|
+
mkt/social-strategy.
|
|
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: mkt/cold-email
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Writes and iterates B2B cold email: single first-touch emails, 5-6
|
|
5
|
+
email sequences with cadence, and performance-driven revisions, using
|
|
6
|
+
AIDA, peer-level voice calibration, and deliverability checks. TRIGGER:
|
|
7
|
+
"cold email", "email frio", "escreve um cold email", "sequência de
|
|
8
|
+
outreach", "prospecção por email", "/mkt cold-email <mode>". SKIP:
|
|
9
|
+
lifecycle emails to existing subscribers (welcome, nurture, win-back)
|
|
10
|
+
-> mkt/email-sequence (owned audiences, not cold prospects); the sales
|
|
11
|
+
proposal after a reply -> sales/proposal-write.
|
|
7
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
8
13
|
---
|
|
9
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/competitor-analysis
|
|
3
3
|
description: >
|
|
4
|
-
Marketing competitor analysis
|
|
4
|
+
Marketing competitor analysis across SEO, paid, social, content, email,
|
|
5
|
+
and positioning gaps, delivered as a report with opportunities and a
|
|
6
|
+
battlecard. TRIGGER: "analisa o concorrente", "competitor analysis", "o
|
|
7
|
+
que anda a fazer a concorrência", "competitive gaps", "battlecard",
|
|
8
|
+
"/mkt competitor <name>". SKIP: industry structure and strategic forces
|
|
9
|
+
-> strat/five-forces (market strategy, not channel tactics); live
|
|
10
|
+
browsing of a competitor's store -> ecom/browse-competitor;
|
|
11
|
+
defensibility and moats -> strat/moat-analysis.
|
|
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: mkt/content-audit
|
|
3
3
|
description: >
|
|
4
|
-
Audit existing content: performance, gaps, refresh
|
|
4
|
+
Audit of the existing content inventory: performance, gaps, refresh
|
|
5
|
+
opportunities, and pruning candidates, with action items per piece.
|
|
6
|
+
TRIGGER: "auditoria de conteúdo", "content audit", "que conteúdo devo
|
|
7
|
+
atualizar", "prune old posts", "refresh content", "/mkt content audit".
|
|
8
|
+
SKIP: full-site technical and on-page SEO review -> mkt/seo-audit (owns
|
|
9
|
+
CWV, meta, link profile); planning the future calendar from the
|
|
10
|
+
findings -> mkt/calendar-plan.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/email-sequence
|
|
3
3
|
description: >
|
|
4
|
-
Email sequence design: welcome, nurture, launch,
|
|
4
|
+
Email sequence design for owned audiences: welcome, nurture, launch,
|
|
5
|
+
cart abandonment, and win-back flows with subject lines, body copy,
|
|
6
|
+
timing, and segmentation (Schwartz 5 awareness levels). TRIGGER:
|
|
7
|
+
"sequência de emails", "email sequence", "fluxo de boas-vindas",
|
|
8
|
+
"nurture flow", "emails de win-back", "/mkt email sequence <type>".
|
|
9
|
+
SKIP: cold outreach to strangers -> mkt/cold-email (prospecting, not
|
|
10
|
+
owned lists); launch-funnel emails tied to a sales page ->
|
|
11
|
+
landing/email-sequence; recurring editorial newsletter ->
|
|
12
|
+
content/newsletter-write.
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/marketing-automation
|
|
3
3
|
description: >
|
|
4
|
-
Marketing automation: trigger-based workflows for lead nurturing
|
|
4
|
+
Marketing automation design: trigger-based workflows for lead nurturing
|
|
5
|
+
and lead scoring, delivered as a flow diagram with triggers, actions,
|
|
6
|
+
and conditions. TRIGGER: "automatiza o marketing", "marketing
|
|
7
|
+
automation", "lead scoring", "workflow de nurturing", "automated drip",
|
|
8
|
+
"/mkt automate <workflow>". SKIP: generic business-process automation
|
|
9
|
+
or platform selection -> ops/workflow-automate (picks Zapier vs Make vs
|
|
10
|
+
n8n); writing the emails inside the flow -> mkt/email-sequence.
|
|
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: mkt/paid-campaign
|
|
3
3
|
description: >
|
|
4
|
-
Paid campaign setup: platform selection, targeting, budget
|
|
4
|
+
Paid campaign setup: platform selection, targeting, budget allocation,
|
|
5
|
+
creative brief, and ROAS targets, prioritised with ICE scoring.
|
|
6
|
+
TRIGGER: "campanha paga", "lança uma campanha de ads", "paid campaign",
|
|
7
|
+
"Google Ads", "Meta Ads", "quanto investir em ads", "/mkt paid
|
|
8
|
+
<platform> <goal>". SKIP: deciding which ad variant wins ->
|
|
9
|
+
mkt/ab-test (experiment design, not campaign setup); organic social
|
|
10
|
+
plan -> mkt/social-strategy; the landing page the ads point to ->
|
|
11
|
+
landing/landing-gen.
|
|
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: mkt/programmatic-seo
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Builds SEO-optimized pages at scale from templates plus data, using 12
|
|
5
|
+
playbooks (templates, comparisons, locations, personas, integrations,
|
|
6
|
+
glossary, directories, more) with demand validation, data-defensibility
|
|
7
|
+
tiers, and indexation strategy. TRIGGER: "programmatic SEO", "pSEO",
|
|
8
|
+
"páginas SEO em escala", "gera páginas por template", "uma página por
|
|
9
|
+
cidade/keyword", "/mkt programmatic-seo <niche>". SKIP: auditing an
|
|
10
|
+
existing site's SEO health -> mkt/seo-audit (diagnosis, not page
|
|
11
|
+
generation); hand-written editorial content plan -> mkt/calendar-plan.
|
|
7
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
8
13
|
---
|
|
9
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/seo-audit
|
|
3
3
|
description: >
|
|
4
|
-
Full SEO audit
|
|
5
|
-
|
|
4
|
+
Full SEO audit: technical SEO (Core Web Vitals, sitemap, canonicals),
|
|
5
|
+
on-page, pillar-cluster content gaps, E-E-A-T signals, and link
|
|
6
|
+
profile. TRIGGER: "SEO audit", "auditoria SEO", "porque não estou a
|
|
7
|
+
rankear", "revê o SEO do site", "Core Web Vitals", "/mkt seo audit
|
|
8
|
+
<url>". SKIP: generating new SEO pages at scale -> mkt/programmatic-seo
|
|
9
|
+
(builds, this audits); content performance and pruning ->
|
|
10
|
+
mkt/content-audit; competitor SEO comparison ->
|
|
11
|
+
mkt/competitor-analysis.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
7
13
|
---
|
|
8
14
|
|