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
|
@@ -72,7 +72,7 @@ flowchart TD
|
|
|
72
72
|
end
|
|
73
73
|
|
|
74
74
|
subgraph REVIEW["Fase 1: QA Review"]
|
|
75
|
-
R1["@
|
|
75
|
+
R1["@quality-gate executa qa-review-story.md"]
|
|
76
76
|
R2["Gera gate-file.yaml"]
|
|
77
77
|
R3["Retorna verdict + issuesFound"]
|
|
78
78
|
end
|
|
@@ -85,13 +85,13 @@ flowchart TD
|
|
|
85
85
|
end
|
|
86
86
|
|
|
87
87
|
subgraph FIX_REQ["Fase 3: Criar Fix Request"]
|
|
88
|
-
F1["@
|
|
88
|
+
F1["@quality-gate executa qa-create-fix-request.md"]
|
|
89
89
|
F2["Gera fix-request.md"]
|
|
90
90
|
F3["Prioriza issues"]
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
subgraph FIX["Fase 4: Aplicar Fixes"]
|
|
94
|
-
X1["@
|
|
94
|
+
X1["@developer executa dev-apply-qa-fixes.md"]
|
|
95
95
|
X2["Aplica correcoes"]
|
|
96
96
|
X3["Valida com testes"]
|
|
97
97
|
X4["Gera fixes-applied.json"]
|
|
@@ -180,8 +180,8 @@ stateDiagram-v2
|
|
|
180
180
|
sequenceDiagram
|
|
181
181
|
participant U as Usuario
|
|
182
182
|
participant S as System
|
|
183
|
-
participant QA as @
|
|
184
|
-
participant DEV as @
|
|
183
|
+
participant QA as @quality-gate (Quinn)
|
|
184
|
+
participant DEV as @developer (Dex)
|
|
185
185
|
|
|
186
186
|
U->>S: *qa-loop STORY-42
|
|
187
187
|
S->>S: Inicializar loop-status.json
|
|
@@ -392,7 +392,7 @@ flowchart TD
|
|
|
392
392
|
|
|
393
393
|
## Agentes Participantes
|
|
394
394
|
|
|
395
|
-
### @
|
|
395
|
+
### @quality-gate - Quinn (Test Architect)
|
|
396
396
|
|
|
397
397
|
```yaml
|
|
398
398
|
Nome: Quinn
|
|
@@ -437,7 +437,7 @@ self_healing:
|
|
|
437
437
|
|
|
438
438
|
---
|
|
439
439
|
|
|
440
|
-
### @
|
|
440
|
+
### @developer - Dex (Full Stack Developer)
|
|
441
441
|
|
|
442
442
|
```yaml
|
|
443
443
|
Nome: Dex
|
|
@@ -538,7 +538,7 @@ flowchart TD
|
|
|
538
538
|
|
|
539
539
|
**Localizacao:** `.sinapse-ai/development/tasks/qa-create-fix-request.md`
|
|
540
540
|
|
|
541
|
-
**Proposito:** Gerar documento estruturado `QA_FIX_REQUEST.md` para @
|
|
541
|
+
**Proposito:** Gerar documento estruturado `QA_FIX_REQUEST.md` para @developer baseado nos findings de QA.
|
|
542
542
|
|
|
543
543
|
**Workflow:**
|
|
544
544
|
|
|
@@ -769,7 +769,7 @@ flowchart TD
|
|
|
769
769
|
|---------|-------|------|
|
|
770
770
|
| `max_iterations_reached` | Loop atingiu max sem APPROVE | Escalar com contexto completo |
|
|
771
771
|
| `verdict_blocked` | QA retornou BLOCKED | Escalar imediatamente |
|
|
772
|
-
| `fix_failure` | @
|
|
772
|
+
| `fix_failure` | @developer nao conseguiu aplicar fixes apos retries | Escalar com log de erros |
|
|
773
773
|
| `manual_escalate` | Usuario executou `*escalate-qa-loop` | Escalar sob demanda |
|
|
774
774
|
|
|
775
775
|
---
|
|
@@ -993,7 +993,7 @@ ls -la qa/gates/
|
|
|
993
993
|
### Problema: Fix Nao Aplicado
|
|
994
994
|
|
|
995
995
|
**Sintomas:**
|
|
996
|
-
- @
|
|
996
|
+
- @developer reporta sucesso mas issues persistem
|
|
997
997
|
- Re-review encontra mesmos problemas
|
|
998
998
|
|
|
999
999
|
**Diagnostico:**
|
|
@@ -1007,7 +1007,7 @@ cat qa/fixes-applied.json
|
|
|
1007
1007
|
|
|
1008
1008
|
**Solucao:**
|
|
1009
1009
|
1. Revisar manualmente o fix-request.md
|
|
1010
|
-
2. Verificar se @
|
|
1010
|
+
2. Verificar se @developer atualizou os arquivos corretos
|
|
1011
1011
|
3. Rodar testes localmente antes de re-review
|
|
1012
1012
|
|
|
1013
1013
|
---
|
|
@@ -1079,8 +1079,8 @@ mv qa/loop-status.json qa/loop-status.json.bak
|
|
|
1079
1079
|
| QA Review Task | `.sinapse-ai/development/tasks/qa-review-story.md` |
|
|
1080
1080
|
| Create Fix Request Task | `.sinapse-ai/development/tasks/qa-create-fix-request.md` |
|
|
1081
1081
|
| Apply QA Fixes Task | `.sinapse-ai/development/tasks/dev-apply-qa-fixes.md` |
|
|
1082
|
-
| QA Agent | `.sinapse-ai/development/agents/
|
|
1083
|
-
| Dev Agent | `.sinapse-ai/development/agents/
|
|
1082
|
+
| QA Agent | `.sinapse-ai/development/agents/quality-gate.md` |
|
|
1083
|
+
| Dev Agent | `.sinapse-ai/development/agents/developer.md` |
|
|
1084
1084
|
|
|
1085
1085
|
### Documentacao Relacionada
|
|
1086
1086
|
|
|
@@ -30,7 +30,7 @@ This document is the result of a comprehensive cross-reference analysis of every
|
|
|
30
30
|
|
|
31
31
|
| Finding | Severity | Details |
|
|
32
32
|
|---------|----------|---------|
|
|
33
|
-
| **@
|
|
33
|
+
| **@quality-gate agent has 9 broken task references** | CRITICAL | Task dependency names in `agents/quality-gate.md` don't match actual filenames (missing `qa-` prefix) |
|
|
34
34
|
| **3 duplicate task file pairs** | MEDIUM | `create-next-story`/`sm-create-next-story`, `apply-qa-fixes`/`dev-apply-qa-fixes`, `validate-next-story`/`dev-validate-next-story` |
|
|
35
35
|
| **3 elicitation file duplicates** | MEDIUM | Identical files in `core/elicitation/` and `elicitation/` |
|
|
36
36
|
| **3 phantom/missing core modules** | MEDIUM | `memory-query.js`, `session-memory.js`, `security-checker` referenced but don't exist (try/catch guarded) |
|
|
@@ -45,7 +45,7 @@ This document is the result of a comprehensive cross-reference analysis of every
|
|
|
45
45
|
| Domain | Score | Notes |
|
|
46
46
|
|--------|-------|-------|
|
|
47
47
|
| Workflows (12) | **95%** | All workflows well-structured with clear agent assignments |
|
|
48
|
-
| Tasks (191) | **90%** | 36 in workflows + 155 on-demand. @
|
|
48
|
+
| Tasks (191) | **90%** | 36 in workflows + 155 on-demand. @quality-gate refs broken. |
|
|
49
49
|
| Templates (92) | **92%** | 7 SQL orphans, 27 weak refs (most are runtime-loaded) |
|
|
50
50
|
| Checklists (16) | **100%** | All connected to consuming agents/tasks |
|
|
51
51
|
| Scripts (37) | **86%** | 5 dead migration scripts, all others active |
|
|
@@ -97,14 +97,14 @@ This document is the result of a comprehensive cross-reference analysis of every
|
|
|
97
97
|
| Agent-to-task connections | 280+ |
|
|
98
98
|
| Template-to-task connections | 127 |
|
|
99
99
|
| Most-connected file | `po-master-checklist.md` (12+ task refs, 6 workflow refs) |
|
|
100
|
-
| Most-connected agent | @
|
|
100
|
+
| Most-connected agent | @developer (10 scripts, 25+ tasks) |
|
|
101
101
|
| Largest subsystem | health-check (35 files) |
|
|
102
102
|
|
|
103
103
|
---
|
|
104
104
|
|
|
105
105
|
## 3. Per-Agent Ecosystem Diagrams
|
|
106
106
|
|
|
107
|
-
### 3.1 @
|
|
107
|
+
### 3.1 @developer (Dex) - Full Stack Developer
|
|
108
108
|
|
|
109
109
|
```
|
|
110
110
|
TASKS (25+ total):
|
|
@@ -128,7 +128,7 @@ WORKFLOWS (8):
|
|
|
128
128
|
Brownfield (Fullstack/UI/Service)
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
### 3.2 @
|
|
131
|
+
### 3.2 @quality-gate (Quinn) - Test Architect
|
|
132
132
|
|
|
133
133
|
```
|
|
134
134
|
TASKS (16 total):
|
|
@@ -160,7 +160,7 @@ WORKFLOWS (5):
|
|
|
160
160
|
⚠️ CRITICAL: 9 broken task references in agent definition
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
### 3.3 @
|
|
163
|
+
### 3.3 @product-lead (Pax) - Product Owner
|
|
164
164
|
|
|
165
165
|
```
|
|
166
166
|
TASKS (8):
|
|
@@ -182,7 +182,7 @@ WORKFLOWS (8):
|
|
|
182
182
|
Story Dev Cycle (Phase 2), All Greenfield, All Brownfield
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
### 3.4 @
|
|
185
|
+
### 3.4 @project-lead (Morgan) - Product Manager
|
|
186
186
|
|
|
187
187
|
```
|
|
188
188
|
TASKS (6):
|
|
@@ -206,7 +206,7 @@ WORKFLOWS (8):
|
|
|
206
206
|
Brownfield Discovery (Phase 10), Spec Pipeline (Phases 1, 4)
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
-
### 3.5 @
|
|
209
|
+
### 3.5 @sprint-lead (River) - Scrum Master
|
|
210
210
|
|
|
211
211
|
```
|
|
212
212
|
TASKS (3):
|
|
@@ -365,7 +365,7 @@ WORKFLOWS (4):
|
|
|
365
365
|
Brownfield UI (Step 3), Brownfield Discovery (Phases 3, 6)
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
### 3.11 @sinapse-
|
|
368
|
+
### 3.11 @sinapse-orqx (Orion) - Meta Orchestrator
|
|
369
369
|
|
|
370
370
|
```
|
|
371
371
|
TASKS (8):
|
|
@@ -424,7 +424,7 @@ WORKFLOWS (0): Standalone expansion system, no workflow integration
|
|
|
424
424
|
- **12 workflows** mapped with agent participation matrix
|
|
425
425
|
- **61 tasks** cross-referenced to agents and workflows (36 workflow-integrated, 25 on-demand)
|
|
426
426
|
- **~180 agent commands** registered
|
|
427
|
-
- **9 CRITICAL broken references** in @
|
|
427
|
+
- **9 CRITICAL broken references** in @quality-gate agent definition
|
|
428
428
|
- **3 duplicate task pairs** identified
|
|
429
429
|
- **5 naming inconsistencies** documented
|
|
430
430
|
|
|
@@ -514,7 +514,7 @@ Files with **no active consumers** anywhere in the runtime codebase.
|
|
|
514
514
|
| `pr-review-ai.js` | `infrastructure/scripts/` |
|
|
515
515
|
| `test-discovery.js` | `infrastructure/scripts/` |
|
|
516
516
|
|
|
517
|
-
**Recommendation:** Archive or integrate into @devops/@
|
|
517
|
+
**Recommendation:** Archive or integrate into @devops/@quality-gate agent workflows.
|
|
518
518
|
|
|
519
519
|
#### Core Modules (2 files) -- Phase 5
|
|
520
520
|
|
|
@@ -598,9 +598,9 @@ Files referenced only in passive registries (install-manifest, service-registry,
|
|
|
598
598
|
|
|
599
599
|
## 6. Complete Broken Reference Report
|
|
600
600
|
|
|
601
|
-
### 6.1 CRITICAL: @
|
|
601
|
+
### 6.1 CRITICAL: @quality-gate Agent -- 9 Broken Task References
|
|
602
602
|
|
|
603
|
-
The `@qa` agent definition (`agents/
|
|
603
|
+
The `@qa` agent definition (`agents/quality-gate.md`) references 9 task files using non-prefixed names that do NOT exist on the filesystem.
|
|
604
604
|
|
|
605
605
|
| Agent Reference | Actual File on Disk | Status |
|
|
606
606
|
|----------------|---------------------|--------|
|
|
@@ -614,17 +614,17 @@ The `@qa` agent definition (`agents/qa.md`) references 9 task files using non-pr
|
|
|
614
614
|
| `test-design.md` | `qa-test-design.md` | BROKEN |
|
|
615
615
|
| `trace-requirements.md` | `qa-trace-requirements.md` | BROKEN |
|
|
616
616
|
|
|
617
|
-
**Impact:** If dependency resolution does NOT apply automatic prefix fallback, @
|
|
617
|
+
**Impact:** If dependency resolution does NOT apply automatic prefix fallback, @quality-gate commands will fail to find task files.
|
|
618
618
|
|
|
619
|
-
**Fix:** Update `agents/
|
|
619
|
+
**Fix:** Update `agents/quality-gate.md` to use the full prefixed names matching actual files.
|
|
620
620
|
|
|
621
621
|
### 6.2 Duplicate Task Files (3 pairs)
|
|
622
622
|
|
|
623
623
|
| Generic | Agent-Prefixed | Used in Agent Def | Used in YAML Workflow | Issue |
|
|
624
624
|
|---------|----------------|--------------------|-----------------------|-------|
|
|
625
|
-
| `create-next-story.md` | `sm-create-next-story.md` | @
|
|
626
|
-
| `apply-qa-fixes.md` | `dev-apply-qa-fixes.md` | @
|
|
627
|
-
| `validate-next-story.md` | `dev-validate-next-story.md` | @po/@
|
|
625
|
+
| `create-next-story.md` | `sm-create-next-story.md` | @sprint-lead uses generic | YAML uses generic | Keep generic, deprecate `sm-` |
|
|
626
|
+
| `apply-qa-fixes.md` | `dev-apply-qa-fixes.md` | @developer uses generic | YAML uses `dev-` prefix | **Mismatch!** Standardize. |
|
|
627
|
+
| `validate-next-story.md` | `dev-validate-next-story.md` | @po/@developer uses generic | indirect | Different tasks, both valid |
|
|
628
628
|
|
|
629
629
|
### 6.3 Naming Inconsistencies (5)
|
|
630
630
|
|
|
@@ -720,7 +720,7 @@ The squad system is well-isolated:
|
|
|
720
720
|
|
|
721
721
|
### Priority 1: Fix Broken References (CRITICAL)
|
|
722
722
|
|
|
723
|
-
1. **Fix @
|
|
723
|
+
1. **Fix @quality-gate agent task references** -- Update `agents/quality-gate.md` to use full prefixed names (`qa-generate-tests.md` instead of `generate-tests.md`).
|
|
724
724
|
2. **Standardize duplicate tasks** -- Resolve the `apply-qa-fixes.md` vs `dev-apply-qa-fixes.md` mismatch between agent definition and workflow YAML.
|
|
725
725
|
|
|
726
726
|
### Priority 2: Clean Up Orphans (MEDIUM)
|
|
@@ -49,7 +49,7 @@ flowchart TB
|
|
|
49
49
|
|
|
50
50
|
subgraph PHASE1["Fase 1: Gather Requirements"]
|
|
51
51
|
direction TB
|
|
52
|
-
G1["@
|
|
52
|
+
G1["@project-lead (Morgan)"]
|
|
53
53
|
G2["Elicitacao Interativa<br/>9 categorias de perguntas"]
|
|
54
54
|
G3["requirements.json"]
|
|
55
55
|
G1 --> G2 --> G3
|
|
@@ -73,7 +73,7 @@ flowchart TB
|
|
|
73
73
|
|
|
74
74
|
subgraph PHASE4["Fase 4: Write Specification"]
|
|
75
75
|
direction TB
|
|
76
|
-
W1["@
|
|
76
|
+
W1["@project-lead (Morgan)"]
|
|
77
77
|
W2["Gerar spec.md<br/>Sem invencao"]
|
|
78
78
|
W3["spec.md"]
|
|
79
79
|
W1 --> W2 --> W3
|
|
@@ -81,7 +81,7 @@ flowchart TB
|
|
|
81
81
|
|
|
82
82
|
subgraph PHASE5["Fase 5: Critique Specification"]
|
|
83
83
|
direction TB
|
|
84
|
-
C1["@
|
|
84
|
+
C1["@quality-gate (Quinn)"]
|
|
85
85
|
C2["Avaliar 5 dimensoes:<br/>Accuracy, Completeness,<br/>Consistency, Feasibility,<br/>Alignment"]
|
|
86
86
|
C3{"Verdict"}
|
|
87
87
|
C4["APPROVED"]
|
|
@@ -94,7 +94,7 @@ flowchart TB
|
|
|
94
94
|
end
|
|
95
95
|
|
|
96
96
|
subgraph PHASE5B["Fase 5b: Revise (COMPLEX)"]
|
|
97
|
-
REV1["@
|
|
97
|
+
REV1["@project-lead (Morgan)"]
|
|
98
98
|
REV2["Aplicar feedback<br/>e auto-fixes"]
|
|
99
99
|
end
|
|
100
100
|
|
|
@@ -163,10 +163,10 @@ flowchart LR
|
|
|
163
163
|
sequenceDiagram
|
|
164
164
|
autonumber
|
|
165
165
|
participant U as Usuario
|
|
166
|
-
participant PM as @
|
|
166
|
+
participant PM as @project-lead (Morgan)
|
|
167
167
|
participant AR as @architect (Aria)
|
|
168
168
|
participant AN as @analyst (Atlas)
|
|
169
|
-
participant QA as @
|
|
169
|
+
participant QA as @quality-gate (Quinn)
|
|
170
170
|
participant FS as File System
|
|
171
171
|
|
|
172
172
|
U->>PM: *create-spec STORY-42
|
|
@@ -223,7 +223,7 @@ sequenceDiagram
|
|
|
223
223
|
|----------|-------|
|
|
224
224
|
| **Step ID** | `gather` |
|
|
225
225
|
| **Phase Number** | 1 |
|
|
226
|
-
| **Agente** | @
|
|
226
|
+
| **Agente** | @project-lead (Morgan) |
|
|
227
227
|
| **Task** | `spec-gather-requirements.md` |
|
|
228
228
|
| **Elicit** | Sim - requer interacao do usuario |
|
|
229
229
|
|
|
@@ -282,7 +282,7 @@ mindmap
|
|
|
282
282
|
"storyId": "STORY-42",
|
|
283
283
|
"gatheredAt": "2026-01-28T10:00:00Z",
|
|
284
284
|
"source": "user",
|
|
285
|
-
"gatheredBy": "@
|
|
285
|
+
"gatheredBy": "@project-lead",
|
|
286
286
|
"elicitationVersion": "2.0",
|
|
287
287
|
"functional": [
|
|
288
288
|
{
|
|
@@ -434,7 +434,7 @@ flowchart LR
|
|
|
434
434
|
|----------|-------|
|
|
435
435
|
| **Step ID** | `spec` |
|
|
436
436
|
| **Phase Number** | 4 |
|
|
437
|
-
| **Agente** | @
|
|
437
|
+
| **Agente** | @project-lead (Morgan) |
|
|
438
438
|
| **Task** | `spec-write-spec.md` |
|
|
439
439
|
| **Constitutional Gate** | Article IV - No Invention |
|
|
440
440
|
|
|
@@ -524,7 +524,7 @@ flowchart TB
|
|
|
524
524
|
|----------|-------|
|
|
525
525
|
| **Step ID** | `critique` |
|
|
526
526
|
| **Phase Number** | 5 |
|
|
527
|
-
| **Agente** | @
|
|
527
|
+
| **Agente** | @quality-gate (Quinn) |
|
|
528
528
|
| **Task** | `spec-critique.md` |
|
|
529
529
|
| **Gate** | Blocking (APPROVED/NEEDS_REVISION/BLOCKED) |
|
|
530
530
|
|
|
@@ -605,7 +605,7 @@ flowchart TB
|
|
|
605
605
|
|----------|-------|
|
|
606
606
|
| **Step ID** | `revise` |
|
|
607
607
|
| **Phase Number** | 5b |
|
|
608
|
-
| **Agente** | @
|
|
608
|
+
| **Agente** | @project-lead (Morgan) |
|
|
609
609
|
| **Condition** | `complexity.result === 'COMPLEX'` OR `critique.verdict === 'NEEDS_REVISION'` |
|
|
610
610
|
|
|
611
611
|
#### Inputs
|
|
@@ -630,7 +630,7 @@ flowchart TB
|
|
|
630
630
|
|----------|-------|
|
|
631
631
|
| **Step ID** | `critique_2` |
|
|
632
632
|
| **Phase Number** | 5c |
|
|
633
|
-
| **Agente** | @
|
|
633
|
+
| **Agente** | @quality-gate (Quinn) |
|
|
634
634
|
| **Task** | `spec-critique.md` |
|
|
635
635
|
| **Condition** | `complexity.result === 'COMPLEX'` |
|
|
636
636
|
|
|
@@ -697,12 +697,12 @@ graph LR
|
|
|
697
697
|
|
|
698
698
|
| Agente | ID | Nome | Papel no Pipeline | Fases |
|
|
699
699
|
|--------|-----|------|-------------------|-------|
|
|
700
|
-
| @
|
|
700
|
+
| @project-lead | pm | Morgan | Product Manager | 1 (Gather), 4 (Spec), 5b (Revise) |
|
|
701
701
|
| @architect | architect | Aria | System Architect | 2 (Assess), 6 (Plan) |
|
|
702
702
|
| @analyst | analyst | Atlas | Business Analyst | 3 (Research) |
|
|
703
|
-
| @
|
|
703
|
+
| @quality-gate | qa | Quinn | Test Architect | 5 (Critique), 5c (Critique 2) |
|
|
704
704
|
|
|
705
|
-
### 4.1 Perfil: @
|
|
705
|
+
### 4.1 Perfil: @project-lead (Morgan)
|
|
706
706
|
|
|
707
707
|
- **Arquetipo:** Strategist
|
|
708
708
|
- **Foco:** Coleta de requisitos, criacao de especificacoes, documentacao
|
|
@@ -723,7 +723,7 @@ graph LR
|
|
|
723
723
|
- **Principios:** Curiosity-driven, evidence-based, action-oriented
|
|
724
724
|
- **Ferramentas:** EXA, Context7, Google Workspace
|
|
725
725
|
|
|
726
|
-
### 4.4 Perfil: @
|
|
726
|
+
### 4.4 Perfil: @quality-gate (Quinn)
|
|
727
727
|
|
|
728
728
|
- **Arquetipo:** Guardian
|
|
729
729
|
- **Foco:** Validacao de qualidade, gates de aprovacao, rastreabilidade
|
|
@@ -736,11 +736,11 @@ graph LR
|
|
|
736
736
|
|
|
737
737
|
| Task | Fase | Agente | Arquivo |
|
|
738
738
|
|------|------|--------|---------|
|
|
739
|
-
| Gather Requirements | 1 | @
|
|
739
|
+
| Gather Requirements | 1 | @project-lead | `.sinapse-ai/development/tasks/spec-gather-requirements.md` |
|
|
740
740
|
| Assess Complexity | 2 | @architect | `.sinapse-ai/development/tasks/spec-assess-complexity.md` |
|
|
741
741
|
| Research Dependencies | 3 | @analyst | `.sinapse-ai/development/tasks/spec-research-dependencies.md` |
|
|
742
|
-
| Write Specification | 4 | @
|
|
743
|
-
| Critique Specification | 5, 5c | @
|
|
742
|
+
| Write Specification | 4 | @project-lead | `.sinapse-ai/development/tasks/spec-write-spec.md` |
|
|
743
|
+
| Critique Specification | 5, 5c | @quality-gate | `.sinapse-ai/development/tasks/spec-critique.md` |
|
|
744
744
|
| Create Implementation Plan | 6 | @architect | `.sinapse-ai/development/tasks/plan-create-implementation.md` |
|
|
745
745
|
|
|
746
746
|
---
|
|
@@ -958,10 +958,10 @@ flowchart TB
|
|
|
958
958
|
|
|
959
959
|
| Agente | Localizacao |
|
|
960
960
|
|--------|-------------|
|
|
961
|
-
| @
|
|
961
|
+
| @project-lead (Morgan) | `.sinapse-ai/development/agents/project-lead.md` |
|
|
962
962
|
| @architect (Aria) | `.sinapse-ai/development/agents/architect.md` |
|
|
963
963
|
| @analyst (Atlas) | `.sinapse-ai/development/agents/analyst.md` |
|
|
964
|
-
| @
|
|
964
|
+
| @quality-gate (Quinn) | `.sinapse-ai/development/agents/quality-gate.md` |
|
|
965
965
|
|
|
966
966
|
### 10.3 Documentacao Relacionada
|
|
967
967
|
|
|
@@ -974,11 +974,11 @@ flowchart TB
|
|
|
974
974
|
| Comando | Descricao | Agente |
|
|
975
975
|
|---------|-----------|--------|
|
|
976
976
|
| `*create-spec STORY-ID` | Executar pipeline completo | - |
|
|
977
|
-
| `*gather-requirements STORY-ID` | Apenas fase Gather | @
|
|
977
|
+
| `*gather-requirements STORY-ID` | Apenas fase Gather | @project-lead |
|
|
978
978
|
| `*assess-complexity STORY-ID` | Apenas fase Assess | @architect |
|
|
979
979
|
| `*research-deps STORY-ID` | Apenas fase Research | @analyst |
|
|
980
|
-
| `*write-spec STORY-ID` | Apenas fase Write | @
|
|
981
|
-
| `*critique-spec STORY-ID` | Apenas fase Critique | @
|
|
980
|
+
| `*write-spec STORY-ID` | Apenas fase Write | @project-lead |
|
|
981
|
+
| `*critique-spec STORY-ID` | Apenas fase Critique | @quality-gate |
|
|
982
982
|
|
|
983
983
|
---
|
|
984
984
|
|
|
@@ -1005,7 +1005,7 @@ Artifacts:
|
|
|
1005
1005
|
|
|
1006
1006
|
Next Steps:
|
|
1007
1007
|
- Review spec.md
|
|
1008
|
-
- Run @
|
|
1008
|
+
- Run @developer *develop {storyId}
|
|
1009
1009
|
```
|
|
1010
1010
|
|
|
1011
1011
|
---
|
|
@@ -101,10 +101,10 @@ stateDiagram-v2
|
|
|
101
101
|
```mermaid
|
|
102
102
|
sequenceDiagram
|
|
103
103
|
participant U as Usuario
|
|
104
|
-
participant SM as @
|
|
105
|
-
participant PO as @
|
|
106
|
-
participant DEV as @
|
|
107
|
-
participant QA as @
|
|
104
|
+
participant SM as @sprint-lead (River)
|
|
105
|
+
participant PO as @product-lead (Pax)
|
|
106
|
+
participant DEV as @developer (Dex)
|
|
107
|
+
participant QA as @quality-gate (Quinn)
|
|
108
108
|
participant CR as CodeRabbit
|
|
109
109
|
|
|
110
110
|
U->>SM: *workflow story-development-cycle
|
|
@@ -164,7 +164,7 @@ sequenceDiagram
|
|
|
164
164
|
| Campo | Valor |
|
|
165
165
|
|-------|-------|
|
|
166
166
|
| **ID** | `create` |
|
|
167
|
-
| **Agente** | @
|
|
167
|
+
| **Agente** | @sprint-lead (River - Scrum Master) |
|
|
168
168
|
| **Acao** | Criar proxima story |
|
|
169
169
|
| **Task** | `create-next-story.md` |
|
|
170
170
|
|
|
@@ -209,7 +209,7 @@ O Scrum Master (River) identifica e cria a proxima story do backlog utilizando o
|
|
|
209
209
|
| Campo | Valor |
|
|
210
210
|
|-------|-------|
|
|
211
211
|
| **ID** | `validate` |
|
|
212
|
-
| **Agente** | @
|
|
212
|
+
| **Agente** | @product-lead (Pax - Product Owner) |
|
|
213
213
|
| **Acao** | Validar story (10 checks) |
|
|
214
214
|
| **Task** | `validate-next-story.md` |
|
|
215
215
|
| **Requer** | `create` |
|
|
@@ -271,7 +271,7 @@ O Product Owner (Pax) valida a story criada usando um checklist rigoroso de 10 p
|
|
|
271
271
|
| Campo | Valor |
|
|
272
272
|
|-------|-------|
|
|
273
273
|
| **ID** | `implement` |
|
|
274
|
-
| **Agente** | @
|
|
274
|
+
| **Agente** | @developer (Dex - Full Stack Developer) |
|
|
275
275
|
| **Acao** | Implementar story |
|
|
276
276
|
| **Task** | `dev-develop-story.md` |
|
|
277
277
|
| **Requer** | `validate` |
|
|
@@ -364,7 +364,7 @@ flowchart TD
|
|
|
364
364
|
| Campo | Valor |
|
|
365
365
|
|-------|-------|
|
|
366
366
|
| **ID** | `review` |
|
|
367
|
-
| **Agente** | @
|
|
367
|
+
| **Agente** | @quality-gate (Quinn - Test Architect) |
|
|
368
368
|
| **Acao** | Review final + Quality Gate |
|
|
369
369
|
| **Task** | `qa-gate.md` |
|
|
370
370
|
| **Requer** | `implement` |
|
|
@@ -438,7 +438,7 @@ O QA Agent (Quinn) executa o review final com quality gate, validando codigo, te
|
|
|
438
438
|
|
|
439
439
|
## Agentes Participantes
|
|
440
440
|
|
|
441
|
-
### @
|
|
441
|
+
### @sprint-lead - River (Scrum Master)
|
|
442
442
|
|
|
443
443
|
| Aspecto | Descricao |
|
|
444
444
|
|---------|-----------|
|
|
@@ -454,7 +454,7 @@ O QA Agent (Quinn) executa o review final com quality gate, validando codigo, te
|
|
|
454
454
|
|
|
455
455
|
---
|
|
456
456
|
|
|
457
|
-
### @
|
|
457
|
+
### @product-lead - Pax (Product Owner)
|
|
458
458
|
|
|
459
459
|
| Aspecto | Descricao |
|
|
460
460
|
|---------|-----------|
|
|
@@ -470,7 +470,7 @@ O QA Agent (Quinn) executa o review final com quality gate, validando codigo, te
|
|
|
470
470
|
|
|
471
471
|
---
|
|
472
472
|
|
|
473
|
-
### @
|
|
473
|
+
### @developer - Dex (Full Stack Developer)
|
|
474
474
|
|
|
475
475
|
| Aspecto | Descricao |
|
|
476
476
|
|---------|-----------|
|
|
@@ -487,7 +487,7 @@ O QA Agent (Quinn) executa o review final com quality gate, validando codigo, te
|
|
|
487
487
|
|
|
488
488
|
---
|
|
489
489
|
|
|
490
|
-
### @
|
|
490
|
+
### @quality-gate - Quinn (Test Architect)
|
|
491
491
|
|
|
492
492
|
| Aspecto | Descricao |
|
|
493
493
|
|---------|-----------|
|
|
@@ -537,11 +537,11 @@ graph TD
|
|
|
537
537
|
|
|
538
538
|
| Task | Arquivo | Agente | Proposito |
|
|
539
539
|
|------|---------|--------|-----------|
|
|
540
|
-
| Create Next Story | `create-next-story.md` | @
|
|
541
|
-
| Validate Next Story | `validate-next-story.md` | @
|
|
542
|
-
| Develop Story | `dev-develop-story.md` | @
|
|
543
|
-
| Story DOD Checklist | `story-dod-checklist.md` | @
|
|
544
|
-
| QA Gate | `qa-gate.md` | @
|
|
540
|
+
| Create Next Story | `create-next-story.md` | @sprint-lead | Criar story a partir do PRD/epic |
|
|
541
|
+
| Validate Next Story | `validate-next-story.md` | @product-lead | Validar completude e qualidade |
|
|
542
|
+
| Develop Story | `dev-develop-story.md` | @developer | Implementar codigo e testes |
|
|
543
|
+
| Story DOD Checklist | `story-dod-checklist.md` | @developer | Verificar Definition of Done |
|
|
544
|
+
| QA Gate | `qa-gate.md` | @quality-gate | Criar decisao de quality gate |
|
|
545
545
|
|
|
546
546
|
---
|
|
547
547
|
|
|
@@ -574,11 +574,11 @@ graph TD
|
|
|
574
574
|
|
|
575
575
|
| Ferramenta | Proposito | Agentes |
|
|
576
576
|
|------------|-----------|---------|
|
|
577
|
-
| `git` | Controle de versao | @
|
|
578
|
-
| `coderabbit` | Review automatizado | @
|
|
579
|
-
| `clickup` | Tracking de stories | @
|
|
577
|
+
| `git` | Controle de versao | @sprint-lead, @developer, @quality-gate |
|
|
578
|
+
| `coderabbit` | Review automatizado | @developer, @quality-gate |
|
|
579
|
+
| `clickup` | Tracking de stories | @sprint-lead, @product-lead |
|
|
580
580
|
| `context7` | Documentacao de libs | Todos |
|
|
581
|
-
| `github-cli` | Operacoes GitHub | @
|
|
581
|
+
| `github-cli` | Operacoes GitHub | @product-lead, @quality-gate |
|
|
582
582
|
|
|
583
583
|
---
|
|
584
584
|
|
|
@@ -630,9 +630,9 @@ graph TD
|
|
|
630
630
|
|
|
631
631
|
| Ponto | Fase | Decisor | Criterio | Resultado Positivo | Resultado Negativo |
|
|
632
632
|
|-------|------|---------|----------|-------------------|-------------------|
|
|
633
|
-
| Validacao PO | 2 | @
|
|
633
|
+
| Validacao PO | 2 | @product-lead | 10 checks passam | Status: Ready | Retorna para SM |
|
|
634
634
|
| Self-Healing | 3 | Sistema | Sem CRITICAL issues | Prossegue para DOD | Halt ou auto-fix |
|
|
635
|
-
| Quality Gate | 4 | @
|
|
635
|
+
| Quality Gate | 4 | @quality-gate | Sem HIGH/CRITICAL | Status: Done | Retorna para Dev |
|
|
636
636
|
|
|
637
637
|
### Condicoes de Bloqueio
|
|
638
638
|
|
|
@@ -803,7 +803,7 @@ cat docs/stories/{story-file}.md | grep "status:"
|
|
|
803
803
|
|----------|-------------|
|
|
804
804
|
| Hotfixes urgentes | Fluxo simplificado sem QA gate |
|
|
805
805
|
| Spikes/POCs exploratorios | Desenvolvimento ad-hoc |
|
|
806
|
-
| Tasks puramente tecnicas sem story | Tarefas diretas com @
|
|
806
|
+
| Tasks puramente tecnicas sem story | Tarefas diretas com @developer |
|
|
807
807
|
|
|
808
808
|
---
|
|
809
809
|
|
|
@@ -814,10 +814,10 @@ cat docs/stories/{story-file}.md | grep "status:"
|
|
|
814
814
|
| Arquivo | Caminho |
|
|
815
815
|
|---------|---------|
|
|
816
816
|
| Workflow Definition | `.sinapse-ai/development/workflows/story-development-cycle.yaml` |
|
|
817
|
-
| SM Agent | `.sinapse-ai/development/agents/
|
|
818
|
-
| PO Agent | `.sinapse-ai/development/agents/
|
|
819
|
-
| Dev Agent | `.sinapse-ai/development/agents/
|
|
820
|
-
| QA Agent | `.sinapse-ai/development/agents/
|
|
817
|
+
| SM Agent | `.sinapse-ai/development/agents/sprint-lead.md` |
|
|
818
|
+
| PO Agent | `.sinapse-ai/development/agents/product-lead.md` |
|
|
819
|
+
| Dev Agent | `.sinapse-ai/development/agents/developer.md` |
|
|
820
|
+
| QA Agent | `.sinapse-ai/development/agents/quality-gate.md` |
|
|
821
821
|
| Create Story Task | `.sinapse-ai/development/tasks/create-next-story.md` |
|
|
822
822
|
| Validate Story Task | `.sinapse-ai/development/tasks/validate-next-story.md` |
|
|
823
823
|
| Develop Story Task | `.sinapse-ai/development/tasks/dev-develop-story.md` |
|