arkaos 4.7.1 → 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/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/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/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/core/agents/__pycache__/behavioral_compiler.cpython-313.pyc +0 -0
- package/core/agents/behavioral_compiler.py +66 -34
- 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/runtime/__pycache__/claude_code.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-314.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/subagent.py +11 -170
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-312.pyc +0 -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 +8 -5
- 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/package.json +1 -1
- package/pyproject.toml +1 -1
- package/core/workflow/announcer.py +0 -246
- package/core/workflow/engine.py +0 -260
|
@@ -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
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkt/social-strategy
|
|
3
3
|
description: >
|
|
4
|
-
Social media strategy: platform selection, content themes, posting
|
|
4
|
+
Social media strategy: platform selection, content themes, posting
|
|
5
|
+
cadence, and engagement plan (STEPPS + platform-native content).
|
|
6
|
+
TRIGGER: "estratégia de redes sociais", "social media strategy", "em
|
|
7
|
+
que plataformas apostar", "plano para Instagram/LinkedIn", "cadência de
|
|
8
|
+
posts", "/mkt social <topic>". SKIP: the week-by-week publishing
|
|
9
|
+
schedule -> mkt/calendar-plan (executes this strategy); engineering a
|
|
10
|
+
piece to go viral -> content/viral-design; per-platform algorithm
|
|
11
|
+
optimisation -> content/platform-optimize.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/bottleneck-find
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
5 Focusing Steps
|
|
4
|
+
Identifies the system constraint with Goldratt's Theory of Constraints and applies the
|
|
5
|
+
5 Focusing Steps (identify, exploit, subordinate, elevate, repeat) into a resolution
|
|
6
|
+
plan with metrics. TRIGGER: "onde está o gargalo", "bottleneck", "work keeps piling up",
|
|
7
|
+
"o processo está lento", "find the constraint", "/ops bottleneck <area>". SKIP:
|
|
8
|
+
waste elimination across a whole value stream -> ops/lean-audit (7-wastes sweep, not a
|
|
9
|
+
single-constraint hunt); defining the metrics that expose queues -> ops/metrics-dashboard.
|
|
6
10
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch]
|
|
7
11
|
---
|
|
8
12
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/dashboard-build
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs an operational dashboard with Lean Analytics and OMTM: metric selection,
|
|
5
|
+
targets, data sources, alert thresholds, and layout, with in-browser verification of
|
|
6
|
+
widgets and real-time data. TRIGGER: "constrói um dashboard", "build a dashboard",
|
|
7
|
+
"painel de operações", "quero visualizar as métricas", "/ops dashboard <area>". SKIP:
|
|
8
|
+
deciding WHICH ops metrics and SLAs to track -> ops/metrics-dashboard (picks the
|
|
9
|
+
numbers; this skill builds the surface); production telemetry, logs, and tracing ->
|
|
10
|
+
dev/observability.
|
|
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: ops/gdpr-compliance
|
|
3
3
|
description: >
|
|
4
|
-
GDPR compliance assessment with data mapping, DPIA generation, breach response planning
|
|
4
|
+
GDPR compliance assessment with data mapping, DPIA generation, breach response planning
|
|
5
|
+
(72-hour notification), and data subject rights workflows. TRIGGER: "GDPR", "RGPD",
|
|
6
|
+
"proteção de dados", "are we GDPR compliant", "data mapping", "DPIA", "direito ao
|
|
7
|
+
esquecimento", "/ops gdpr-compliance". SKIP: security management system or certification
|
|
8
|
+
-> ops/iso27001 (ISMS scope, not privacy law); US customer attestation -> ops/soc2-compliance;
|
|
9
|
+
enterprise risk beyond personal data -> ops/risk-management.
|
|
5
10
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
11
|
---
|
|
7
12
|
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/gtd-setup
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Sets up a personal productivity system combining GTD (capture, clarify, organize,
|
|
5
|
+
reflect, engage) with PARA organization, delivered with a weekly review checklist.
|
|
6
|
+
TRIGGER: "GTD", "setup GTD", "organiza a minha produtividade", "personal productivity
|
|
7
|
+
system", "método PARA", "estou sobrecarregado com tarefas", "/ops gtd-setup". SKIP:
|
|
8
|
+
team task boards and delivery flow -> pm/kanban-setup (team workflow, not a personal
|
|
9
|
+
system); organizing notes and knowledge -> kb/zettelkasten-process.
|
|
5
10
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
11
|
---
|
|
7
12
|
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/integration-design
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs system-to-system integrations via API, webhook, or iPaaS platform, producing a
|
|
5
|
+
spec with data flow diagram, error handling, and monitoring. TRIGGER: "integra o
|
|
6
|
+
sistema X com Y", "connect these two systems", "liga o CRM ao ERP", "integration
|
|
7
|
+
between", "webhook design", "/ops integration <systems>". SKIP: designing the API
|
|
8
|
+
contract itself -> dev/api-design (endpoint design, not cross-system wiring); building
|
|
9
|
+
the flow on an already-chosen platform -> ops/n8n-flow or ops/zapier-flow.
|
|
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: ops/iso27001
|
|
3
3
|
description: >
|
|
4
|
-
ISO 27001 ISMS implementation, control mapping,
|
|
4
|
+
ISO 27001 ISMS implementation: scope, Annex A control mapping, Statement of
|
|
5
|
+
Applicability, risk treatment planning, and Stage 1/2 certification audit preparation.
|
|
6
|
+
TRIGGER: "ISO 27001", "ISMS", "certificação de segurança da informação", "security
|
|
7
|
+
certification", "Statement of Applicability", "/ops iso27001". SKIP: AICPA attestation
|
|
8
|
+
for US SaaS buyers -> ops/soc2-compliance (Trust Services Criteria, not ISMS
|
|
9
|
+
certification); hands-on codebase security testing -> dev/security-audit; enterprise
|
|
10
|
+
risk beyond information security -> ops/risk-management.
|
|
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: ops/lean-audit-skill
|
|
3
3
|
description: >
|
|
4
|
-
Lean audit: value stream
|
|
4
|
+
Runs a Lean audit: maps the value stream, identifies the 7 wastes, and calculates
|
|
5
|
+
waste-elimination ROI into an improvement roadmap. TRIGGER: "auditoria lean", "lean
|
|
6
|
+
audit", "elimina desperdício", "value stream map", "este processo tem muito
|
|
7
|
+
desperdício", "/ops lean-audit". SKIP: diagnosing one choke point -> ops/bottleneck-find
|
|
8
|
+
(single constraint via Theory of Constraints, not a full waste sweep); ISO 9001 quality
|
|
9
|
+
system, CAPA and internal audits -> ops/quality-management.
|
|
5
10
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
11
|
---
|
|
7
12
|
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/metrics-dashboard
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Defines the operational metrics system — throughput, lead time, error rate, SLAs —
|
|
5
|
+
producing a spec with the OMTM, targets, and alerting rules. TRIGGER: "métricas
|
|
6
|
+
operacionais", "define os KPIs de operações", "track SLAs", "operational metrics",
|
|
7
|
+
"OMTM", "/ops metrics". SKIP: designing and rendering the dashboard surface ->
|
|
8
|
+
ops/dashboard-build (layout and widgets; this skill picks the numbers); production
|
|
9
|
+
telemetry and tracing -> dev/observability.
|
|
5
10
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
11
|
---
|
|
7
12
|
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/n8n-flow
|
|
3
3
|
description: >
|
|
4
|
-
n8n
|
|
4
|
+
Designs n8n workflows — AI/LangChain nodes, webhooks, branching, error handling — and
|
|
5
|
+
validates deployed flows via event-driven monitoring of execution logs. TRIGGER: "cria
|
|
6
|
+
um workflow n8n", "n8n flow", "automatiza com n8n", "AI workflow in n8n", "self-hosted
|
|
7
|
+
automation", "/ops n8n <flow>". SKIP: automation platform not yet chosen ->
|
|
8
|
+
ops/workflow-automate (selects n8n vs Zapier vs Make first); Zapier-specific builds ->
|
|
9
|
+
ops/zapier-flow.
|
|
5
10
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
11
|
---
|
|
7
12
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-operations
|
|
3
3
|
description: >
|
|
4
|
-
Operations department
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
Operations department orchestrator (Sofia COO squad): ClickUp tasks, Gmail email
|
|
5
|
+
drafting, Google Calendar and meeting prep, invoices, operational reports, client
|
|
6
|
+
onboarding, daily standups, and multi-platform notifications/broadcasts (Slack,
|
|
7
|
+
Discord, WhatsApp, Teams), with all output saved to Obsidian. TRIGGER: "trata das
|
|
8
|
+
minhas tasks", "envia um email", "agenda uma reunião", "invoice for client X", "daily
|
|
9
|
+
standup", "/ops <command>". SKIP: designing a reusable automation on n8n/Zapier/Make ->
|
|
10
|
+
ops/workflow-automate (flow design, not day-to-day execution); writing a formal
|
|
11
|
+
procedure document -> ops/sop-create.
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
# Operations Department — ARKA OS
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/quality-management
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs and assesses a quality management system per ISO 9001:2015 — QMS phases (PDCA),
|
|
5
|
+
quality KPIs, internal audit program, CAPA process, and management review. TRIGGER:
|
|
6
|
+
"ISO 9001", "sistema de gestão da qualidade", "QMS", "auditoria interna", "CAPA",
|
|
7
|
+
"non-conformity process", "/ops quality-management". SKIP: eliminating process waste ->
|
|
8
|
+
ops/lean-audit (7 wastes and value stream, not a management system); reviewing code
|
|
9
|
+
quality -> dev/code-review; enterprise risk framework -> ops/risk-management.
|
|
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: ops/risk-management
|
|
3
3
|
description: >
|
|
4
|
-
Enterprise risk identification, assessment, treatment, and monitoring
|
|
4
|
+
Enterprise risk identification, assessment (5x5 matrix), treatment, and monitoring
|
|
5
|
+
using ISO 31000 and COSO ERM, producing a risk register with owners and residual
|
|
6
|
+
scores. TRIGGER: "gestão de risco", "risk assessment", "avalia os riscos", "risk
|
|
7
|
+
register da empresa", "risk appetite", "/ops risk-management". SKIP: project-scoped
|
|
8
|
+
risk log -> pm/risk-register (single project, not enterprise ERM); information-security
|
|
9
|
+
risk for certification -> ops/iso27001; imagining failure modes before a launch ->
|
|
10
|
+
strategy/premortem.
|
|
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: ops/soc2-compliance
|
|
3
3
|
description: >
|
|
4
|
-
SOC 2 readiness assessment
|
|
4
|
+
SOC 2 Type I/II readiness assessment: Trust Services Criteria mapping, control matrix
|
|
5
|
+
generation, evidence collection planning, and audit preparation with readiness scoring.
|
|
6
|
+
TRIGGER: "SOC 2", "SOC2", "Trust Services Criteria", "auditoria SOC 2", "clientes
|
|
7
|
+
enterprise pedem SOC 2", "vendor security questionnaire", "/ops soc2-compliance". SKIP:
|
|
8
|
+
international ISMS certification -> ops/iso27001 (ISO route, not AICPA attestation); EU
|
|
9
|
+
personal-data obligations -> ops/gdpr-compliance; technical vulnerability testing ->
|
|
10
|
+
dev/security-audit.
|
|
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: ops/sop-create
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Creates a Standard Operating Procedure: numbered steps, RACI roles, tools, exceptions,
|
|
5
|
+
and review cycle, following the SOP Lifecycle and Lean. TRIGGER: "cria um SOP",
|
|
6
|
+
"documenta o processo", "create SOP", "standard operating procedure", "procedimento
|
|
7
|
+
operacional", "/ops sop <process>". SKIP: automating the process instead of documenting
|
|
8
|
+
it -> ops/workflow-automate (a running flow, not a document); team delivery process and
|
|
9
|
+
ceremonies -> pm/kanban-setup or pm/sprint-plan.
|
|
5
10
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
11
|
---
|
|
7
12
|
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-update
|
|
3
|
-
description:
|
|
3
|
+
description: >
|
|
4
|
+
ArkaOS project sync orchestrator: detects what changed in core since the last sync and
|
|
5
|
+
updates ecosystem skills, MCP configs, settings, and project descriptors via the hybrid
|
|
6
|
+
Python engine plus AI subagent. TRIGGER: "/arka update", "sync projects", "atualiza os
|
|
7
|
+
projetos", "update ArkaOS projects", or when SessionStart shows "[arka:update-available]";
|
|
8
|
+
run AFTER `npx arkaos@latest update`. SKIP: updating the core itself -> `npx
|
|
9
|
+
arkaos@latest update` in the terminal (this skill only syncs projects); day-to-day
|
|
10
|
+
operational requests -> ops/operations.
|
|
4
11
|
---
|
|
5
12
|
|
|
6
13
|
# /arka update — Project Sync Engine
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/workflow-automate
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Designs workflow automations end to end: selects the right platform (n8n, Zapier, or
|
|
5
|
+
Make), applies the matching design pattern, and specifies mandatory error handling
|
|
6
|
+
(retries, dead letter queue, alerts, idempotency). TRIGGER: "automatiza este processo",
|
|
7
|
+
"automate this workflow", "cria uma automação", "que ferramenta de automação uso",
|
|
8
|
+
"/ops workflow <process>". SKIP: platform already fixed -> ops/n8n-flow or
|
|
9
|
+
ops/zapier-flow (platform-specific step design); code build-test-deploy pipelines ->
|
|
10
|
+
dev/ci-cd-pipeline (software delivery, not business-process automation).
|
|
6
11
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch]
|
|
7
12
|
---
|
|
8
13
|
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ops/zapier-flow
|
|
3
3
|
description: >
|
|
4
|
-
Zapier
|
|
4
|
+
Designs Zapier workflows: trigger selection, multi-step actions, filters, and error
|
|
5
|
+
notifications, delivered as a Zap spec. TRIGGER: "cria um Zap", "Zapier flow",
|
|
6
|
+
"automatiza com Zapier", "liga estas apps no Zapier", "connect apps with Zapier",
|
|
7
|
+
"/ops zapier <flow>". SKIP: automation platform undecided -> ops/workflow-automate
|
|
8
|
+
(selects Zapier vs Make vs n8n first); AI-heavy or self-hosted flows -> ops/n8n-flow
|
|
9
|
+
(LangChain nodes and self-hosting that Zapier lacks).
|
|
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: org/compensation-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a compensation plan for a role: salary bands, equity/ESOP structure,
|
|
5
|
+
benefits, and benchmarking methodology, delivered as a total-reward package.
|
|
6
|
+
TRIGGER: "plano de compensação", "salary bands", "quanto pagar a um dev",
|
|
7
|
+
"define equity/ESOP", "benchmarking salarial", "/org comp <role>". SKIP:
|
|
8
|
+
gathering evidence and feedback for an individual's review ->
|
|
9
|
+
lead/performance-review (person-level, not band-level); full recruitment
|
|
10
|
+
package with sourcing and sell strategy -> org/hiring-plan.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: org/culture-define
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Ships a production culture document: inversion-tested values, observable
|
|
5
|
+
behaviour maps, load-bearing ritual catalogue, decision principles, and
|
|
6
|
+
operationalisation into hiring, performance, and promotion (Netflix Culture,
|
|
7
|
+
Lencioni, Dalio). TRIGGER: "define a cultura", "valores da empresa",
|
|
8
|
+
"company values", "culture document", "decision principles", "/org culture".
|
|
9
|
+
SKIP: checking whether stated values are actually lived ->
|
|
10
|
+
lead/culture-audit (audits the existing culture; this skill defines it);
|
|
11
|
+
trust or conflict dysfunction in one team -> lead/team-health.
|
|
7
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
8
13
|
---
|
|
9
14
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: org/decision-framework
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a decision framework with RACI and a Decision Authority Matrix: who
|
|
5
|
+
decides, who is consulted, who is informed, authority levels, and the
|
|
6
|
+
escalation path. TRIGGER: "quem decide isto", "framework de decisão", "who
|
|
7
|
+
decides", "decision rights", "RACI da decisão", "/org decide <decision>".
|
|
8
|
+
SKIP: choosing what work to hand off and with what authority ->
|
|
9
|
+
lead/delegation-matrix (delegation of work, not decision governance);
|
|
10
|
+
stress-testing one specific decision's failure modes -> strategy/premortem.
|
|
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: org/hiring-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a hiring plan with the Who Method (Geoff Smart): job scorecard,
|
|
5
|
+
sourcing channels, structured interview process, evaluation rubric, and sell
|
|
6
|
+
strategy. TRIGGER: "plano de contratação", "vamos contratar um <role>",
|
|
7
|
+
"hiring plan", "job scorecard", "processo de entrevistas", "/org hiring
|
|
8
|
+
<role>". SKIP: the hiring manager preparing their own scorecard and sell
|
|
9
|
+
plan -> lead/hiring-plan (leader's-seat version of the same play); ramping
|
|
10
|
+
the new hire after signing -> org/onboarding-design.
|
|
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: org/meeting-optimize
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Audits the meeting portfolio: eliminates unnecessary meetings, restructures
|
|
5
|
+
the ones that stay, and moves what it can to async, delivering
|
|
6
|
+
keep/kill/restructure recommendations. TRIGGER: "demasiadas reuniões",
|
|
7
|
+
"audita as reuniões", "too many meetings", "meeting audit", "passa isto para
|
|
8
|
+
async", "/org meeting audit". SKIP: running or improving the daily itself ->
|
|
9
|
+
pm/standup-run; building the full remote async operating stack ->
|
|
10
|
+
org/remote-setup (meetings are one slice of it).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: org/okr-cadence
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Runs the OKR operating cadence (Doerr CFRs): quarterly set-score-reflect
|
|
5
|
+
cycle, weekly check-ins, public 0.0-1.0 scoring with 70% as success, never
|
|
6
|
+
tied to compensation, every KR owned. TRIGGER: "cadência de OKRs", "check-in
|
|
7
|
+
semanal de OKRs", "score the OKRs", "OKR review", "CFR", "/org okr-cadence".
|
|
8
|
+
SKIP: writing or cascading the OKRs themselves -> lead/okr-define (defines
|
|
9
|
+
the goals; this skill runs them); pay and reward questions ->
|
|
10
|
+
org/compensation-plan (OKRs must never drive comp).
|
|
7
11
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
8
12
|
---
|
|
9
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: org/onboarding-design
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs an employee onboarding program per role: first day, first week,
|
|
5
|
+
first month, and 90-day milestones with buddies and success metrics.
|
|
6
|
+
TRIGGER: "programa de onboarding", "plano dos primeiros 90 dias", "employee
|
|
7
|
+
onboarding", "ramp-up do novo colaborador", "/org onboarding <role>". SKIP:
|
|
8
|
+
product or user onboarding and activation in a SaaS ->
|
|
9
|
+
saas/onboarding-optimize (customers, not employees); everything before the
|
|
10
|
+
offer is signed -> org/hiring-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: org/org-design
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs the organization with Team Topologies (Skelton/Pais): team map,
|
|
5
|
+
topology types, interaction modes, cognitive-load balance, Conway's Law
|
|
6
|
+
alignment, and an evolution path. TRIGGER: "desenha o organograma",
|
|
7
|
+
"reestruturar as equipas", "org design", "team topology", "estrutura da
|
|
8
|
+
empresa", "/org design <company>". SKIP: diagnosing one existing team rather
|
|
9
|
+
than redesigning the org -> org/team-assess; trust and conflict dysfunction
|
|
10
|
+
inside a team -> lead/team-health (Lencioni, not structure).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|