sinapse-ai 1.19.2 → 1.20.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/.claude/CLAUDE.md +2 -2
- package/.claude/hooks/enforce-delegation.cjs +32 -36
- package/.claude/rules/agent-handoff.md +10 -21
- package/.claude/rules/mandatory-delegation.md +1 -1
- package/.claude/rules/token-economy.md +12 -5
- package/.sinapse-ai/constitution.md +2 -0
- package/.sinapse-ai/core/atlas/flows-pt.js +6 -0
- package/.sinapse-ai/core/atlas/flows.js +7 -0
- package/.sinapse-ai/core/atlas/render-markdown.js +8 -0
- package/.sinapse-ai/core/doctor/checks/constitution-consistency.js +7 -0
- package/.sinapse-ai/core/execution/autonomous-build-loop.js +10 -4
- package/.sinapse-ai/core/execution/build-orchestrator.js +73 -2
- package/.sinapse-ai/core/execution/context-injector.js +2 -0
- package/.sinapse-ai/core/execution/parallel-executor.js +2 -0
- package/.sinapse-ai/core/execution/parallel-monitor.js +2 -0
- package/.sinapse-ai/core/execution/rate-limit-manager.js +2 -0
- package/.sinapse-ai/core/execution/result-aggregator.js +2 -0
- package/.sinapse-ai/core/execution/semantic-merge-engine.js +2 -0
- package/.sinapse-ai/core/execution/wave-executor.js +2 -0
- package/.sinapse-ai/core/health-check/checks/project/constitution-consistency.js +12 -1
- package/.sinapse-ai/core/orchestration/cli-commands.js +121 -4
- package/.sinapse-ai/core/orchestration/executors/epic-4-executor.js +10 -2
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +53 -2
- package/.sinapse-ai/core/orchestration/index.js +3 -0
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +116 -18
- package/.sinapse-ai/core/synapse/context/context-tracker.js +118 -11
- package/.sinapse-ai/core/synapse/engine.js +18 -3
- package/.sinapse-ai/core/synapse/layers/l0-constitution.js +189 -8
- package/.sinapse-ai/core/synapse/output/formatter.js +65 -25
- package/.sinapse-ai/core-config.yaml +8 -1
- package/.sinapse-ai/data/entity-registry.yaml +69 -68
- package/.sinapse-ai/development/agents/developer.md +18 -34
- package/.sinapse-ai/development/agents/snps-orqx.md +5 -5
- package/.sinapse-ai/development/agents/sprint-lead.md +20 -36
- package/.sinapse-ai/development/scripts/agent-exit-hooks.js +13 -4
- package/.sinapse-ai/infrastructure/integrations/ai-providers/README.md +2 -2
- package/.sinapse-ai/install-manifest.yaml +71 -71
- package/.sinapse-ai/product/templates/activation-instructions-template.md +72 -185
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +45 -274
- package/.sinapse-ai/product/templates/statusline/agent-badges.json +2 -2
- package/.sinapse-ai/product/templates/statusline/statusline-script.js +5 -3
- package/.sinapse-ai/workflow-intelligence/engine/wave-analyzer.js +8 -0
- package/CHANGELOG.md +31 -2
- package/README.md +10 -0
- package/bin/cli.js +29 -0
- package/bin/commands/help.js +5 -0
- package/bin/commands/uninstall.js +5 -0
- package/bin/postinstall.js +7 -0
- package/bin/sinapse.js +149 -1
- package/docs/framework/atlas/OPERATING-ATLAS.md +3 -3
- package/docs/framework/atlas/atlas-data.json +6 -6
- package/docs/framework/atlas/atlas.html +2 -2
- package/docs/framework/source-tree.md +1 -1
- package/docs/framework/workflow-engine-status.md +70 -0
- package/docs/guides/ade-guide.md +4 -2
- package/docs/guides/api-reference.md +2 -0
- package/docs/guides/permission-modes.md +2 -0
- package/docs/guides/user-guide.md +21 -7
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +2 -2
- package/docs/pt/architecture/ade-architecture.md +2 -0
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/guides/ade-guide.md +4 -2
- package/docs/pt/guides/api-reference.md +2 -0
- package/docs/pt/guides/permission-modes.md +2 -0
- package/docs/pt/guides/user-guide.md +21 -7
- package/docs/pt/platforms/claude-code.md +2 -2
- package/docs/sinapse-workflows/auto-worktree-workflow.md +2 -2
- package/package.json +1 -1
- package/packages/installer/src/config/configure-environment.js +6 -0
- package/packages/installer/src/config/templates/core-config-template.js +43 -1
- package/packages/installer/src/installer/synapse-runtime-installer.js +148 -0
- package/packages/installer/src/wizard/i18n.js +294 -0
- package/packages/installer/src/wizard/index.js +26 -0
- package/packages/installer/src/wizard/validation/troubleshooting-system.js +60 -131
- package/scripts/bracket-report.js +103 -0
- package/scripts/validate-agent-codenames.js +168 -37
- package/scripts/validate-install-docs.js +23 -2
- package/sinapse/agents/sinapse-orqx.md +3 -3
- package/sinapse/agents/snps-orqx.md +3 -3
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/tasks/diagnose-and-route.md +1 -1
- package/squads/claude-code-mastery/CHANGELOG.md +1 -1
- package/squads/claude-code-mastery/README.md +6 -6
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +7 -7
- package/squads/claude-code-mastery/agents/roadmap-sentinel.md +9 -9
- package/squads/claude-code-mastery/agents/swarm-orqx.md +5 -5
- package/squads/claude-code-mastery/data/claude-code-quick-ref.yaml +1 -1
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-deep.md +4 -4
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-reference.md +4 -4
- package/squads/claude-code-mastery/tasks/create-agent-definition.md +6 -6
- package/squads/claude-code-mastery/tasks/create-team-topology.md +3 -3
- package/squads/claude-code-mastery/tasks/diagnose.md +1 -1
- package/squads/claude-code-mastery/tasks/parallel-decomposition.md +1 -1
- package/squads/claude-code-mastery/tasks/worktree-strategy.md +1 -1
- package/squads/squad-animations/README.md +1 -1
- package/squads/squad-animations/agents/animation-interpreter.md +5 -5
- package/squads/squad-animations/agents/animations-orqx.md +6 -6
- package/squads/squad-animations/squad.yaml +1 -1
- package/squads/squad-animations/tasks/analyze-reference-animation.md +1 -1
- package/squads/squad-animations/tasks/build-animation-brief.md +1 -1
- package/squads/squad-animations/tasks/create-animation-storyboard.md +1 -1
- package/squads/squad-animations/tasks/cross-reference-brand-system.md +1 -1
- package/squads/squad-animations/tasks/extract-animation-intent.md +1 -1
- package/squads/squad-animations/tasks/generate-motion-vocabulary.md +1 -1
- package/squads/squad-animations/tasks/identify-website-animation.md +1 -1
- package/squads/squad-animations/tasks/interpret-animation-prompt.md +1 -1
- package/squads/squad-animations/tasks/refine-animation-specification.md +1 -1
- package/squads/squad-animations/tasks/translate-feeling-to-parameters.md +1 -1
- package/squads/squad-animations/tasks/validate-animation-feasibility.md +1 -1
- package/squads/squad-animations/workflows/prompt-to-animation-cycle.yaml +2 -2
- package/squads/squad-brand/agents/brand-auditor.md +1 -1
- package/squads/squad-brand/agents/brand-compiler.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +5 -5
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/squad.yaml +1 -1
- package/squads/squad-brand/tasks/create-animation-library.md +1 -1
- package/squads/squad-brand/tasks/create-brand-characters.md +2 -2
- package/squads/squad-brand/tasks/create-event-branding.md +2 -2
- package/squads/squad-brand/tasks/create-micro-interactions.md +1 -1
- package/squads/squad-brand/tasks/create-page-transitions.md +1 -1
- package/squads/squad-brand/tasks/create-video-templates.md +1 -1
- package/squads/squad-brand/tasks/create-web-templates.md +1 -1
- package/squads/squad-brand/tasks/define-motion-language.md +1 -1
- package/squads/squad-brand/tasks/design-dynamic-identity-system.md +2 -2
- package/squads/squad-brand/tasks/design-illustration-system.md +1 -1
- package/squads/squad-commercial/README.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +8 -8
- package/squads/squad-commercial/agents/cs-crm-specialist.md +3 -3
- package/squads/squad-commercial/agents/cs-revops-analyst.md +3 -3
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/knowledge-base/commercial-analytics-reporting.md +7 -7
- package/squads/squad-commercial/knowledge-base/sales-revenue-master-reference.md +1 -1
- package/squads/squad-commercial/squad.yaml +3 -3
- package/squads/squad-commercial/tasks/analyze-revenue-leaks.md +2 -2
- package/squads/squad-commercial/tasks/audit-commercial-tech-stack.md +1 -1
- package/squads/squad-commercial/tasks/audit-crm-data.md +1 -1
- package/squads/squad-commercial/tasks/build-deal-scoring-model.md +1 -1
- package/squads/squad-commercial/tasks/build-forecasting-model.md +1 -1
- package/squads/squad-commercial/tasks/build-pipeline-dashboard.md +2 -2
- package/squads/squad-commercial/tasks/build-unit-economics-model.md +1 -1
- package/squads/squad-commercial/tasks/conduct-commercial-retrospective.md +2 -2
- package/squads/squad-commercial/tasks/conduct-deal-review.md +1 -1
- package/squads/squad-commercial/tasks/conduct-win-loss-analysis.md +1 -1
- package/squads/squad-commercial/tasks/configure-activity-tracking.md +1 -1
- package/squads/squad-commercial/tasks/configure-crm-integrations.md +1 -1
- package/squads/squad-commercial/tasks/configure-pipeline-stages.md +1 -1
- package/squads/squad-commercial/tasks/coordinate-revenue-cycle.md +1 -1
- package/squads/squad-commercial/tasks/create-commercial-brief.md +2 -2
- package/squads/squad-commercial/tasks/create-revenue-dashboard.md +1 -1
- package/squads/squad-commercial/tasks/design-lead-routing.md +1 -1
- package/squads/squad-commercial/tasks/design-quota-model.md +1 -1
- package/squads/squad-commercial/tasks/execute-save-play.md +1 -1
- package/squads/squad-commercial/tasks/manage-commercial-handoffs.md +1 -1
- package/squads/squad-commercial/tasks/manage-pipeline-forecast.md +3 -3
- package/squads/squad-commercial/tasks/monitor-pipeline-health.md +1 -1
- package/squads/squad-commercial/tasks/monitor-saas-metrics.md +1 -1
- package/squads/squad-commercial/tasks/plan-sales-capacity.md +1 -1
- package/squads/squad-commercial/tasks/plan-territory-mapping.md +1 -1
- package/squads/squad-commercial/tasks/review-revenue-architecture.md +2 -2
- package/squads/squad-commercial/tasks/run-quarterly-commercial-review.md +3 -3
- package/squads/squad-commercial/tasks/select-commercial-workflow.md +1 -1
- package/squads/squad-commercial/tasks/setup-outreach-sequences.md +1 -1
- package/squads/squad-commercial/templates/offer-brief-template.md +2 -2
- package/squads/squad-commercial/workflows/new-offer-launch.yaml +2 -2
- package/squads/squad-commercial/workflows/quarterly-commercial-review.yaml +1 -1
- package/squads/squad-commercial/workflows/revenue-forecasting-cycle.yaml +2 -2
- package/squads/squad-content/README.md +1 -1
- package/squads/squad-content/agents/content-analyst.md +4 -4
- package/squads/squad-content/agents/content-engineer.md +2 -2
- package/squads/squad-content/agents/content-governor.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +6 -6
- package/squads/squad-content/agents/editorial-strategist.md +5 -5
- package/squads/squad-content/agents/platform-specialist.md +1 -1
- package/squads/squad-content/agents/signal-intelligence.md +4 -4
- package/squads/squad-content/checklists/editorial-planning-checklist.md +1 -1
- package/squads/squad-content/checklists/onboarding-setup-checklist.md +2 -2
- package/squads/squad-content/knowledge-base/ai-native-content-loop.md +2 -2
- package/squads/squad-content/knowledge-base/content-governance-principles.md +2 -2
- package/squads/squad-content/knowledge-base/cross-squad-integration-protocol.md +1 -1
- package/squads/squad-content/knowledge-base/signal-intelligence-v2.md +1 -1
- package/squads/squad-content/knowledge-base/task-ownership-map.md +5 -5
- package/squads/squad-content/squad.yaml +2 -2
- package/squads/squad-content/tasks/alert-opportunity-windows.md +6 -6
- package/squads/squad-content/tasks/analyze-content-performance.md +2 -2
- package/squads/squad-content/tasks/batch-content-production.md +1 -1
- package/squads/squad-content/tasks/benchmark-against-competitors.md +1 -1
- package/squads/squad-content/tasks/coordinate-cross-squad.md +1 -1
- package/squads/squad-content/tasks/create-content-governance.md +1 -1
- package/squads/squad-content/tasks/create-editorial-calendar.md +1 -1
- package/squads/squad-content/tasks/curate-ugc-signals.md +2 -2
- package/squads/squad-content/tasks/define-big-idea.md +1 -1
- package/squads/squad-content/tasks/define-content-kpis.md +1 -1
- package/squads/squad-content/tasks/flag-content-for-amplification.md +2 -2
- package/squads/squad-content/tasks/generate-content-report.md +3 -3
- package/squads/squad-content/tasks/manage-content-sprint.md +1 -1
- package/squads/squad-content/tasks/measure-content-roi.md +3 -3
- package/squads/squad-content/tasks/orchestrate-content-pipeline.md +2 -2
- package/squads/squad-content/tasks/plan-content-sprint.md +3 -3
- package/squads/squad-content/tasks/predict-content-performance.md +2 -2
- package/squads/squad-content/tasks/scan-daily-signals.md +2 -2
- package/squads/squad-content/tasks/triage-content-requests.md +1 -1
- package/squads/squad-content/tasks/triage-urgent-signal.md +1 -1
- package/squads/squad-content/templates/signal-alert-template.md +2 -2
- package/squads/squad-content/templates/weekly-briefing-template.md +1 -1
- package/squads/squad-content/workflows/content-audit-cycle.yaml +1 -1
- package/squads/squad-content/workflows/content-creation-cycle.yaml +3 -3
- package/squads/squad-content/workflows/editorial-planning-cycle.yaml +3 -3
- package/squads/squad-content/workflows/onboarding-content-cycle.yaml +3 -3
- package/squads/squad-content/workflows/performance-feedback-loop.yaml +3 -3
- package/squads/squad-content/workflows/signal-to-content-cycle.yaml +5 -5
- package/squads/squad-copy/README.md +4 -4
- package/squads/squad-copy/agents/ad-copywriter.md +4 -4
- package/squads/squad-copy/agents/copy-orqx.md +3 -3
- package/squads/squad-copy/agents/copy-strategist.md +5 -5
- package/squads/squad-copy/agents/direct-response-writer.md +3 -3
- package/squads/squad-copy/agents/email-sequence-strategist.md +1 -1
- package/squads/squad-copy/agents/funnel-copywriter.md +3 -3
- package/squads/squad-copy/agents/headline-specialist.md +1 -1
- package/squads/squad-copy/agents/proof-architect.md +3 -3
- package/squads/squad-copy/squad.yaml +3 -3
- package/squads/squad-copy/tasks/build-proof-stack.md +3 -3
- package/squads/squad-copy/tasks/craft-cta-variations.md +2 -2
- package/squads/squad-copy/tasks/craft-email-nurture-sequence.md +2 -2
- package/squads/squad-copy/tasks/craft-objection-handlers.md +1 -1
- package/squads/squad-copy/tasks/craft-social-media-hooks.md +1 -1
- package/squads/squad-copy/tasks/create-cart-abandonment-sequence.md +2 -2
- package/squads/squad-copy/tasks/create-customer-story.md +2 -2
- package/squads/squad-copy/tasks/create-email-campaign.md +2 -2
- package/squads/squad-copy/tasks/create-mechanism-copy.md +4 -4
- package/squads/squad-copy/tasks/create-opening-hooks.md +1 -1
- package/squads/squad-copy/tasks/create-ugc-script.md +2 -2
- package/squads/squad-copy/tasks/create-urgency-scarcity-framework.md +1 -1
- package/squads/squad-copy/tasks/create-welcome-sequence.md +2 -2
- package/squads/squad-copy/tasks/design-headline-ab-tests.md +1 -1
- package/squads/squad-copy/tasks/design-trigger-sequence.md +1 -1
- package/squads/squad-copy/tasks/design-welcome-series.md +2 -2
- package/squads/squad-copy/tasks/optimize-existing-copy.md +2 -2
- package/squads/squad-copy/tasks/optimize-funnel-conversion-copy.md +2 -2
- package/squads/squad-copy/tasks/optimize-pricing-framing.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-google.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-social.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-variations.md +4 -4
- package/squads/squad-copy/tasks/write-case-study.md +2 -2
- package/squads/squad-copy/tasks/write-comparison-piece.md +2 -2
- package/squads/squad-copy/tasks/write-email-sequence.md +1 -1
- package/squads/squad-copy/tasks/write-email-subject-lines.md +1 -1
- package/squads/squad-copy/tasks/write-funnel-copy-sequence.md +4 -4
- package/squads/squad-copy/tasks/write-landing-page-copy.md +2 -2
- package/squads/squad-copy/tasks/write-launch-sequence.md +2 -2
- package/squads/squad-copy/tasks/write-opt-in-page.md +2 -2
- package/squads/squad-copy/tasks/write-product-narrative.md +2 -2
- package/squads/squad-copy/tasks/write-retargeting-copy.md +2 -2
- package/squads/squad-copy/tasks/write-sales-letter.md +1 -1
- package/squads/squad-copy/tasks/write-social-proof-section.md +1 -1
- package/squads/squad-copy/tasks/write-subheadlines-and-deck-copy.md +1 -1
- package/squads/squad-copy/tasks/write-upsell-copy.md +2 -2
- package/squads/squad-copy/tasks/write-vsl-script.md +3 -3
- package/squads/squad-copy/tasks/write-whitepaper-persuasive.md +2 -2
- package/squads/squad-copy/workflows/campaign-copy-cycle.yaml +4 -4
- package/squads/squad-copy/workflows/conversion-copy-sprint.yaml +6 -6
- package/squads/squad-copy/workflows/sales-copy-pipeline.yaml +4 -4
- package/squads/squad-design/README.md +6 -6
- package/squads/squad-design/agents/cro-persuasion.md +3 -3
- package/squads/squad-design/agents/design-orqx.md +17 -17
- package/squads/squad-design/agents/dx-accessibility-specialist.md +5 -5
- package/squads/squad-design/agents/dx-design-system-architect.md +8 -8
- package/squads/squad-design/agents/dx-frontend-engineer.md +7 -7
- package/squads/squad-design/agents/dx-interaction-designer.md +6 -6
- package/squads/squad-design/agents/dx-performance-engineer.md +3 -3
- package/squads/squad-design/agents/dx-ui-designer.md +7 -7
- package/squads/squad-design/agents/dx-ux-strategist.md +7 -7
- package/squads/squad-design/agents/platform-aesthetic-director.md +11 -11
- package/squads/squad-design/agents/premium-packaging-strategist.md +2 -2
- package/squads/squad-design/agents/product-surface-director.md +1 -1
- package/squads/squad-design/squad.yaml +6 -6
- package/squads/squad-design/tasks/analyze-javascript-bundles.md +1 -1
- package/squads/squad-design/tasks/audit-core-web-vitals.md +1 -1
- package/squads/squad-design/tasks/audit-design-system-health.md +1 -1
- package/squads/squad-design/tasks/audit-motion-performance.md +1 -1
- package/squads/squad-design/tasks/certify-accessibility-compliance.md +2 -2
- package/squads/squad-design/tasks/compose-screen-layouts.md +3 -3
- package/squads/squad-design/tasks/conduct-competitive-ux-analysis.md +1 -1
- package/squads/squad-design/tasks/conduct-dx-quality-gate.md +3 -3
- package/squads/squad-design/tasks/conduct-usability-heuristic-review.md +1 -1
- package/squads/squad-design/tasks/conduct-visual-qa.md +1 -1
- package/squads/squad-design/tasks/conduct-wcag-audit.md +1 -1
- package/squads/squad-design/tasks/configure-cdn-strategy.md +1 -1
- package/squads/squad-design/tasks/configure-token-export-pipeline.md +1 -1
- package/squads/squad-design/tasks/create-a11y-remediation-plan.md +4 -4
- package/squads/squad-design/tasks/create-color-system.md +2 -2
- package/squads/squad-design/tasks/create-component-governance.md +1 -1
- package/squads/squad-design/tasks/create-component-tokens.md +2 -2
- package/squads/squad-design/tasks/create-dark-light-themes.md +3 -3
- package/squads/squad-design/tasks/create-easing-curve-library.md +1 -1
- package/squads/squad-design/tasks/create-empty-error-states.md +1 -1
- package/squads/squad-design/tasks/create-error-boundary-patterns.md +1 -1
- package/squads/squad-design/tasks/create-illustration-style.md +1 -1
- package/squads/squad-design/tasks/create-mobile-first-designs.md +2 -2
- package/squads/squad-design/tasks/create-motion-documentation.md +1 -1
- package/squads/squad-design/tasks/create-motion-tokens.md +2 -2
- package/squads/squad-design/tasks/create-primitive-tokens.md +1 -1
- package/squads/squad-design/tasks/create-responsive-grid-system.md +1 -1
- package/squads/squad-design/tasks/create-screen-reader-specs.md +1 -1
- package/squads/squad-design/tasks/create-scroll-animation-patterns.md +1 -1
- package/squads/squad-design/tasks/create-semantic-tokens.md +1 -1
- package/squads/squad-design/tasks/create-storybook-documentation-standards.md +1 -1
- package/squads/squad-design/tasks/create-user-personas.md +1 -1
- package/squads/squad-design/tasks/create-ux-principles.md +1 -1
- package/squads/squad-design/tasks/create-wireframe-brief.md +2 -2
- package/squads/squad-design/tasks/define-atomic-hierarchy.md +2 -2
- package/squads/squad-design/tasks/define-content-hierarchy.md +2 -2
- package/squads/squad-design/tasks/define-motion-principles.md +4 -4
- package/squads/squad-design/tasks/define-performance-budgets.md +1 -1
- package/squads/squad-design/tasks/define-token-taxonomy.md +2 -2
- package/squads/squad-design/tasks/design-accessible-form-patterns.md +2 -2
- package/squads/squad-design/tasks/design-component-api-contracts.md +3 -3
- package/squads/squad-design/tasks/design-component-visual-states.md +4 -4
- package/squads/squad-design/tasks/design-dashboard-layouts.md +1 -1
- package/squads/squad-design/tasks/design-duration-scale.md +1 -1
- package/squads/squad-design/tasks/design-feedback-animations.md +2 -2
- package/squads/squad-design/tasks/design-focus-management.md +1 -1
- package/squads/squad-design/tasks/design-form-patterns.md +2 -2
- package/squads/squad-design/tasks/design-icon-system.md +1 -1
- package/squads/squad-design/tasks/design-information-architecture.md +2 -2
- package/squads/squad-design/tasks/design-landing-page-ui.md +3 -3
- package/squads/squad-design/tasks/design-loading-choreography.md +1 -1
- package/squads/squad-design/tasks/design-multi-brand-theming.md +1 -1
- package/squads/squad-design/tasks/design-page-transitions.md +1 -1
- package/squads/squad-design/tasks/design-spacing-scale.md +3 -3
- package/squads/squad-design/tasks/design-typography-scale.md +3 -3
- package/squads/squad-design/tasks/design-user-flows.md +2 -2
- package/squads/squad-design/tasks/design-visual-hierarchy.md +2 -2
- package/squads/squad-design/tasks/eliminate-render-blocking.md +1 -1
- package/squads/squad-design/tasks/extract-critical-css.md +1 -1
- package/squads/squad-design/tasks/govern-third-party-scripts.md +1 -1
- package/squads/squad-design/tasks/implement-authentication-ui.md +1 -1
- package/squads/squad-design/tasks/implement-component-library.md +4 -4
- package/squads/squad-design/tasks/implement-form-system.md +2 -2
- package/squads/squad-design/tasks/implement-reduced-motion.md +3 -3
- package/squads/squad-design/tasks/implement-responsive-layouts.md +1 -1
- package/squads/squad-design/tasks/implement-routing-strategy.md +1 -1
- package/squads/squad-design/tasks/map-dark-mode-tokens.md +3 -3
- package/squads/squad-design/tasks/map-user-journeys.md +2 -2
- package/squads/squad-design/tasks/migrate-legacy-design-system.md +1 -1
- package/squads/squad-design/tasks/monitor-performance-regression.md +1 -1
- package/squads/squad-design/tasks/optimize-font-loading.md +1 -1
- package/squads/squad-design/tasks/optimize-image-pipeline.md +1 -1
- package/squads/squad-design/tasks/orchestrate-dx-pipeline.md +2 -2
- package/squads/squad-design/tasks/plan-ux-research-sprint.md +1 -1
- package/squads/squad-design/tasks/produce-design-handoff-specs.md +4 -4
- package/squads/squad-design/tasks/review-aria-patterns.md +1 -1
- package/squads/squad-design/tasks/setup-performance-ci-gates.md +1 -1
- package/squads/squad-design/tasks/setup-storybook-integration.md +1 -1
- package/squads/squad-design/tasks/spec-gesture-interactions.md +1 -1
- package/squads/squad-design/tasks/spec-micro-interactions.md +2 -2
- package/squads/squad-design/tasks/synthesize-user-research.md +2 -2
- package/squads/squad-design/tasks/test-keyboard-navigation.md +1 -1
- package/squads/squad-design/tasks/validate-ux-with-testing.md +1 -1
- package/squads/squad-design/tasks/verify-color-contrast.md +2 -2
- package/squads/squad-design/templates/a11y-audit-report-template.md +1 -1
- package/squads/squad-design/templates/design-handoff-template.md +1 -1
- package/squads/squad-design/templates/performance-budget-template.md +1 -1
- package/squads/squad-design/templates/ux-research-plan-template.md +1 -1
- package/squads/squad-design/workflows/a11y-compliance-cycle.yaml +8 -8
- package/squads/squad-design/workflows/design-system-build-cycle.yaml +12 -12
- package/squads/squad-design/workflows/landing-page-sprint.yaml +10 -10
- package/squads/squad-design/workflows/performance-remediation-cycle.yaml +6 -6
- package/squads/squad-design/workflows/ux-research-sprint.yaml +8 -8
- package/squads/squad-design/workflows/zero-to-digital-product-cycle.yaml +16 -16
- package/squads/squad-finance/README.md +1 -1
- package/squads/squad-finance/agents/budget-controller.md +1 -1
- package/squads/squad-finance/agents/cost-optimizer.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +4 -4
- package/squads/squad-finance/agents/fiscal-compliance-br.md +4 -4
- package/squads/squad-finance/agents/forecast-strategist.md +6 -6
- package/squads/squad-finance/agents/pricing-strategist.md +3 -3
- package/squads/squad-finance/agents/profitability-analyst.md +1 -1
- package/squads/squad-finance/agents/revenue-analyst.md +1 -1
- package/squads/squad-finance/checklists/monthly-close-checklist.md +1 -1
- package/squads/squad-finance/checklists/quarterly-review-checklist.md +1 -1
- package/squads/squad-finance/squad.yaml +2 -2
- package/squads/squad-finance/tasks/analyze-price-sensitivity.md +1 -1
- package/squads/squad-finance/tasks/benchmark-competitor-pricing.md +1 -1
- package/squads/squad-finance/tasks/calculate-rate-card.md +1 -1
- package/squads/squad-finance/tasks/coordinate-quarterly-review.md +2 -2
- package/squads/squad-finance/tasks/create-proposal-pricing.md +1 -1
- package/squads/squad-finance/tasks/design-service-tiers.md +1 -1
- package/squads/squad-finance/tasks/design-value-based-pricing.md +1 -1
- package/squads/squad-finance/tasks/manage-financial-calendar.md +1 -1
- package/squads/squad-finance/tasks/model-pricing-scenario.md +1 -1
- package/squads/squad-finance/tasks/optimize-rate-realization.md +1 -1
- package/squads/squad-finance/tasks/simulate-pricing-impact.md +1 -1
- package/squads/squad-finance/tasks/track-pricing-performance.md +1 -1
- package/squads/squad-paidmedia/README.md +4 -4
- package/squads/squad-paidmedia/agents/campaign-analyst.md +6 -6
- package/squads/squad-paidmedia/agents/creative-strategist.md +2 -2
- package/squads/squad-paidmedia/agents/cro-specialist.md +5 -5
- package/squads/squad-paidmedia/agents/google-ads-specialist.md +2 -2
- package/squads/squad-paidmedia/agents/meta-ads-specialist.md +6 -6
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +6 -6
- package/squads/squad-paidmedia/agents/performance-engineer.md +2 -2
- package/squads/squad-paidmedia/agents/pm-creative-performance-analyst.md +2 -2
- package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +21 -21
- package/squads/squad-paidmedia/squad.yaml +4 -4
- package/squads/squad-paidmedia/tasks/allocate-cross-channel-budget.md +1 -1
- package/squads/squad-paidmedia/tasks/allocate-meta-budget.md +2 -2
- package/squads/squad-paidmedia/tasks/analyze-audience-performance.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-content-performance.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-conversion-funnel.md +2 -2
- package/squads/squad-paidmedia/tasks/analyze-creative-effectiveness.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-keyword-rankings.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-landing-page.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-local-keywords.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-local-market.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-reviews-strategy.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-top-pages.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-traffic-sources.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-user-behavior.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-conversion-tracking.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-gmb-location.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-meta-ads-account.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-sitemap-health.md +1 -1
- package/squads/squad-paidmedia/tasks/build-audience-architecture.md +2 -2
- package/squads/squad-paidmedia/tasks/build-creative-scorecard.md +1 -1
- package/squads/squad-paidmedia/tasks/calculate-sample-size.md +1 -1
- package/squads/squad-paidmedia/tasks/check-indexing-status.md +1 -1
- package/squads/squad-paidmedia/tasks/create-scaling-roadmap.md +1 -1
- package/squads/squad-paidmedia/tasks/design-campaign-structure.md +2 -2
- package/squads/squad-paidmedia/tasks/design-progressive-profiling.md +1 -1
- package/squads/squad-paidmedia/tasks/detect-creative-fatigue.md +1 -1
- package/squads/squad-paidmedia/tasks/execute-launch-checklist.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-monthly-report.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-search-performance-overview.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-weekly-summary.md +1 -1
- package/squads/squad-paidmedia/tasks/manage-pixel-capi-health.md +1 -1
- package/squads/squad-paidmedia/tasks/manage-scaling-roadmap.md +1 -1
- package/squads/squad-paidmedia/tasks/measure-activation-rate.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-ad-set-targeting.md +2 -2
- package/squads/squad-paidmedia/tasks/optimize-form-conversion.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-onboarding-activation.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-page-conversion.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-signup-flow.md +1 -1
- package/squads/squad-paidmedia/tasks/plan-customer-engagement.md +1 -1
- package/squads/squad-paidmedia/tasks/run-ab-test.md +1 -1
- package/squads/squad-paidmedia/tasks/run-creative-test.md +1 -1
- package/squads/squad-paidmedia/tasks/track-gmb-performance-trends.md +1 -1
- package/squads/squad-paidmedia/tasks/triage-campaign-issues.md +1 -1
- package/squads/squad-product/README.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +4 -4
- package/squads/squad-product/agents/ps-delivery-manager.md +2 -2
- package/squads/squad-product/agents/ps-product-ops-specialist.md +2 -2
- package/squads/squad-product/squad.yaml +2 -2
- package/squads/squad-product/tasks/audit-product-tool-stack.md +1 -1
- package/squads/squad-product/tasks/build-product-knowledge-base.md +1 -1
- package/squads/squad-product/tasks/calculate-sprint-velocity.md +1 -1
- package/squads/squad-product/tasks/configure-feature-flag-rollout.md +1 -1
- package/squads/squad-product/tasks/create-product-artifact-template.md +1 -1
- package/squads/squad-product/tasks/create-product-onboarding-runbook.md +3 -3
- package/squads/squad-product/tasks/create-product-playbook.md +2 -2
- package/squads/squad-product/tasks/document-product-process.md +1 -1
- package/squads/squad-product/tasks/execute-feature-launch-checklist.md +1 -1
- package/squads/squad-product/tasks/facilitate-sprint-retrospective.md +1 -1
- package/squads/squad-product/tasks/generate-product-health-report.md +2 -2
- package/squads/squad-product/tasks/maintain-decision-log-system.md +1 -1
- package/squads/squad-product/tasks/manage-sprint-capacity-planning.md +1 -1
- package/squads/squad-product/tasks/map-cross-functional-dependencies.md +1 -1
- package/squads/squad-product/tasks/prepare-product-handoff-package.md +4 -4
- package/squads/squad-product/tasks/run-product-operations-audit.md +1 -1
- package/squads/squad-product/tasks/run-shape-up-betting-table.md +1 -1
- package/squads/squad-product/tasks/run-sprint-planning-session.md +1 -1
- package/squads/squad-product/tasks/scope-agency-mvp.md +1 -1
- package/squads/squad-product/tasks/setup-new-client-product-operations.md +1 -1
- package/squads/squad-product/tasks/standardize-cross-client-metrics.md +1 -1
- package/squads/squad-product/tasks/triage-technical-debt-backlog.md +1 -1
- package/squads/squad-product/tasks/write-release-notes.md +1 -1
- package/squads/squad-research/README.md +3 -3
- package/squads/squad-research/agents/audience-intelligence.md +9 -9
- package/squads/squad-research/agents/competitive-intelligence.md +1 -1
- package/squads/squad-research/agents/data-synthesizer.md +11 -11
- package/squads/squad-research/agents/deep-researcher.md +2 -2
- package/squads/squad-research/agents/market-analyst.md +9 -9
- package/squads/squad-research/agents/research-orqx.md +4 -4
- package/squads/squad-research/agents/trend-forecaster.md +2 -2
- package/squads/squad-research/knowledge-base/agentic-second-brain-reference.md +1 -1
- package/squads/squad-research/knowledge-base/community-platforms-reference.md +1 -1
- package/squads/squad-research/knowledge-base/cross-squad-integration-protocol.md +1 -1
- package/squads/squad-research/knowledge-base/multi-agent-research-methodology.md +3 -3
- package/squads/squad-research/squad.yaml +3 -3
- package/squads/squad-research/tasks/analyze-audience-behavior.md +2 -2
- package/squads/squad-research/tasks/analyze-audience-psychographics.md +2 -2
- package/squads/squad-research/tasks/analyze-competitor-pricing.md +1 -1
- package/squads/squad-research/tasks/analyze-industry-trends.md +2 -2
- package/squads/squad-research/tasks/analyze-macro-forces.md +1 -1
- package/squads/squad-research/tasks/analyze-pricing-landscape.md +2 -2
- package/squads/squad-research/tasks/analyze-social-listening.md +2 -2
- package/squads/squad-research/tasks/analyze-value-chain.md +2 -2
- package/squads/squad-research/tasks/answer-strategic-question.md +1 -1
- package/squads/squad-research/tasks/assess-market-maturity.md +2 -2
- package/squads/squad-research/tasks/build-audience-persona.md +2 -2
- package/squads/squad-research/tasks/build-data-narrative.md +2 -2
- package/squads/squad-research/tasks/compile-competitive-dossier.md +2 -2
- package/squads/squad-research/tasks/conduct-deep-research.md +1 -1
- package/squads/squad-research/tasks/conduct-jobs-to-be-done.md +2 -2
- package/squads/squad-research/tasks/create-empathy-map.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +2 -2
- package/squads/squad-research/tasks/create-insight-deck.md +2 -2
- package/squads/squad-research/tasks/create-research-dossier.md +1 -1
- package/squads/squad-research/tasks/create-research-repository.md +2 -2
- package/squads/squad-research/tasks/create-swot-analysis.md +4 -4
- package/squads/squad-research/tasks/design-survey.md +2 -2
- package/squads/squad-research/tasks/evaluate-market-entry.md +2 -2
- package/squads/squad-research/tasks/evaluate-regulatory-landscape.md +2 -2
- package/squads/squad-research/tasks/forecast-industry-trends.md +2 -2
- package/squads/squad-research/tasks/forecast-market-growth.md +2 -2
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/identify-market-segments.md +3 -3
- package/squads/squad-research/tasks/map-audience-ecosystem.md +2 -2
- package/squads/squad-research/tasks/map-audience-journey.md +2 -2
- package/squads/squad-research/tasks/map-industry-ecosystem.md +2 -2
- package/squads/squad-research/tasks/map-market-opportunity.md +2 -2
- package/squads/squad-research/tasks/map-pain-gain-matrix.md +2 -2
- package/squads/squad-research/tasks/map-strategic-implications.md +2 -2
- package/squads/squad-research/tasks/orchestrate-research-pipeline.md +4 -4
- package/squads/squad-research/tasks/predict-market-shifts.md +1 -1
- package/squads/squad-research/tasks/profile-ideal-customer.md +2 -2
- package/squads/squad-research/tasks/run-porter-five-forces.md +1 -1
- package/squads/squad-research/tasks/run-scenario-planning.md +1 -1
- package/squads/squad-research/tasks/segment-audience.md +2 -2
- package/squads/squad-research/tasks/size-market-tam-sam-som.md +2 -2
- package/squads/squad-research/tasks/synthesize-multi-source.md +1 -1
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/validate-persona-with-data.md +2 -2
- package/squads/squad-research/tasks/visualize-research-data.md +2 -2
- package/squads/squad-research/templates/audience-persona-template.md +1 -1
- package/squads/squad-research/templates/competitive-dossier-template.md +1 -1
- package/squads/squad-research/templates/market-analysis-template.md +1 -1
- package/squads/squad-research/workflows/audience-intelligence-cycle.yaml +12 -12
- package/squads/squad-research/workflows/competitive-intelligence-cycle.yaml +2 -2
- package/squads/squad-research/workflows/deep-research-cycle.yaml +2 -2
- package/squads/squad-research/workflows/full-research-sprint.yaml +8 -8
- package/squads/squad-research/workflows/market-analysis-cycle.yaml +12 -12
- package/squads/squad-research/workflows/trend-forecasting-cycle.yaml +2 -2
- package/.sinapse-ai/lib/build.json +0 -1
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
| Charter (ps-product-strategist) | Product Strategy & Vision Lead |
|
|
20
20
|
| Quorum (ps-discovery-lead) | Product Discovery & Validation Lead |
|
|
21
21
|
| Delta (ps-product-analyst) | Product Analytics & Metrics Specialist |
|
|
22
|
-
|
|
|
22
|
+
| Metronome (ps-delivery-manager) | Delivery & Sprint Operations Manager |
|
|
23
23
|
| Proxy (ps-client-product-manager) | Client-Facing Product Manager |
|
|
24
|
-
|
|
|
24
|
+
| Cog (ps-product-ops-specialist) | Product Operations & Systems Specialist |
|
|
25
25
|
|
|
26
26
|
## Ativacao
|
|
27
27
|
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
| Product vision/strategy question | Charter (ps-product-strategist) |
|
|
29
29
|
| Discovery/research needed | Quorum (ps-discovery-lead) |
|
|
30
30
|
| Analytics/metrics question | Delta (ps-product-analyst) |
|
|
31
|
-
| Sprint/delivery operations |
|
|
31
|
+
| Sprint/delivery operations | Metronome (ps-delivery-manager) |
|
|
32
32
|
| Client-facing communication | Proxy (ps-client-product-manager) |
|
|
33
|
-
| Process/template creation |
|
|
33
|
+
| Process/template creation | Cog (ps-product-ops-specialist) |
|
|
34
34
|
| UX/UI design needed | @ux-design-expert (squad-design) |
|
|
35
35
|
| Deep market research | squad-research |
|
|
36
36
|
|
|
@@ -112,13 +112,13 @@ integration:
|
|
|
112
112
|
- agent: "ps-product-analyst (Delta)"
|
|
113
113
|
when: "Analytics, metrics, dashboard, funnel analysis"
|
|
114
114
|
context_passed: "metric of interest, time window, segment, decision driver"
|
|
115
|
-
- agent: "ps-delivery-manager (
|
|
115
|
+
- agent: "ps-delivery-manager (Metronome)"
|
|
116
116
|
when: "Sprint planning, delivery operations, capacity math"
|
|
117
117
|
context_passed: "team size, focus factor, prioritized backlog, sprint goal"
|
|
118
118
|
- agent: "ps-client-product-manager (Proxy)"
|
|
119
119
|
when: "Client-facing communication, stakeholder alignment, expectation setting"
|
|
120
120
|
context_passed: "client context, decision needed, current product state, constraints"
|
|
121
|
-
- agent: "ps-product-ops-specialist (
|
|
121
|
+
- agent: "ps-product-ops-specialist (Cog)"
|
|
122
122
|
when: "Process design, template creation, OKR definition, retrospective facilitation"
|
|
123
123
|
context_passed: "process need, current pain point, target outcome"
|
|
124
124
|
- agent: "@ux-design-expert (squad-design)"
|
|
@@ -61,7 +61,7 @@ agents:
|
|
|
61
61
|
tasks_count: 11
|
|
62
62
|
|
|
63
63
|
- id: ps-delivery-manager
|
|
64
|
-
name:
|
|
64
|
+
name: Metronome
|
|
65
65
|
icon: "⏱️"
|
|
66
66
|
role: Delivery & Sprint Operations Manager
|
|
67
67
|
file: agents/ps-delivery-manager.md
|
|
@@ -75,7 +75,7 @@ agents:
|
|
|
75
75
|
tasks_count: 11
|
|
76
76
|
|
|
77
77
|
- id: ps-product-ops-specialist
|
|
78
|
-
name:
|
|
78
|
+
name: Cog
|
|
79
79
|
icon: "🧩"
|
|
80
80
|
role: Product Operations & Systems Specialist
|
|
81
81
|
file: agents/ps-product-ops-specialist.md
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Audit Product Tool Stack
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 3-4 hours
|
|
32
32
|
- **Produces:** Tool stack audit, redundancy analysis, cost assessment, optimization recommendations
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Build Product Knowledge Base
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Medium-High
|
|
31
31
|
- **Estimated Time:** 6-8 hours (initial setup) + ongoing
|
|
32
32
|
- **Produces:** Organized knowledge base, information architecture, maintenance plan
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Calculate Sprint Velocity
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Low-Medium
|
|
31
31
|
- **Estimated Time:** 1-2 hours
|
|
32
32
|
- **Produces:** Velocity report, trend analysis, capacity forecast, predictability metrics
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Configure Feature Flag Rollout
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 1-2 hours
|
|
32
32
|
- **Produces:** Feature flag configuration, rollout schedule, targeting rules, cleanup plan
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Create Product Artifact Template
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Low-Medium
|
|
31
31
|
- **Estimated Time:** 1-2 hours per template
|
|
32
32
|
- **Produces:** Standardized product artifact templates, template library, usage guidelines
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Create Product Onboarding Runbook
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 3-4 hours
|
|
32
32
|
- **Produces:** PM onboarding runbook, learning path, checklist, 30-60-90 day plan
|
|
@@ -117,9 +117,9 @@ Criar runbook de onboarding para novos Product Managers que entram na agencia, g
|
|
|
117
117
|
| Product strategy question | ps-product-strategist (Charter) | Async or scheduled |
|
|
118
118
|
| Research methodology | ps-discovery-lead (Quorum) | Async or pair session |
|
|
119
119
|
| Analytics help | ps-product-analyst (Delta) | Async or dashboard walkthrough |
|
|
120
|
-
| Delivery/sprint question | ps-delivery-manager (
|
|
120
|
+
| Delivery/sprint question | ps-delivery-manager (Metronome) | Daily standup or async |
|
|
121
121
|
| Client situation advice | ps-client-product-manager (Proxy) | Immediate (Slack DM) |
|
|
122
|
-
| Process/template question | ps-product-ops-specialist (
|
|
122
|
+
| Process/template question | ps-product-ops-specialist (Cog) | Async |
|
|
123
123
|
| Escalation | product-orqx (Vector) | Immediate |
|
|
124
124
|
|
|
125
125
|
**Buddy System:**
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Create Product Playbook
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** High
|
|
31
31
|
- **Estimated Time:** 8-12 hours
|
|
32
32
|
- **Produces:** Comprehensive product playbook, operational guides, best practices library
|
|
@@ -42,7 +42,7 @@ PRODUCT PLAYBOOK
|
|
|
42
42
|
════════════════
|
|
43
43
|
Version: [v1.0]
|
|
44
44
|
Last Updated: [date]
|
|
45
|
-
Owner: ps-product-ops-specialist (
|
|
45
|
+
Owner: ps-product-ops-specialist (Cog)
|
|
46
46
|
|
|
47
47
|
TABLE OF CONTENTS:
|
|
48
48
|
1. How We Do Product Management
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Document Product Process
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 2-3 hours per process
|
|
32
32
|
- **Produces:** Process documentation, flow diagrams, RACI matrix, process playbook
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Execute Feature Launch Checklist
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 2-4 hours (execution of checklist)
|
|
32
32
|
- **Produces:** Launch readiness assessment, go/no-go decision, launch plan, rollback plan
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Facilitate Sprint Retrospective
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 1-1.5 hours
|
|
32
32
|
- **Produces:** Retrospective notes, action items, team health indicators, improvement commitments
|
|
@@ -33,13 +33,13 @@ Checklist:
|
|
|
33
33
|
- **Produces:** Product health dashboard, executive summary, action items
|
|
34
34
|
|
|
35
35
|
## Purpose
|
|
36
|
-
Gerar relatório consolidado de saúde do produto combinando métricas de produto (Delta), status de delivery (
|
|
36
|
+
Gerar relatório consolidado de saúde do produto combinando métricas de produto (Delta), status de delivery (Metronome), saúde do cliente (Proxy) e progresso estratégico (Charter).
|
|
37
37
|
|
|
38
38
|
## Steps
|
|
39
39
|
|
|
40
40
|
### Step 1: Collect Metrics from Each Domain
|
|
41
41
|
**Product (Delta):** Activation Rate, DAU/MAU, Feature Adoption, Retention D7/D30, NPS
|
|
42
|
-
**Delivery (
|
|
42
|
+
**Delivery (Metronome):** Sprint Velocity, Variance, Goal Completion, Bug Escape Rate, Tech Debt Ratio
|
|
43
43
|
**Client (Proxy):** Satisfaction, Communication Cadence, Scope Changes, Relationship Temperature
|
|
44
44
|
**Strategy (Charter):** OKR Progress, Roadmap Delivery, Discovery Pipeline, PMF Indicators
|
|
45
45
|
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Maintain Decision Log System
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Low-Medium
|
|
31
31
|
- **Estimated Time:** 1 hour/week (ongoing maintenance)
|
|
32
32
|
- **Produces:** Updated decision log, decision patterns analysis, governance compliance report
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Manage Sprint Capacity Planning
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 1-2 hours per sprint
|
|
32
32
|
- **Produces:** Capacity plan, allocation matrix, availability calendar, utilization report
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Map Cross-Functional Dependencies
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 2-3 hours
|
|
32
32
|
- **Produces:** Dependency map, critical path analysis, risk mitigation plan, coordination schedule
|
|
@@ -54,7 +54,7 @@ Preparar pacote completo de handoff de produto para quando um cliente assume ges
|
|
|
54
54
|
|
|
55
55
|
**Document 1: Product Backlog (Clean)**
|
|
56
56
|
```
|
|
57
|
-
Owner: ps-delivery-manager (
|
|
57
|
+
Owner: ps-delivery-manager (Metronome)
|
|
58
58
|
Contents:
|
|
59
59
|
- All items prioritized (no orphan items)
|
|
60
60
|
- Estimates for top 20 items
|
|
@@ -102,7 +102,7 @@ Status: [Ready / In Progress]
|
|
|
102
102
|
|
|
103
103
|
**Document 5: Technical Debt Register**
|
|
104
104
|
```
|
|
105
|
-
Owner: ps-delivery-manager (
|
|
105
|
+
Owner: ps-delivery-manager (Metronome)
|
|
106
106
|
Contents:
|
|
107
107
|
- All known tech debt items
|
|
108
108
|
- Severity and priority
|
|
@@ -114,7 +114,7 @@ Status: [Ready / In Progress]
|
|
|
114
114
|
|
|
115
115
|
**Document 6: Operations Runbook**
|
|
116
116
|
```
|
|
117
|
-
Owner: ps-product-ops-specialist (
|
|
117
|
+
Owner: ps-product-ops-specialist (Cog)
|
|
118
118
|
Contents:
|
|
119
119
|
- Release process
|
|
120
120
|
- Monitoring and alerting setup
|
|
@@ -138,7 +138,7 @@ Status: [Ready / In Progress]
|
|
|
138
138
|
|
|
139
139
|
**Document 8: Feature Flag Inventory**
|
|
140
140
|
```
|
|
141
|
-
Owner: ps-delivery-manager (
|
|
141
|
+
Owner: ps-delivery-manager (Metronome)
|
|
142
142
|
Contents:
|
|
143
143
|
- All active feature flags
|
|
144
144
|
- Purpose and target audience
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Run Product Operations Audit
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Medium-High
|
|
31
31
|
- **Estimated Time:** 4-6 hours
|
|
32
32
|
- **Produces:** Ops audit report, maturity assessment, improvement roadmap, efficiency metrics
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Run Shape Up Betting Table
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 2-3 hours
|
|
32
32
|
- **Produces:** Betting table decisions, cycle plan, shaped pitches evaluation, resource allocation
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Run Sprint Planning Session
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 2-3 hours (session) + 1h prep
|
|
32
32
|
- **Produces:** Sprint backlog, sprint goal, capacity plan, commitment confirmation
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Scope Agency MVP
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium-High
|
|
31
31
|
- **Estimated Time:** 3-4 hours
|
|
32
32
|
- **Produces:** MVP scope document, feature matrix, timeline estimate, trade-off decisions
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Setup New Client Product Operations
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Medium-High
|
|
31
31
|
- **Estimated Time:** 4-6 hours
|
|
32
32
|
- **Produces:** Client operations setup, tool configuration, process onboarding, baseline metrics
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Standardize Cross-Client Metrics
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-product-ops-specialist (
|
|
29
|
+
- **Agent:** ps-product-ops-specialist (Cog)
|
|
30
30
|
- **Complexity:** Medium-High
|
|
31
31
|
- **Estimated Time:** 4-6 hours
|
|
32
32
|
- **Produces:** Standard metric definitions, cross-client dashboard, benchmarking framework
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Triage Technical Debt Backlog
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Medium
|
|
31
31
|
- **Estimated Time:** 2-3 hours
|
|
32
32
|
- **Produces:** Prioritized tech debt backlog, severity classification, sprint allocation plan
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Write Release Notes
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** ps-delivery-manager (
|
|
29
|
+
- **Agent:** ps-delivery-manager (Metronome)
|
|
30
30
|
- **Complexity:** Low-Medium
|
|
31
31
|
- **Estimated Time:** 1-2 hours
|
|
32
32
|
- **Produces:** Release notes (internal + external), changelog entry, stakeholder communication
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
|--------|-------|
|
|
18
18
|
| Prism (research-orqx) | Orquestrador — Research Operations Conductor |
|
|
19
19
|
| Sage (deep-researcher) | Deep Research Scholar — pesquisa multi-fonte |
|
|
20
|
-
|
|
|
20
|
+
| Empath (audience-intelligence) | Audience Intelligence Empath — personas, JTBD |
|
|
21
21
|
| Hawk (competitive-intelligence) | Competitive Intelligence Sentinel — analise competitiva |
|
|
22
|
-
|
|
|
23
|
-
|
|
|
22
|
+
| Sonar (market-analyst) | Market Analysis Strategist — TAM/SAM/SOM, tendencias |
|
|
23
|
+
| Braid (data-synthesizer) | Data Synthesis Weaver — sintese e narrativa de dados |
|
|
24
24
|
| Horizon (trend-forecaster) | Trend Forecasting Oracle — cenarios e sinais fracos |
|
|
25
25
|
|
|
26
26
|
## Ativacao
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Agent: Audience Intelligence (
|
|
1
|
+
# Agent: Audience Intelligence (Empath)
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Empath sente o pulso da audiencia — transforma dados demograficos frios em compreensao profunda de motivacoes, dores e desejos humanos.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## Metadata
|
|
8
8
|
- **Squad:** squad-research
|
|
9
9
|
- **Agent ID:** audience-intelligence
|
|
10
|
-
- **Name:**
|
|
10
|
+
- **Name:** Empath
|
|
11
11
|
- **Icon:** 💓
|
|
12
12
|
- **Archetype:** Empath
|
|
13
13
|
- **Personality:** Empatico, observador, centrado no humano, opera como antropologo digital
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
```yaml
|
|
20
20
|
agent:
|
|
21
|
-
name:
|
|
21
|
+
name: Empath
|
|
22
22
|
id: audience-intelligence
|
|
23
23
|
title: Audience Intelligence Empath
|
|
24
24
|
icon: "💓"
|
|
@@ -29,9 +29,9 @@ persona_profile:
|
|
|
29
29
|
tone: empathetic
|
|
30
30
|
greeting_levels:
|
|
31
31
|
minimal: "💓 audience-intelligence ready"
|
|
32
|
-
named: "💓
|
|
33
|
-
archetypal: "💓
|
|
34
|
-
signature_closing: "—
|
|
32
|
+
named: "💓 Empath (Empath) ready. Let's understand people!"
|
|
33
|
+
archetypal: "💓 Empath the Empath ready to feel the audience!"
|
|
34
|
+
signature_closing: "— Empath, sentindo o pulso da audiencia 💓"
|
|
35
35
|
|
|
36
36
|
persona:
|
|
37
37
|
role: "Audience Intelligence Empath"
|
|
@@ -118,7 +118,7 @@ integration:
|
|
|
118
118
|
- agent: "deep-researcher (Sage)"
|
|
119
119
|
when: "Persona precisa de dados de mercado para validacao"
|
|
120
120
|
context_passed: "Hipoteses sobre audiencia, dados a validar"
|
|
121
|
-
- agent: "data-synthesizer (
|
|
121
|
+
- agent: "data-synthesizer (Braid)"
|
|
122
122
|
when: "Dados de audiencia coletados precisam de sintese executiva"
|
|
123
123
|
context_passed: "Dados brutos de audiencia, segments identificados"
|
|
124
124
|
receives_from:
|
|
@@ -153,7 +153,7 @@ integration:
|
|
|
153
153
|
|
|
154
154
|
---
|
|
155
155
|
|
|
156
|
-
*Agent operado por: audience-intelligence (
|
|
156
|
+
*Agent operado por: audience-intelligence (Empath)*
|
|
157
157
|
*Squad: squad-research*
|
|
158
158
|
|
|
159
159
|
<!-- ENG-GROUNDING:v2 -->
|
|
@@ -116,7 +116,7 @@ integration:
|
|
|
116
116
|
- agent: "deep-researcher (Sage)"
|
|
117
117
|
when: "Competidor precisa de deep dive em area especifica"
|
|
118
118
|
context_passed: "Competidor, area de investigacao, dados ja coletados"
|
|
119
|
-
- agent: "data-synthesizer (
|
|
119
|
+
- agent: "data-synthesizer (Braid)"
|
|
120
120
|
when: "Analise competitiva completa precisa de dossie executivo"
|
|
121
121
|
context_passed: "Dados competitivos, landscape, rankings"
|
|
122
122
|
receives_from:
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Agent: Data Synthesizer (
|
|
1
|
+
# Agent: Data Synthesizer (Braid)
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Braid tece fios dispersos de dados em narrativas estrategicas coerentes — o tradutor entre pesquisa e decisao.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## Metadata
|
|
8
8
|
- **Squad:** squad-research
|
|
9
9
|
- **Agent ID:** data-synthesizer
|
|
10
|
-
- **Name:**
|
|
10
|
+
- **Name:** Braid
|
|
11
11
|
- **Icon:** 🧶
|
|
12
12
|
- **Archetype:** Weaver
|
|
13
13
|
- **Personality:** Narrativo, sintetico, claro, opera como estrategista de comunicacao de insights
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
```yaml
|
|
20
20
|
agent:
|
|
21
|
-
name:
|
|
21
|
+
name: Braid
|
|
22
22
|
id: data-synthesizer
|
|
23
23
|
title: Data Synthesis Weaver
|
|
24
24
|
icon: "🧶"
|
|
@@ -29,9 +29,9 @@ persona_profile:
|
|
|
29
29
|
tone: narrative
|
|
30
30
|
greeting_levels:
|
|
31
31
|
minimal: "🧶 data-synthesizer ready"
|
|
32
|
-
named: "🧶
|
|
33
|
-
archetypal: "🧶
|
|
34
|
-
signature_closing: "—
|
|
32
|
+
named: "🧶 Braid (Weaver) ready. Let's weave insights!"
|
|
33
|
+
archetypal: "🧶 Braid the Weaver ready to connect the threads!"
|
|
34
|
+
signature_closing: "— Braid, tecendo insights em narrativa 🧶"
|
|
35
35
|
|
|
36
36
|
persona:
|
|
37
37
|
role: "Data Synthesis Weaver"
|
|
@@ -115,20 +115,20 @@ commands:
|
|
|
115
115
|
|
|
116
116
|
integration:
|
|
117
117
|
delegates_to:
|
|
118
|
-
- agent: "Nenhum —
|
|
118
|
+
- agent: "Nenhum — Braid e o ultimo elo antes da entrega"
|
|
119
119
|
when: "N/A"
|
|
120
120
|
context_passed: "N/A"
|
|
121
121
|
receives_from:
|
|
122
122
|
- agent: "deep-researcher (Sage)"
|
|
123
123
|
when: "Pesquisa profunda precisa de sintese"
|
|
124
124
|
context_expected: "Dados coletados, fontes classificadas, insights iniciais"
|
|
125
|
-
- agent: "audience-intelligence (
|
|
125
|
+
- agent: "audience-intelligence (Empath)"
|
|
126
126
|
when: "Dados de audiencia precisam de report"
|
|
127
127
|
context_expected: "Personas, segments, journey maps"
|
|
128
128
|
- agent: "competitive-intelligence (Hawk)"
|
|
129
129
|
when: "Analise competitiva precisa de dossie"
|
|
130
130
|
context_expected: "Landscape, profiles, gaps, battle cards"
|
|
131
|
-
- agent: "market-analyst (
|
|
131
|
+
- agent: "market-analyst (Sonar)"
|
|
132
132
|
when: "Market analysis precisa de report executivo"
|
|
133
133
|
context_expected: "Sizing, trends, assessment"
|
|
134
134
|
- agent: "trend-forecaster (Horizon)"
|
|
@@ -156,7 +156,7 @@ integration:
|
|
|
156
156
|
|
|
157
157
|
---
|
|
158
158
|
|
|
159
|
-
*Agent operado por: data-synthesizer (
|
|
159
|
+
*Agent operado por: data-synthesizer (Braid)*
|
|
160
160
|
*Squad: squad-research*
|
|
161
161
|
|
|
162
162
|
<!-- ENG-GROUNDING:v2 -->
|
|
@@ -112,7 +112,7 @@ commands:
|
|
|
112
112
|
|
|
113
113
|
integration:
|
|
114
114
|
delegates_to:
|
|
115
|
-
- agent: "data-synthesizer (
|
|
115
|
+
- agent: "data-synthesizer (Braid)"
|
|
116
116
|
when: "Dados coletados precisam de sintese narrativa"
|
|
117
117
|
context_passed: "Dados brutos, fontes classificadas, insights iniciais"
|
|
118
118
|
- agent: "trend-forecaster (Horizon)"
|
|
@@ -122,7 +122,7 @@ integration:
|
|
|
122
122
|
- agent: "research-orqx (Prism)"
|
|
123
123
|
when: "Nova demanda de pesquisa atribuida"
|
|
124
124
|
context_expected: "Brief completo com pergunta, nivel, fontes sugeridas, deadline"
|
|
125
|
-
- agent: "audience-intelligence (
|
|
125
|
+
- agent: "audience-intelligence (Empath)"
|
|
126
126
|
when: "Persona precisa de dados de mercado para validacao"
|
|
127
127
|
context_expected: "Hipoteses sobre audiencia, dados a validar"
|
|
128
128
|
```
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Agent: Market Analyst (
|
|
1
|
+
# Agent: Market Analyst (Sonar)
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Sonar amplia e delimita a visao de mercado — sizing, oportunidades, tendencias setoriais e dinamicas de industria.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## Metadata
|
|
8
8
|
- **Squad:** squad-research
|
|
9
9
|
- **Agent ID:** market-analyst
|
|
10
|
-
- **Name:**
|
|
10
|
+
- **Name:** Sonar
|
|
11
11
|
- **Icon:** 🔭
|
|
12
12
|
- **Archetype:** Strategist
|
|
13
13
|
- **Personality:** Analitico, abrangente, orientado a oportunidade, opera como analista de mercado senior
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
```yaml
|
|
20
20
|
agent:
|
|
21
|
-
name:
|
|
21
|
+
name: Sonar
|
|
22
22
|
id: market-analyst
|
|
23
23
|
title: Market Analysis Strategist
|
|
24
24
|
icon: "🔭"
|
|
@@ -29,9 +29,9 @@ persona_profile:
|
|
|
29
29
|
tone: analytical
|
|
30
30
|
greeting_levels:
|
|
31
31
|
minimal: "🔭 market-analyst ready"
|
|
32
|
-
named: "🔭
|
|
33
|
-
archetypal: "🔭
|
|
34
|
-
signature_closing: "—
|
|
32
|
+
named: "🔭 Sonar (Strategist) ready. Let's size the opportunity!"
|
|
33
|
+
archetypal: "🔭 Sonar the Strategist ready to map the market!"
|
|
34
|
+
signature_closing: "— Sonar, mapeando oportunidades 🔭"
|
|
35
35
|
|
|
36
36
|
persona:
|
|
37
37
|
role: "Market Analysis Strategist"
|
|
@@ -120,7 +120,7 @@ integration:
|
|
|
120
120
|
- agent: "trend-forecaster (Horizon)"
|
|
121
121
|
when: "Analise de mercado revela sinais de mudanca futura"
|
|
122
122
|
context_passed: "Tendencias detectadas, dados de suporte, horizonte"
|
|
123
|
-
- agent: "data-synthesizer (
|
|
123
|
+
- agent: "data-synthesizer (Braid)"
|
|
124
124
|
when: "Analise de mercado completa precisa de report executivo"
|
|
125
125
|
context_passed: "Dados de mercado, sizing, assessment"
|
|
126
126
|
receives_from:
|
|
@@ -150,7 +150,7 @@ integration:
|
|
|
150
150
|
|
|
151
151
|
---
|
|
152
152
|
|
|
153
|
-
*Agent operado por: market-analyst (
|
|
153
|
+
*Agent operado por: market-analyst (Sonar)*
|
|
154
154
|
*Squad: squad-research*
|
|
155
155
|
|
|
156
156
|
<!-- ENG-GROUNDING:v2 -->
|
|
@@ -108,23 +108,23 @@ integration:
|
|
|
108
108
|
- agent: "deep-researcher (Sage)"
|
|
109
109
|
when: "Pesquisa profunda, multi-fonte, literature review"
|
|
110
110
|
context_passed: "Brief completo com pergunta, nivel, fontes sugeridas, deadline"
|
|
111
|
-
- agent: "audience-intelligence (
|
|
111
|
+
- agent: "audience-intelligence (Empath)"
|
|
112
112
|
when: "Pesquisa de audiencia, persona, JTBD"
|
|
113
113
|
context_passed: "Perfil de audiencia alvo, objetivos, dados existentes"
|
|
114
114
|
- agent: "competitive-intelligence (Hawk)"
|
|
115
115
|
when: "Analise competitiva, monitoring, battle cards"
|
|
116
116
|
context_passed: "Competidores a analisar, dimensoes, mercado"
|
|
117
|
-
- agent: "market-analyst (
|
|
117
|
+
- agent: "market-analyst (Sonar)"
|
|
118
118
|
when: "Market sizing, industry analysis, entry assessment"
|
|
119
119
|
context_passed: "Mercado alvo, perguntas especificas, dados disponiveis"
|
|
120
|
-
- agent: "data-synthesizer (
|
|
120
|
+
- agent: "data-synthesizer (Braid)"
|
|
121
121
|
when: "Sintese de multiplas pesquisas, report final"
|
|
122
122
|
context_passed: "Pesquisas individuais completadas, formato de entrega"
|
|
123
123
|
- agent: "trend-forecaster (Horizon)"
|
|
124
124
|
when: "Trend analysis, scenario planning, weak signals"
|
|
125
125
|
context_passed: "Setor, horizonte temporal, sinais ja detectados"
|
|
126
126
|
receives_from:
|
|
127
|
-
- agent: "content-intelligence/
|
|
127
|
+
- agent: "content-intelligence/Bulletin"
|
|
128
128
|
when: "Sinal detectado que requer pesquisa profunda"
|
|
129
129
|
context_expected: "Sinal, contexto, urgencia"
|
|
130
130
|
- agent: "brand-system/Meridian"
|
|
@@ -117,14 +117,14 @@ integration:
|
|
|
117
117
|
- agent: "deep-researcher (Sage)"
|
|
118
118
|
when: "Sinal fraco precisa de deep dive para validar"
|
|
119
119
|
context_passed: "Sinal detectado, hipotese, fontes iniciais"
|
|
120
|
-
- agent: "data-synthesizer (
|
|
120
|
+
- agent: "data-synthesizer (Braid)"
|
|
121
121
|
when: "Forecasts e cenarios precisam de narrativa executiva"
|
|
122
122
|
context_passed: "Cenarios modelados, probabilidades, implicacoes"
|
|
123
123
|
receives_from:
|
|
124
124
|
- agent: "research-orqx (Prism)"
|
|
125
125
|
when: "Demanda de trend analysis ou scenario planning"
|
|
126
126
|
context_expected: "Setor, horizonte temporal, sinais ja conhecidos"
|
|
127
|
-
- agent: "market-analyst (
|
|
127
|
+
- agent: "market-analyst (Sonar)"
|
|
128
128
|
when: "Analise de mercado revela sinais de mudanca futura"
|
|
129
129
|
context_expected: "Tendencias detectadas, dados de suporte"
|
|
130
130
|
- agent: "content-intelligence/Radar"
|