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,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
|
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: org/principles-audit
|
|
3
3
|
description: >
|
|
4
|
-
Annual audit against the 10 Principles of Effective
|
|
5
|
-
|
|
6
|
-
three
|
|
4
|
+
Annual org-health audit against the 10 Principles of Effective
|
|
5
|
+
Organizations: score 1-5 per principle with evidence, flag the make-or-break
|
|
6
|
+
three (Empowerment, Reward, Leadership culture), and produce a quarterly
|
|
7
|
+
improvement plan with owners. TRIGGER: "auditoria organizacional", "org
|
|
8
|
+
health check", "audit the organization", "10 princípios", "principles
|
|
9
|
+
audit", "/org principles-audit". SKIP: values lived-vs-stated assessment ->
|
|
10
|
+
lead/culture-audit (culture, not org effectiveness); acting on a
|
|
11
|
+
weak-structure finding -> org/org-design (the redesign itself).
|
|
7
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
8
13
|
---
|
|
9
14
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: org/remote-setup
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a remote-work playbook: async communication norms, tool stack,
|
|
5
|
+
rituals, policies, culture preservation, and success metrics. TRIGGER:
|
|
6
|
+
"passar a equipa a remoto", "setup de trabalho remoto", "remote work
|
|
7
|
+
playbook", "async-first", "políticas de teletrabalho", "/org remote". SKIP:
|
|
8
|
+
only trimming the meeting load -> org/meeting-optimize (one slice of remote
|
|
9
|
+
hygiene); defining the values the remote culture must preserve ->
|
|
10
|
+
org/culture-define.
|
|
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/sop-process
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Creates a Standard Operating Procedure: numbered step-by-step procedure with
|
|
5
|
+
roles, tools, exceptions, ownership, and a review schedule (SOP Lifecycle).
|
|
6
|
+
TRIGGER: "documenta este processo", "cria um SOP de RH", "SOP for
|
|
7
|
+
onboarding", "procedimento passo-a-passo", "process documentation", "/org
|
|
8
|
+
sop <process>". SKIP: operational and Lean procedures owned by the ops
|
|
9
|
+
department -> ops/sop-create (same artifact, ops-domain processes);
|
|
10
|
+
automating the process instead of documenting it -> ops/workflow-automate.
|
|
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/team-assess
|
|
3
3
|
description: >
|
|
4
|
-
Team
|
|
4
|
+
Assesses a single team with Team Topologies: topology type, cognitive load,
|
|
5
|
+
skill gaps, and interaction patterns, delivering a topology recommendation
|
|
6
|
+
and improvement actions. TRIGGER: "avalia esta equipa", "a equipa está
|
|
7
|
+
sobrecarregada", "team assessment", "cognitive load da equipa", "skill
|
|
8
|
+
gaps", "/org assess <team>". SKIP: restructuring the whole organization ->
|
|
9
|
+
org/org-design (multi-team redesign); trust, conflict, or accountability
|
|
10
|
+
dysfunction -> lead/team-health (Lencioni Five Dysfunctions).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/agile-po
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Full agile product ownership: INVEST user stories with Given-When-Then
|
|
5
|
+
acceptance criteria, epic breakdown into sprint-sized stories, sprint
|
|
6
|
+
capacity planning, and value/effort backlog prioritization with velocity
|
|
7
|
+
tracking. TRIGGER: "faz de product owner", "parte este épico em stories",
|
|
8
|
+
"break down this epic", "plan the sprint and prioritize", "prioriza o
|
|
9
|
+
backlog e planeia o sprint", "/pm agile-po". SKIP: writing a single
|
|
10
|
+
standalone story -> pm/story-write (dedicated story-splitting flow);
|
|
11
|
+
sprint ceremony alone -> pm/sprint-plan (goal + commitment focus);
|
|
12
|
+
RICE-scored refinement -> pm/backlog-groom (grooming, not the full PO
|
|
13
|
+
cycle).
|
|
7
14
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent]
|
|
8
15
|
---
|
|
9
16
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/backlog-groom
|
|
3
3
|
description: >
|
|
4
|
-
Backlog grooming
|
|
4
|
+
Backlog grooming with RICE prioritization: scores and ranks items,
|
|
5
|
+
refines stories to INVEST-ready state, and delivers a prioritized backlog
|
|
6
|
+
with ready items. TRIGGER: "groom the backlog", "faz grooming do
|
|
7
|
+
backlog", "prioriza o backlog", "RICE score these items", "refina estas
|
|
8
|
+
stories", "/pm backlog". SKIP: writing new stories from scratch ->
|
|
9
|
+
pm/story-write (creation, not refinement); selecting groomed items into a
|
|
10
|
+
sprint -> pm/sprint-plan (commitment happens there); full PO cycle with
|
|
11
|
+
epics and velocity -> pm/agile-po.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/discovery-plan
|
|
3
3
|
description: >
|
|
4
|
-
Product discovery
|
|
5
|
-
|
|
4
|
+
Product discovery with Teresa Torres' Opportunity Solution Tree: maps a
|
|
5
|
+
desired outcome to opportunities, solutions, assumptions, and
|
|
6
|
+
experiments, on a dual-track weekly interview cadence. TRIGGER: "product
|
|
7
|
+
discovery", "plano de discovery", "opportunity solution tree", "que
|
|
8
|
+
problema devemos resolver", "which opportunities should we pursue",
|
|
9
|
+
"valida esta ideia com clientes", "/pm discover". SKIP: goal already set
|
|
10
|
+
and mapping deliverables to it -> pm/impact-map (goal decomposition, not
|
|
11
|
+
opportunity exploration); sequencing validated bets over quarters ->
|
|
12
|
+
pm/roadmap-build; shaping one chosen solution for the betting table ->
|
|
13
|
+
pm/shape-pitch.
|
|
6
14
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
15
|
---
|
|
8
16
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/estimate-forecast
|
|
3
3
|
description: >
|
|
4
|
-
Estimation and forecasting: story points, throughput,
|
|
4
|
+
Estimation and delivery forecasting: story points, throughput analysis,
|
|
5
|
+
and Monte Carlo simulation producing confidence intervals (50th/85th/95th
|
|
6
|
+
percentile) for "when will it be done". TRIGGER: "quando fica pronto",
|
|
7
|
+
"estima este backlog", "when will this ship", "forecast the release
|
|
8
|
+
date", "Monte Carlo forecast", "/pm estimate". SKIP: sizing items during
|
|
9
|
+
refinement -> pm/backlog-groom (estimation inside grooming, not
|
|
10
|
+
probabilistic forecasting); committing capacity for a single sprint ->
|
|
11
|
+
pm/sprint-plan; quantifying code-quality drag on delivery ->
|
|
12
|
+
dev/tech-debt (debt economics, not schedule forecasting).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pm/impact-map
|
|
3
3
|
description: >
|
|
4
|
-
Impact mapping
|
|
4
|
+
Impact mapping (Gojko Adzic): connects a business goal through actors and
|
|
5
|
+
behaviour changes to concrete deliverables — WHY -> WHO -> HOW -> WHAT —
|
|
6
|
+
so every deliverable traces back to the goal. TRIGGER: "impact map",
|
|
7
|
+
"mapa de impacto", "liga o objetivo às entregas", "why are we building
|
|
8
|
+
this", "que features suportam este objetivo", "/pm impact". SKIP:
|
|
9
|
+
exploring unknown customer opportunities -> pm/discovery-plan
|
|
10
|
+
(opportunity tree, not goal decomposition); turning mapped deliverables
|
|
11
|
+
into a timeline -> pm/roadmap-build; defining the measurable objectives
|
|
12
|
+
themselves -> leadership/okr-define.
|
|
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: pm/kanban-setup
|
|
3
3
|
description: >
|
|
4
|
-
Kanban
|
|
4
|
+
Kanban system design (Anderson method): board columns, WIP limits,
|
|
5
|
+
explicit policies, and flow metrics with a measurement plan. TRIGGER:
|
|
6
|
+
"setup kanban", "monta o quadro kanban", "define WIP limits", "limites de
|
|
7
|
+
WIP", "melhora o fluxo da equipa", "/pm kanban". SKIP: timeboxed Scrum
|
|
8
|
+
cadence with sprint goals -> pm/sprint-plan (iterations, not continuous
|
|
9
|
+
flow); running the daily sync on the board -> pm/standup-run;
|
|
10
|
+
probabilistic delivery dates from throughput -> pm/estimate-forecast.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|