sinapse-ai 5.0.8 → 6.0.1
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 +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2154 -2337
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +13 -11
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +18 -18
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- 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/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
> **Versao:** 1.0.0
|
|
4
4
|
> **Criado:** 2026-02-04
|
|
5
|
-
> **Owner:** @
|
|
5
|
+
> **Owner:** @sprint-lead (River - Facilitator)
|
|
6
6
|
> **Status:** Documentacao Oficial
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
## Visao Geral
|
|
11
11
|
|
|
12
|
-
O agente **@
|
|
12
|
+
O agente **@sprint-lead (River)** e o Scrum Master tecnico do SINAPSE, especializado em preparacao de stories e facilitacao de processos ageis. Seu papel principal e criar stories detalhadas e acionaveis que agentes desenvolvedores possam implementar com minima necessidade de pesquisa adicional.
|
|
13
13
|
|
|
14
14
|
**Responsabilidades Principais:**
|
|
15
15
|
- Criacao e refinamento de user stories
|
|
@@ -42,8 +42,8 @@ O agente **@sm (River)** e o Scrum Master tecnico do SINAPSE, especializado em p
|
|
|
42
42
|
|
|
43
43
|
| Arquivo | Proposito |
|
|
44
44
|
|---------|-----------|
|
|
45
|
-
| `.sinapse-ai/development/agents/
|
|
46
|
-
| `.claude/commands/SINAPSE/agents/
|
|
45
|
+
| `.sinapse-ai/development/agents/sprint-lead.md` | Definicao core do agente SM |
|
|
46
|
+
| `.claude/commands/SINAPSE/agents/sprint-lead.md` | Comando Claude Code para ativar @sprint-lead |
|
|
47
47
|
| `.cursor/rules/sm.md` | Regras para Cursor IDE |
|
|
48
48
|
| `.cursor/rules/sm.mdc` | Regras compiladas para Cursor |
|
|
49
49
|
|
|
@@ -60,11 +60,11 @@ O agente **@sm (River)** e o Scrum Master tecnico do SINAPSE, especializado em p
|
|
|
60
60
|
|
|
61
61
|
| Arquivo | Agente | Proposito |
|
|
62
62
|
|---------|--------|-----------|
|
|
63
|
-
| `.sinapse-ai/development/agents/
|
|
64
|
-
| `.sinapse-ai/development/agents/
|
|
65
|
-
| `.sinapse-ai/development/agents/
|
|
63
|
+
| `.sinapse-ai/development/agents/product-lead.md` | @product-lead | Coordena com @sprint-lead em backlog e sprint planning |
|
|
64
|
+
| `.sinapse-ai/development/agents/developer.md` | @developer | Recebe stories do @sprint-lead para implementacao |
|
|
65
|
+
| `.sinapse-ai/development/agents/project-lead.md` | @project-lead | Cria epics que @sprint-lead quebra em stories |
|
|
66
66
|
| `.sinapse-ai/development/agents/devops.md` | @github-devops | Recebe stories completas para push/PR |
|
|
67
|
-
| `.sinapse-ai/development/agents/
|
|
67
|
+
| `.sinapse-ai/development/agents/quality-gate.md` | @quality-gate | Coordena em risk profiling |
|
|
68
68
|
|
|
69
69
|
### Arquivos de Workflows que Utilizam @sm
|
|
70
70
|
|
|
@@ -93,12 +93,12 @@ O agente **@sm (River)** e o Scrum Master tecnico do SINAPSE, especializado em p
|
|
|
93
93
|
```mermaid
|
|
94
94
|
flowchart TB
|
|
95
95
|
subgraph INPUTS["📥 INPUTS"]
|
|
96
|
-
PRD["📄 PRD/Epic<br/>(from @
|
|
97
|
-
BACKLOG["📋 Backlog Priorizado<br/>(from @
|
|
96
|
+
PRD["📄 PRD/Epic<br/>(from @project-lead)"]
|
|
97
|
+
BACKLOG["📋 Backlog Priorizado<br/>(from @product-lead)"]
|
|
98
98
|
ARCH["🏗️ Arquitetura<br/>(docs/architecture/)"]
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
-
subgraph SM_AGENT["🌊 @
|
|
101
|
+
subgraph SM_AGENT["🌊 @sprint-lead (River) - Scrum Master"]
|
|
102
102
|
direction TB
|
|
103
103
|
|
|
104
104
|
subgraph COMMANDS["Comandos Disponiveis"]
|
|
@@ -145,8 +145,8 @@ flowchart TB
|
|
|
145
145
|
CLICKUP --> HANDOFF
|
|
146
146
|
|
|
147
147
|
subgraph COLLABORATION["👥 COLABORACAO"]
|
|
148
|
-
DEV_AGENT["@
|
|
149
|
-
PO_AGENT["@
|
|
148
|
+
DEV_AGENT["@developer (Dex)<br/>Recebe stories"]
|
|
149
|
+
PO_AGENT["@product-lead (Pax)<br/>Valida stories"]
|
|
150
150
|
DEVOPS_AGENT["@github-devops (Gage)<br/>Push/PR apos conclusao"]
|
|
151
151
|
end
|
|
152
152
|
|
|
@@ -199,7 +199,7 @@ flowchart TD
|
|
|
199
199
|
|
|
200
200
|
```mermaid
|
|
201
201
|
flowchart LR
|
|
202
|
-
subgraph SM_SCOPE["🌊 @
|
|
202
|
+
subgraph SM_SCOPE["🌊 @sprint-lead - Escopo Local"]
|
|
203
203
|
CREATE_BRANCH["git checkout -b<br/>feature/X.Y-story-name"]
|
|
204
204
|
LIST_BRANCH["git branch<br/>Listar branches"]
|
|
205
205
|
SWITCH_BRANCH["git checkout<br/>Trocar branch"]
|
|
@@ -242,17 +242,17 @@ flowchart LR
|
|
|
242
242
|
```mermaid
|
|
243
243
|
flowchart TB
|
|
244
244
|
subgraph UPSTREAM["⬆️ UPSTREAM - Fornece para @sm"]
|
|
245
|
-
PM_UP["@
|
|
246
|
-
PO_UP["@
|
|
245
|
+
PM_UP["@project-lead (Morgan)<br/>Cria estrutura de epics"]
|
|
246
|
+
PO_UP["@product-lead (Pax)<br/>Prioriza backlog"]
|
|
247
247
|
ANALYST_UP["@analyst (Sage)<br/>Pesquisa e insights"]
|
|
248
248
|
end
|
|
249
249
|
|
|
250
|
-
SM_CENTRAL["🌊 @
|
|
250
|
+
SM_CENTRAL["🌊 @sprint-lead (River)<br/>Scrum Master"]
|
|
251
251
|
|
|
252
252
|
subgraph DOWNSTREAM["⬇️ DOWNSTREAM - Recebe de @sm"]
|
|
253
|
-
DEV_DOWN["@
|
|
254
|
-
PO_DOWN["@
|
|
255
|
-
QA_DOWN["@
|
|
253
|
+
DEV_DOWN["@developer (Dex)<br/>Implementa stories"]
|
|
254
|
+
PO_DOWN["@product-lead (Pax)<br/>Valida stories"]
|
|
255
|
+
QA_DOWN["@quality-gate (Quinn)<br/>Risk profiling"]
|
|
256
256
|
end
|
|
257
257
|
|
|
258
258
|
subgraph LATERAL["↔️ LATERAL - Coordena com @sm"]
|
|
@@ -279,16 +279,16 @@ flowchart TB
|
|
|
279
279
|
|
|
280
280
|
| Agente | Relacionamento | Acao |
|
|
281
281
|
|--------|----------------|------|
|
|
282
|
-
| **@
|
|
283
|
-
| **@
|
|
284
|
-
| **@
|
|
285
|
-
| **@
|
|
282
|
+
| **@project-lead (Morgan)** | Recebe de | Epic structure, PRD shardado |
|
|
283
|
+
| **@product-lead (Pax)** | Coordena com | Backlog prioritization, sprint planning |
|
|
284
|
+
| **@developer (Dex)** | Entrega para | Stories prontas para implementacao |
|
|
285
|
+
| **@quality-gate (Quinn)** | Solicita | Risk profiling para stories |
|
|
286
286
|
| **@github-devops (Gage)** | Delega para | Push branches, criar PRs |
|
|
287
287
|
| **@analyst (Sage)** | Consulta | Pesquisa e insights tecnicos |
|
|
288
288
|
|
|
289
289
|
### Delegacao para @github-devops
|
|
290
290
|
|
|
291
|
-
O @
|
|
291
|
+
O @sprint-lead gerencia APENAS operacoes locais de Git. Para operacoes remotas, **sempre** delegar para @github-devops:
|
|
292
292
|
|
|
293
293
|
**Operacoes Permitidas para @sm:**
|
|
294
294
|
- `git checkout -b feature/X.Y-story-name` - Criar branch local
|
|
@@ -326,7 +326,7 @@ qaLocation: docs/qa
|
|
|
326
326
|
|
|
327
327
|
# CodeRabbit Integration
|
|
328
328
|
coderabbit_integration:
|
|
329
|
-
enabled: true # Controla se @
|
|
329
|
+
enabled: true # Controla se @sprint-lead popula secao CodeRabbit nas stories
|
|
330
330
|
```
|
|
331
331
|
|
|
332
332
|
### Dependencies do Agente
|
|
@@ -369,7 +369,7 @@ dependencies:
|
|
|
369
369
|
### Colaboracao com Outros Agentes
|
|
370
370
|
|
|
371
371
|
1. **Respeite limites** - Nao implemente codigo, nao crie PRs
|
|
372
|
-
2. **Documente handoffs** - Deixe claro o que @
|
|
372
|
+
2. **Documente handoffs** - Deixe claro o que @developer precisa fazer
|
|
373
373
|
3. **Coordene com @po** - Backlog prioritization antes de criar stories
|
|
374
374
|
4. **Notifique @github-devops** - Quando story estiver pronta para push
|
|
375
375
|
|
|
@@ -444,7 +444,7 @@ dependencies:
|
|
|
444
444
|
## Referencias
|
|
445
445
|
|
|
446
446
|
### Arquivos do Agente
|
|
447
|
-
- [Agent: sm.md](.sinapse-ai/development/agents/
|
|
447
|
+
- [Agent: sm.md](.sinapse-ai/development/agents/sprint-lead.md)
|
|
448
448
|
- [Task: create-next-story.md](.sinapse-ai/development/tasks/create-next-story.md)
|
|
449
449
|
- [Task: execute-checklist.md](.sinapse-ai/development/tasks/execute-checklist.md)
|
|
450
450
|
- [Task: correct-course.md](.sinapse-ai/development/tasks/correct-course.md)
|
|
@@ -471,14 +471,14 @@ dependencies:
|
|
|
471
471
|
|
|
472
472
|
| Aspecto | Detalhes |
|
|
473
473
|
|---------|----------|
|
|
474
|
-
| **Agente** | @
|
|
474
|
+
| **Agente** | @sprint-lead (River) - Scrum Master |
|
|
475
475
|
| **Arquetipo** | Facilitator (Pisces) |
|
|
476
476
|
| **Total de Task Files** | 6 tasks core |
|
|
477
477
|
| **Comandos Disponiveis** | 7 (`*draft`, `*story-checklist`, `*correct-course`, `*help`, `*guide`, `*session-info`, `*exit`) |
|
|
478
478
|
| **Checklists Utilizados** | 4 checklists |
|
|
479
479
|
| **Workflows que Usam @sm** | 7 workflows |
|
|
480
480
|
| **Ferramentas** | git (local), clickup, context7 |
|
|
481
|
-
| **Colabora com** | @
|
|
481
|
+
| **Colabora com** | @project-lead, @product-lead, @developer, @quality-gate, @github-devops, @analyst |
|
|
482
482
|
| **Delega para** | @github-devops (operacoes remotas) |
|
|
483
483
|
| **Responsabilidade Principal** | Criacao de stories detalhadas e acionaveis |
|
|
484
484
|
|
|
@@ -488,7 +488,7 @@ dependencies:
|
|
|
488
488
|
|
|
489
489
|
| Data | Autor | Descricao |
|
|
490
490
|
|------|-------|-----------|
|
|
491
|
-
| 2026-02-04 | @
|
|
491
|
+
| 2026-02-04 | @developer | Documento inicial criado |
|
|
492
492
|
|
|
493
493
|
---
|
|
494
494
|
|
|
@@ -434,12 +434,12 @@ flowchart LR
|
|
|
434
434
|
SC_MIGRATE["*migrate-to-v2"]
|
|
435
435
|
end
|
|
436
436
|
|
|
437
|
-
subgraph DEV["💻 @
|
|
437
|
+
subgraph DEV["💻 @developer (Dex)"]
|
|
438
438
|
DEV_IMPL["Implementa funcionalidade"]
|
|
439
439
|
DEV_CODE["Escreve codigo de squad"]
|
|
440
440
|
end
|
|
441
441
|
|
|
442
|
-
subgraph QA["🔍 @
|
|
442
|
+
subgraph QA["🔍 @quality-gate (Quinn)"]
|
|
443
443
|
QA_REVIEW["Review de codigo"]
|
|
444
444
|
QA_TEST["Testa squad"]
|
|
445
445
|
end
|
|
@@ -453,10 +453,10 @@ flowchart TB
|
|
|
453
453
|
| Pesquisa de usuario, personas | @ux-design-expert |
|
|
454
454
|
| Wireframes e prototipos | @ux-design-expert |
|
|
455
455
|
| Auditoria de design system | @ux-design-expert |
|
|
456
|
-
| Construcao de componentes | @ux-design-expert ou @
|
|
456
|
+
| Construcao de componentes | @ux-design-expert ou @developer |
|
|
457
457
|
| Arquitetura frontend | @architect |
|
|
458
|
-
| Implementacao de codigo | @
|
|
459
|
-
| Review de acessibilidade | @ux-design-expert ou @
|
|
458
|
+
| Implementacao de codigo | @developer |
|
|
459
|
+
| Review de acessibilidade | @ux-design-expert ou @quality-gate |
|
|
460
460
|
| Analise de ROI | @ux-design-expert ou @analyst |
|
|
461
461
|
|
|
462
462
|
### Handoffs Tipicos
|
|
@@ -465,9 +465,9 @@ flowchart TB
|
|
|
465
465
|
|----|------|----------|-----------|
|
|
466
466
|
| @ux-design-expert | @architect | front-end-spec.md | Especificacao para arquitetura |
|
|
467
467
|
| @architect | @ux-design-expert | architecture.md | Constrains tecnicas |
|
|
468
|
-
| @ux-design-expert | @
|
|
469
|
-
| @
|
|
470
|
-
| @
|
|
468
|
+
| @ux-design-expert | @developer | Component specs + tokens | Implementacao |
|
|
469
|
+
| @developer | @ux-design-expert | Feedback de implementacao | Ajustes de design |
|
|
470
|
+
| @quality-gate | @ux-design-expert | A11y report | Remediacoes |
|
|
471
471
|
|
|
472
472
|
---
|
|
473
473
|
|
|
@@ -611,11 +611,11 @@ graph TD
|
|
|
611
611
|
|
|
612
612
|
Workflow completo para projetos UI existentes:
|
|
613
613
|
1. **Analyze** - @architect analisa projeto
|
|
614
|
-
2. **PRD** - @
|
|
614
|
+
2. **PRD** - @project-lead cria PRD
|
|
615
615
|
3. **Spec** - @ux-design-expert cria front-end-spec
|
|
616
616
|
4. **Architecture** - @architect cria arquitetura
|
|
617
|
-
5. **Validate** - @
|
|
618
|
-
6. **Development Cycle** - @
|
|
617
|
+
5. **Validate** - @product-lead valida artefatos
|
|
618
|
+
6. **Development Cycle** - @sprint-lead, @developer, @qa
|
|
619
619
|
|
|
620
620
|
---
|
|
621
621
|
|
|
@@ -817,7 +817,7 @@ flowchart BT
|
|
|
817
817
|
| **Total de Comandos** | 19 comandos + 4 universais |
|
|
818
818
|
| **Fases do Workflow** | 5 (Research, Audit, Tokens, Build, Quality) |
|
|
819
819
|
| **Workflows Relacionados** | 4 (design-system-build-quality, brownfield-ui, brownfield-discovery, greenfield-ui) |
|
|
820
|
-
| **Agentes Colaboradores** | 4 (@architect, @
|
|
820
|
+
| **Agentes Colaboradores** | 4 (@architect, @developer, @quality-gate, @analyst) |
|
|
821
821
|
| **Metodologia Central** | Atomic Design (Brad Frost) |
|
|
822
822
|
| **Nivel de Acessibilidade** | WCAG AA minimo, AAA ideal |
|
|
823
823
|
|
|
@@ -481,7 +481,7 @@ Each agent has specific config requirements defined in `.sinapse-ai/data/agent-c
|
|
|
481
481
|
|
|
482
482
|
| Agent | Config Sections | Files Loaded | Performance Target |
|
|
483
483
|
|-------|----------------|--------------|-------------------|
|
|
484
|
-
| `sinapse-
|
|
484
|
+
| `sinapse-orqx` | dataLocation, registry | sinapse-kb.md (lazy) | <30ms |
|
|
485
485
|
| `dev` | devLoadAlwaysFiles, devStoryLocation, dataLocation | coding-standards.md, tech-stack.md, source-tree.md, technical-preferences.md | <50ms |
|
|
486
486
|
| `qa` | qaLocation, dataLocation, storyBacklog | technical-preferences.md, test-levels-framework.md, test-priorities-matrix.md | <50ms |
|
|
487
487
|
| `devops` | dataLocation, cicdLocation | technical-preferences.md | <50ms |
|
|
@@ -622,7 +622,7 @@ Activation → loadUserProfile() → validateUserProfile() → resolveConfig(L5
|
|
|
622
622
|
| 7 | `.sinapse-ai/core/config/migrate-config.js` | Config | Categorizes `user_profile` as USER_FIELD during migration | Same categorization |
|
|
623
623
|
| 8 | `.sinapse-ai/core/config/schemas/user-config.schema.json` | Schema | `enum: ["bob", "advanced"]` validation | Same validation |
|
|
624
624
|
| 9 | `.sinapse-ai/core/config/templates/user-config.yaml` | Template | Default template value: `bob` | N/A (template default is bob) |
|
|
625
|
-
| 10 | `.sinapse-ai/development/agents/
|
|
625
|
+
| 10 | `.sinapse-ai/development/agents/project-lead.md` | Agent | PM becomes sole orchestrator; bob mode session detection; orchestrates other agents internally | PM operates as normal PM with standard workflow |
|
|
626
626
|
| 11 | `packages/installer/src/wizard/questions.js` | Install | Presents bob/advanced choice during setup | Same prompt |
|
|
627
627
|
| 12 | `packages/installer/src/wizard/index.js` | Install | Writes `user_profile: bob`; idempotent on re-install | Writes `user_profile: advanced` |
|
|
628
628
|
| 13 | `packages/installer/src/wizard/i18n.js` | Install | Translated "Assisted Mode" text (en/pt/es) | Translated "Advanced Mode" text |
|
|
@@ -634,24 +634,24 @@ Activation → loadUserProfile() → validateUserProfile() → resolveConfig(L5
|
|
|
634
634
|
|
|
635
635
|
### 13.3 Impact Matrix: Agent Command Visibility
|
|
636
636
|
|
|
637
|
-
In `bob` mode, non-PM agents return **empty command lists** (redirect to @
|
|
637
|
+
In `bob` mode, non-PM agents return **empty command lists** (redirect to @project-lead shown instead). PM agent shows all commands normally.
|
|
638
638
|
|
|
639
639
|
| Agent | `key` Commands Count | Bob Mode Result | Advanced Mode (`new` session) |
|
|
640
640
|
|-------|---------------------|-----------------|-------------------------------|
|
|
641
641
|
| `@pm` | 4 (`help`, `status`, `run`, `exit`) | All commands shown (PM is primary interface) | Full visibility commands |
|
|
642
|
-
| `@dev` | 4 (`help`, `apply-qa-fixes`, `run-tests`, `exit`) | Empty (redirect to @
|
|
643
|
-
| `@qa` | 0 (no visibility metadata) | Empty (redirect to @
|
|
644
|
-
| `@architect` | 3 (`help`, `create-doc`, `exit`) | Empty (redirect to @
|
|
645
|
-
| `@po` | 4 (`help`, `validate`, `gotcha`, `gotchas`) | Empty (redirect to @
|
|
646
|
-
| `@sm` | 2 (`help`, `draft`) | Empty (redirect to @
|
|
647
|
-
| `@analyst` | 2 (`help`, `exit`) | Empty (redirect to @
|
|
648
|
-
| `@data-engineer` | 0 (no visibility metadata) | Empty (redirect to @
|
|
649
|
-
| `@devops` | 0 (no visibility metadata) | Empty (redirect to @
|
|
650
|
-
| `@ux-design-expert` | 0 (no visibility metadata) | Empty (redirect to @
|
|
651
|
-
| `@squad-creator` | 7 (most have `key`) | Empty (redirect to @
|
|
652
|
-
| `@sinapse-
|
|
653
|
-
|
|
654
|
-
**Note:** Agents with 0 `key` commands (`qa`, `data-engineer`, `devops`, `ux-design-expert`, `sinapse-
|
|
642
|
+
| `@dev` | 4 (`help`, `apply-qa-fixes`, `run-tests`, `exit`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
643
|
+
| `@qa` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
644
|
+
| `@architect` | 3 (`help`, `create-doc`, `exit`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
645
|
+
| `@po` | 4 (`help`, `validate`, `gotcha`, `gotchas`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
646
|
+
| `@sm` | 2 (`help`, `draft`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
647
|
+
| `@analyst` | 2 (`help`, `exit`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
648
|
+
| `@data-engineer` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
649
|
+
| `@devops` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
650
|
+
| `@ux-design-expert` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
651
|
+
| `@squad-creator` | 7 (most have `key`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
652
|
+
| `@sinapse-orqx` | 0 (uses string visibility) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
653
|
+
|
|
654
|
+
**Note:** Agents with 0 `key` commands (`qa`, `data-engineer`, `devops`, `ux-design-expert`, `sinapse-orqx`) lack `visibility` array metadata on their commands. In `advanced` mode `workflow` sessions, they fall back to showing first 12 commands. This is a known gap tracked for future improvement.
|
|
655
655
|
|
|
656
656
|
### 13.4 Validation Pipeline Integration
|
|
657
657
|
|
|
@@ -481,7 +481,7 @@ Each agent has specific config requirements defined in `.sinapse-ai/data/agent-c
|
|
|
481
481
|
|
|
482
482
|
| Agent | Config Sections | Files Loaded | Performance Target |
|
|
483
483
|
|-------|----------------|--------------|-------------------|
|
|
484
|
-
| `sinapse-
|
|
484
|
+
| `sinapse-orqx` | dataLocation, registry | sinapse-kb.md (lazy) | <30ms |
|
|
485
485
|
| `dev` | devLoadAlwaysFiles, devStoryLocation, dataLocation | coding-standards.md, tech-stack.md, source-tree.md, technical-preferences.md | <50ms |
|
|
486
486
|
| `qa` | qaLocation, dataLocation, storyBacklog | technical-preferences.md, test-levels-framework.md, test-priorities-matrix.md | <50ms |
|
|
487
487
|
| `devops` | dataLocation, cicdLocation | technical-preferences.md | <50ms |
|
|
@@ -622,7 +622,7 @@ Activation → loadUserProfile() → validateUserProfile() → resolveConfig(L5
|
|
|
622
622
|
| 7 | `.sinapse-ai/core/config/migrate-config.js` | Config | Categorizes `user_profile` as USER_FIELD during migration | Same categorization |
|
|
623
623
|
| 8 | `.sinapse-ai/core/config/schemas/user-config.schema.json` | Schema | `enum: ["bob", "advanced"]` validation | Same validation |
|
|
624
624
|
| 9 | `.sinapse-ai/core/config/templates/user-config.yaml` | Template | Default template value: `bob` | N/A (template default is bob) |
|
|
625
|
-
| 10 | `.sinapse-ai/development/agents/
|
|
625
|
+
| 10 | `.sinapse-ai/development/agents/project-lead.md` | Agent | PM becomes sole orchestrator; bob mode session detection; orchestrates other agents internally | PM operates as normal PM with standard workflow |
|
|
626
626
|
| 11 | `packages/installer/src/wizard/questions.js` | Install | Presents bob/advanced choice during setup | Same prompt |
|
|
627
627
|
| 12 | `packages/installer/src/wizard/index.js` | Install | Writes `user_profile: bob`; idempotent on re-install | Writes `user_profile: advanced` |
|
|
628
628
|
| 13 | `packages/installer/src/wizard/i18n.js` | Install | Translated "Assisted Mode" text (en/pt/es) | Translated "Advanced Mode" text |
|
|
@@ -634,24 +634,24 @@ Activation → loadUserProfile() → validateUserProfile() → resolveConfig(L5
|
|
|
634
634
|
|
|
635
635
|
### 13.3 Impact Matrix: Agent Command Visibility
|
|
636
636
|
|
|
637
|
-
In `bob` mode, non-PM agents return **empty command lists** (redirect to @
|
|
637
|
+
In `bob` mode, non-PM agents return **empty command lists** (redirect to @project-lead shown instead). PM agent shows all commands normally.
|
|
638
638
|
|
|
639
639
|
| Agent | `key` Commands Count | Bob Mode Result | Advanced Mode (`new` session) |
|
|
640
640
|
|-------|---------------------|-----------------|-------------------------------|
|
|
641
641
|
| `@pm` | 4 (`help`, `status`, `run`, `exit`) | All commands shown (PM is primary interface) | Full visibility commands |
|
|
642
|
-
| `@dev` | 4 (`help`, `apply-qa-fixes`, `run-tests`, `exit`) | Empty (redirect to @
|
|
643
|
-
| `@qa` | 0 (no visibility metadata) | Empty (redirect to @
|
|
644
|
-
| `@architect` | 3 (`help`, `create-doc`, `exit`) | Empty (redirect to @
|
|
645
|
-
| `@po` | 4 (`help`, `validate`, `gotcha`, `gotchas`) | Empty (redirect to @
|
|
646
|
-
| `@sm` | 2 (`help`, `draft`) | Empty (redirect to @
|
|
647
|
-
| `@analyst` | 2 (`help`, `exit`) | Empty (redirect to @
|
|
648
|
-
| `@data-engineer` | 0 (no visibility metadata) | Empty (redirect to @
|
|
649
|
-
| `@devops` | 0 (no visibility metadata) | Empty (redirect to @
|
|
650
|
-
| `@ux-design-expert` | 0 (no visibility metadata) | Empty (redirect to @
|
|
651
|
-
| `@squad-creator` | 7 (most have `key`) | Empty (redirect to @
|
|
652
|
-
| `@sinapse-
|
|
653
|
-
|
|
654
|
-
**Note:** Agents with 0 `key` commands (`qa`, `data-engineer`, `devops`, `ux-design-expert`, `sinapse-
|
|
642
|
+
| `@dev` | 4 (`help`, `apply-qa-fixes`, `run-tests`, `exit`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
643
|
+
| `@qa` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
644
|
+
| `@architect` | 3 (`help`, `create-doc`, `exit`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
645
|
+
| `@po` | 4 (`help`, `validate`, `gotcha`, `gotchas`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
646
|
+
| `@sm` | 2 (`help`, `draft`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
647
|
+
| `@analyst` | 2 (`help`, `exit`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
648
|
+
| `@data-engineer` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
649
|
+
| `@devops` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
650
|
+
| `@ux-design-expert` | 0 (no visibility metadata) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
651
|
+
| `@squad-creator` | 7 (most have `key`) | Empty (redirect to @project-lead) | Full visibility commands |
|
|
652
|
+
| `@sinapse-orqx` | 0 (uses string visibility) | Empty (redirect to @project-lead) | Fallback: first 12 commands |
|
|
653
|
+
|
|
654
|
+
**Note:** Agents with 0 `key` commands (`qa`, `data-engineer`, `devops`, `ux-design-expert`, `sinapse-orqx`) lack `visibility` array metadata on their commands. In `advanced` mode `workflow` sessions, they fall back to showing first 12 commands. This is a known gap tracked for future improvement.
|
|
655
655
|
|
|
656
656
|
### 13.4 Validation Pipeline Integration
|
|
657
657
|
|
|
@@ -21,15 +21,15 @@ This directory contains comprehensive runtime execution trace documentation for
|
|
|
21
21
|
| Agent | Persona | Commands | Activation Path | Trace Document |
|
|
22
22
|
|-------|---------|----------|-----------------|----------------|
|
|
23
23
|
| @architect | Aria (Visionary) | 21 | Direct | [architect-execution-trace.md](./architect-execution-trace.md) |
|
|
24
|
-
| @
|
|
25
|
-
| @
|
|
26
|
-
| @sinapse-
|
|
24
|
+
| @developer | Dex (Builder) | 36 | Direct | [dev-execution-trace.md](./dev-execution-trace.md) |
|
|
25
|
+
| @quality-gate | Quinn (Guardian) | 25 | Direct | [qa-execution-trace.md](./qa-execution-trace.md) |
|
|
26
|
+
| @sinapse-orqx | Nova (Orchestrator) | 33 | Direct | [sinapse-orqx-execution-trace.md](./sinapse-orqx-execution-trace.md) |
|
|
27
27
|
| @devops | Gage (Pipeline) | 30 | CLI Wrapper | [devops-execution-trace.md](./devops-execution-trace.md) |
|
|
28
28
|
| @data-engineer | Dara (Architect) | 27 | CLI Wrapper | [data-engineer-execution-trace.md](./data-engineer-execution-trace.md) |
|
|
29
29
|
| @ux-design-expert | Uma (Harmonizer) | 24 | CLI Wrapper | [ux-design-expert-execution-trace.md](./ux-design-expert-execution-trace.md) |
|
|
30
|
-
| @
|
|
31
|
-
| @
|
|
32
|
-
| @
|
|
30
|
+
| @product-lead | Pax (Balancer) | 17 | Direct | [po-execution-trace.md](./po-execution-trace.md) |
|
|
31
|
+
| @project-lead | Morgan (Strategist) | 13 | Direct | [pm-execution-trace.md](./pm-execution-trace.md) |
|
|
32
|
+
| @sprint-lead | River (Flow) | 6 | Direct | [sm-execution-trace.md](./sm-execution-trace.md) |
|
|
33
33
|
| @analyst | Alex (Explorer) | 14 | Direct | [analyst-execution-trace.md](./analyst-execution-trace.md) |
|
|
34
34
|
| @squad-creator | Forge (Creator) | 13 | Direct | [squad-creation-execution-trace.md](./squad-creation-execution-trace.md) |
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ graph LR
|
|
|
43
43
|
A1[@architect] --> GB[GreetingBuilder.buildGreeting]
|
|
44
44
|
A2[@dev] --> GB
|
|
45
45
|
A3[@qa] --> GB
|
|
46
|
-
A4[@sinapse-
|
|
46
|
+
A4[@sinapse-orqx] --> GB
|
|
47
47
|
A5[@po] --> GB
|
|
48
48
|
A6[@pm] --> GB
|
|
49
49
|
A7[@sm] --> GB
|
|
@@ -71,7 +71,7 @@ graph LR
|
|
|
71
71
|
```mermaid
|
|
72
72
|
graph TD
|
|
73
73
|
subgraph "Orchestration Layer"
|
|
74
|
-
MASTER[@sinapse-
|
|
74
|
+
MASTER[@sinapse-orqx<br/>Nova]
|
|
75
75
|
end
|
|
76
76
|
|
|
77
77
|
subgraph "Management Layer"
|
|
@@ -135,15 +135,15 @@ graph TD
|
|
|
135
135
|
|
|
136
136
|
| Agent | Priority | Config Sections | Files Loaded | Perf Target |
|
|
137
137
|
|-------|----------|-----------------|--------------|-------------|
|
|
138
|
-
| @sinapse-
|
|
139
|
-
| @
|
|
140
|
-
| @
|
|
138
|
+
| @sinapse-orqx | Critical | dataLocation, registry | sinapse-kb.md (lazy) | <30ms |
|
|
139
|
+
| @developer | High | devLoadAlwaysFiles, devStoryLocation, dataLocation | coding-standards.md, tech-stack.md, source-tree.md, technical-preferences.md | <50ms |
|
|
140
|
+
| @quality-gate | High | qaLocation, dataLocation, storyBacklog | technical-preferences.md, test-levels-framework.md, test-priorities-matrix.md | <50ms |
|
|
141
141
|
| @devops | High | dataLocation, cicdLocation | technical-preferences.md | <50ms |
|
|
142
142
|
| @architect | Medium | architecture, dataLocation, templatesLocation | technical-preferences.md | <75ms |
|
|
143
|
-
| @
|
|
144
|
-
| @
|
|
143
|
+
| @product-lead | Medium | devStoryLocation, prd, storyBacklog, templatesLocation | elicitation-methods.md | <75ms |
|
|
144
|
+
| @sprint-lead | Medium | devStoryLocation, storyBacklog, dataLocation | mode-selection-best-practices.md, workflow-patterns.yaml | <75ms |
|
|
145
145
|
| @data-engineer | Medium | dataLocation, etlLocation | technical-preferences.md | <75ms |
|
|
146
|
-
| @
|
|
146
|
+
| @project-lead | Low | devStoryLocation, storyBacklog | (none) | <100ms |
|
|
147
147
|
| @analyst | Low | dataLocation, analyticsLocation | brainstorming-techniques.md | <100ms |
|
|
148
148
|
| @ux-design-expert | Low | dataLocation, uxLocation | (none) | <100ms |
|
|
149
149
|
| @squad-creator | Default | dataLocation | (none) | <150ms |
|
|
@@ -219,12 +219,12 @@ Multiple agents reference dependencies using `development/{templates,checklists}
|
|
|
219
219
|
|
|
220
220
|
| Agent | Affected Dependencies |
|
|
221
221
|
|-------|-----------------------|
|
|
222
|
-
| @
|
|
222
|
+
| @quality-gate | Templates in `product/templates/` |
|
|
223
223
|
| @devops | github-actions-ci.yml, github-actions-cd.yml, github-pr-template.md, changelog-template.md, pre-push-checklist.md, release-checklist.md |
|
|
224
224
|
| @ux-design-expert | 9 templates, 4 checklists, 7 data files all in `product/` |
|
|
225
|
-
| @
|
|
226
|
-
| @
|
|
227
|
-
| @
|
|
225
|
+
| @product-lead | story-tmpl.yaml, po-master-checklist.md, change-checklist.md |
|
|
226
|
+
| @project-lead | prd-tmpl.yaml, brownfield-prd-tmpl.yaml, pm-checklist.md, change-checklist.md |
|
|
227
|
+
| @sprint-lead | story-draft-checklist.md in `product/checklists/` |
|
|
228
228
|
| @analyst | 4 templates in `product/templates/` |
|
|
229
229
|
|
|
230
230
|
**Resolution:** The `AgentConfigLoader` resolves dependencies by searching multiple paths: `development/`, `product/`, and root `.sinapse-ai/` directories. The path mismatch does not cause runtime failures but is documented for accuracy.
|
|
@@ -235,8 +235,8 @@ Each trace documents files referenced but not found on disk:
|
|
|
235
235
|
|
|
236
236
|
| Agent | Missing File | Impact |
|
|
237
237
|
|-------|--------------|--------|
|
|
238
|
-
| @
|
|
239
|
-
| @sinapse-
|
|
238
|
+
| @developer | 9 scripts (recovery-tracker.js, stuck-detector.js, etc.), 1 checklist | Non-functional commands |
|
|
239
|
+
| @sinapse-orqx | add-tech-doc.md | `*add-tech-doc` command non-functional |
|
|
240
240
|
| @ux-design-expert | integrate-Squad.md | Only `integrate-squad.md` exists |
|
|
241
241
|
| @devops | gitignore-manager, version-tracker | Referenced tools not found |
|
|
242
242
|
|
|
@@ -476,16 +476,16 @@ graph TD
|
|
|
476
476
|
|
|
477
477
|
| Interaction | Direction | Trigger |
|
|
478
478
|
|-------------|-----------|---------|
|
|
479
|
-
| @
|
|
479
|
+
| @project-lead -> @analyst | Delegates | Market research, competitive analysis, feasibility studies |
|
|
480
480
|
| @architect -> @analyst | Delegates | Technical research, dependency analysis |
|
|
481
|
-
| @
|
|
482
|
-
| @analyst -> @
|
|
483
|
-
| @analyst -> @
|
|
481
|
+
| @product-lead -> @analyst | Delegates | Market insights, user research, competitive intelligence |
|
|
482
|
+
| @analyst -> @project-lead | Handoff | Research findings for PRD creation |
|
|
483
|
+
| @analyst -> @product-lead | Handoff | Market insights for story prioritization |
|
|
484
484
|
| @analyst -> @devops | Delegate | Git push operations, PR creation |
|
|
485
485
|
|
|
486
486
|
### Delegation Rules (from agent definition)
|
|
487
487
|
|
|
488
|
-
**Receives from @
|
|
488
|
+
**Receives from @project-lead when:**
|
|
489
489
|
- Market research required for PRD creation
|
|
490
490
|
- Competitive landscape analysis needed
|
|
491
491
|
- Feasibility studies for new features
|
|
@@ -496,7 +496,7 @@ graph TD
|
|
|
496
496
|
- Library/framework evaluation required
|
|
497
497
|
- Technology comparison analysis
|
|
498
498
|
|
|
499
|
-
**Receives from @
|
|
499
|
+
**Receives from @product-lead when:**
|
|
500
500
|
- Market insights needed for epic/story prioritization
|
|
501
501
|
- User research for feature validation
|
|
502
502
|
- Competitive analysis for backlog grooming
|
|
@@ -528,10 +528,10 @@ graph TD
|
|
|
528
528
|
|-------------|-----------|---------|
|
|
529
529
|
| @architect -> @data-engineer | Delegate | Database schema design, query optimization |
|
|
530
530
|
| @architect -> @ux-design-expert | Collaborate | Frontend architecture, user flows |
|
|
531
|
-
| @
|
|
531
|
+
| @project-lead -> @architect | Receives | Requirements and strategic direction |
|
|
532
532
|
| @architect -> @devops | Delegate | Git push operations, PR creation |
|
|
533
|
-
| @architect -> @
|
|
534
|
-
| @
|
|
533
|
+
| @architect -> @developer | Handoff | Architecture documents for implementation |
|
|
534
|
+
| @quality-gate -> @architect | Validate | Architecture checklists (execute-checklist) |
|
|
535
535
|
|
|
536
536
|
### Delegation Rules (from agent definition)
|
|
537
537
|
|
|
@@ -963,11 +963,11 @@ graph TD
|
|
|
963
963
|
| Interaction | Direction | Trigger |
|
|
964
964
|
|-------------|-----------|---------|
|
|
965
965
|
| @architect -> @data-engineer | Receives | Database schema design, query optimization, RLS policies |
|
|
966
|
-
| @data-engineer -> @
|
|
967
|
-
| @
|
|
966
|
+
| @data-engineer -> @developer | Handoff | Migrations, schema definitions, database access patterns |
|
|
967
|
+
| @developer -> @data-engineer | Feedback | Data layer issues, query performance problems |
|
|
968
968
|
| @data-engineer -> @devops | Delegate | Git push operations, PR creation for migration files |
|
|
969
|
-
| @
|
|
970
|
-
| @
|
|
969
|
+
| @quality-gate -> @data-engineer | Validate | Database checklists (execute-checklist) |
|
|
970
|
+
| @project-lead -> @data-engineer | Receives | Data requirements from stories |
|
|
971
971
|
|
|
972
972
|
### Delegation Rules (from agent definition)
|
|
973
973
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @developer (Dex) - Execution Trace
|
|
2
2
|
|
|
3
3
|
> Traced from source code, not documentation.
|
|
4
|
-
> Agent definition: `.sinapse-ai/development/agents/
|
|
4
|
+
> Agent definition: `.sinapse-ai/development/agents/developer.md`
|
|
5
5
|
|
|
6
6
|
## 1. Activation Trace
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
| Order | File | Loader | Purpose |
|
|
11
11
|
|-------|------|--------|---------|
|
|
12
|
-
| 1 | `.sinapse-ai/development/agents/
|
|
12
|
+
| 1 | `.sinapse-ai/development/agents/developer.md` | AgentConfigLoader.loadAgentDefinition() | Agent definition (YAML block) |
|
|
13
13
|
| 2 | `.sinapse-ai/core-config.yaml` | GreetingBuilder._loadConfig() | Core configuration + devLoadAlwaysFiles list |
|
|
14
14
|
| 3 | `.sinapse-ai/data/agent-config-requirements.yaml` | AgentConfigLoader.loadRequirements() | Config sections: devLoadAlwaysFiles, devStoryLocation, dataLocation |
|
|
15
15
|
| 4 | `.sinapse-ai/data/workflow-patterns.yaml` | WorkflowNavigator._loadPatterns() | Workflow state detection |
|
|
@@ -365,7 +365,7 @@ flowchart TD
|
|
|
365
365
|
| File | Type | Status |
|
|
366
366
|
|------|------|--------|
|
|
367
367
|
| `qa-fix-issues.md` | Task | EXISTS |
|
|
368
|
-
| `QA_FIX_REQUEST.md` | Input | Dynamic (from @
|
|
368
|
+
| `QA_FIX_REQUEST.md` | Input | Dynamic (from @quality-gate) |
|
|
369
369
|
|
|
370
370
|
**Execution flow:**
|
|
371
371
|
|
|
@@ -444,7 +444,7 @@ flowchart TD
|
|
|
444
444
|
|
|
445
445
|
| Command | Task File | Behavior |
|
|
446
446
|
|---------|-----------|----------|
|
|
447
|
-
| `*apply-qa-fixes` | apply-qa-fixes.md | Apply QA feedback from @
|
|
447
|
+
| `*apply-qa-fixes` | apply-qa-fixes.md | Apply QA feedback from @quality-gate review |
|
|
448
448
|
| `*run-tests` | (built-in) | Execute `npm run lint` + `npm test` |
|
|
449
449
|
| `*backlog-debt` | po-manage-story-backlog.md | Elicit debt details, register in backlog |
|
|
450
450
|
|
|
@@ -620,20 +620,20 @@ graph TD
|
|
|
620
620
|
|
|
621
621
|
| Interaction | Direction | Trigger |
|
|
622
622
|
|-------------|-----------|---------|
|
|
623
|
-
| @
|
|
624
|
-
| @
|
|
625
|
-
| @
|
|
626
|
-
| @
|
|
627
|
-
| @
|
|
623
|
+
| @sprint-lead -> @developer | Receives | Story assignment for implementation |
|
|
624
|
+
| @developer -> @quality-gate | Handoff | Story "Ready for Review" triggers QA review |
|
|
625
|
+
| @quality-gate -> @developer | Receives | QA feedback via `*apply-qa-fixes` or `QA_FIX_REQUEST.md` |
|
|
626
|
+
| @developer -> @github-devops | Delegate | Git push, PR creation, remote operations |
|
|
627
|
+
| @project-lead -> @developer | Receives | Requirements and strategic direction via stories |
|
|
628
628
|
|
|
629
629
|
### Delegation Rules (from agent definition)
|
|
630
630
|
|
|
631
|
-
**Collaborates with @
|
|
631
|
+
**Collaborates with @quality-gate when:**
|
|
632
632
|
- Code review feedback received via `*apply-qa-fixes`
|
|
633
633
|
- QA fix requests arrive via `QA_FIX_REQUEST.md`
|
|
634
634
|
- Quality validation during story completion
|
|
635
635
|
|
|
636
|
-
**Collaborates with @
|
|
636
|
+
**Collaborates with @sprint-lead when:**
|
|
637
637
|
- Receiving story assignments
|
|
638
638
|
- Reporting story completion
|
|
639
639
|
|
|
@@ -700,21 +700,21 @@ graph TD
|
|
|
700
700
|
|
|
701
701
|
| Interaction | Direction | Trigger |
|
|
702
702
|
|-------------|-----------|---------|
|
|
703
|
-
| @
|
|
704
|
-
| @
|
|
703
|
+
| @developer -> @devops | Delegate | Git push and PR creation after story completion |
|
|
704
|
+
| @sprint-lead -> @devops | Delegate | Push operations during sprint workflow |
|
|
705
705
|
| @architect -> @devops | Delegate | Repository operations, PR creation |
|
|
706
|
-
| @devops -> @
|
|
707
|
-
| @devops -> @
|
|
706
|
+
| @devops -> @developer | Redirect | Code development tasks (not in scope) |
|
|
707
|
+
| @devops -> @sprint-lead | Redirect | Story management tasks (not in scope) |
|
|
708
708
|
| @devops -> @architect | Redirect | Architecture design tasks (not in scope) |
|
|
709
709
|
|
|
710
710
|
### Delegation Rules (from agent definition)
|
|
711
711
|
|
|
712
|
-
**Receives delegation from @
|
|
712
|
+
**Receives delegation from @developer (Dex) when:**
|
|
713
713
|
- Story implementation is complete and needs pushing
|
|
714
714
|
- Pull request creation is required
|
|
715
715
|
- Release tagging is needed after merge
|
|
716
716
|
|
|
717
|
-
**Receives delegation from @
|
|
717
|
+
**Receives delegation from @sprint-lead (River) when:**
|
|
718
718
|
- Sprint push workflow is triggered
|
|
719
719
|
- Coordinated multi-story push is needed
|
|
720
720
|
|