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
|
@@ -55,7 +55,7 @@ graph TD
|
|
|
55
55
|
|
|
56
56
|
### Workflow-Agent Participation Matrix
|
|
57
57
|
|
|
58
|
-
| Workflow | @sinapse-
|
|
58
|
+
| Workflow | @sinapse-orqx | @analyst | @architect | @data-eng | @developer | @devops | @project-lead | @product-lead | @quality-gate | @sprint-lead | @ux-expert | @squad-creator |
|
|
59
59
|
|----------|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
|
60
60
|
| Story Dev Cycle | - | - | - | - | X | - | - | X | X | X | - | - |
|
|
61
61
|
| Spec Pipeline | - | X | X | - | - | - | X | - | X | - | - | - |
|
|
@@ -82,32 +82,32 @@ Every task file referenced across all workflows and agents:
|
|
|
82
82
|
|
|
83
83
|
| # | Task File | Agents | Workflows Used In | Agent Command |
|
|
84
84
|
|---|-----------|--------|-------------------|---------------|
|
|
85
|
-
| 1 | `create-next-story.md` | @
|
|
86
|
-
| 2 | `sm-create-next-story.md` | @
|
|
87
|
-
| 3 | `create-brownfield-story.md` | @
|
|
88
|
-
| 4 | `validate-next-story.md` | @
|
|
89
|
-
| 5 | `dev-develop-story.md` | @
|
|
90
|
-
| 6 | `apply-qa-fixes.md` | @
|
|
91
|
-
| 7 | `qa-gate.md` | @
|
|
92
|
-
| 8 | `qa-review-story.md` | @
|
|
93
|
-
| 9 | `qa-create-fix-request.md` | @
|
|
94
|
-
| 10 | `create-doc.md` | @
|
|
95
|
-
| 11 | `shard-doc.md` | @
|
|
96
|
-
| 12 | `execute-checklist.md` | @
|
|
97
|
-
| 13 | `document-project.md` | @architect, @analyst, @sinapse-
|
|
98
|
-
| 14 | `correct-course.md` | @
|
|
85
|
+
| 1 | `create-next-story.md` | @sprint-lead | SDC, GF, GU, GS, BF, BU, BS | `*draft` |
|
|
86
|
+
| 2 | `sm-create-next-story.md` | @sprint-lead | GF, GU, GS | `*draft` |
|
|
87
|
+
| 3 | `create-brownfield-story.md` | @sprint-lead, @project-lead | BF | `*draft` (SM), `*create-story` (PM) |
|
|
88
|
+
| 4 | `validate-next-story.md` | @product-lead, @developer | SDC | `*validate-story-draft` |
|
|
89
|
+
| 5 | `dev-develop-story.md` | @developer | SDC, GF, GU, GS, BF, BU, BS | `*develop {story-id}` |
|
|
90
|
+
| 6 | `apply-qa-fixes.md` | @developer | QAL, GF, GU, GS, BU, BS | `*apply-qa-fixes` |
|
|
91
|
+
| 7 | `qa-gate.md` | @quality-gate | SDC | `*gate {story}` |
|
|
92
|
+
| 8 | `qa-review-story.md` | @quality-gate | QAL, GF, GU, GS, BU, BS | `*review {story}` |
|
|
93
|
+
| 9 | `qa-create-fix-request.md` | @quality-gate | QAL | `*create-fix-request {story}` |
|
|
94
|
+
| 10 | `create-doc.md` | @project-lead, @architect, @ux-expert, @analyst, @sinapse-orqx | GF, GU, GS, BU, BS, SP | `*create-prd`, `*create-*-architecture`, etc. |
|
|
95
|
+
| 11 | `shard-doc.md` | @product-lead, @project-lead, @sinapse-orqx | GF, GU, GS, BF, BU, BS | `*shard-doc` |
|
|
96
|
+
| 12 | `execute-checklist.md` | @product-lead, @architect, @data-eng, @sinapse-orqx | GF, GU, GS, BF, BU, BS | `*execute-checklist-po`, `*execute-checklist` |
|
|
97
|
+
| 13 | `document-project.md` | @architect, @analyst, @sinapse-orqx | BD, BF, BU, BS | `*document-project` |
|
|
98
|
+
| 14 | `correct-course.md` | @project-lead, @sprint-lead, @sinapse-orqx | (any - course correction) | `*correct-course` |
|
|
99
99
|
| 15 | `environment-bootstrap.md` | @devops | GF, GU, GS | `*environment-bootstrap` |
|
|
100
100
|
| 16 | `facilitate-brainstorming-session.md` | @analyst | GF, GU, GS | `*brainstorm {topic}` |
|
|
101
|
-
| 17 | `create-deep-research-prompt.md` | @analyst, @architect, @data-eng, @sinapse-
|
|
101
|
+
| 17 | `create-deep-research-prompt.md` | @analyst, @architect, @data-eng, @sinapse-orqx | GF, GU, GS | `*research {topic}` |
|
|
102
102
|
| 18 | `generate-ai-frontend-prompt.md` | @ux-expert | GF, GU | `*generate-ui-prompt` |
|
|
103
|
-
| 19 | `spec-gather-requirements.md` | @
|
|
103
|
+
| 19 | `spec-gather-requirements.md` | @project-lead | SP | (Phase 1) |
|
|
104
104
|
| 20 | `spec-assess-complexity.md` | @architect | SP | `*assess-complexity` |
|
|
105
105
|
| 21 | `spec-research-dependencies.md` | @analyst | SP | (Phase 3) |
|
|
106
|
-
| 22 | `spec-write-spec.md` | @
|
|
107
|
-
| 23 | `spec-critique.md` | @
|
|
106
|
+
| 22 | `spec-write-spec.md` | @project-lead | SP | (Phase 4) |
|
|
107
|
+
| 23 | `spec-critique.md` | @quality-gate | SP | (Phase 5) |
|
|
108
108
|
| 24 | `plan-create-implementation.md` | @architect | SP | (Phase 6) |
|
|
109
|
-
| 25 | `brownfield-create-epic.md` | @
|
|
110
|
-
| 26 | `brownfield-create-story.md` | @
|
|
109
|
+
| 25 | `brownfield-create-epic.md` | @project-lead | BF, BD | `*create-epic` |
|
|
110
|
+
| 26 | `brownfield-create-story.md` | @project-lead | BF, BD | `*create-story` |
|
|
111
111
|
| 27 | `db-schema-audit.md` | @data-eng | BD | `*db-schema-audit` (implied) |
|
|
112
112
|
| 28 | `security-audit.md` | @data-eng, @devops | BD | `*security-audit` |
|
|
113
113
|
| 29 | `create-worktree.md` | @devops | AW | `*create-worktree` |
|
|
@@ -128,21 +128,21 @@ Every task file referenced across all workflows and agents:
|
|
|
128
128
|
| 44 | `setup-mcp-docker.md` | @devops | (MCP mgmt) | `*setup-mcp-docker` |
|
|
129
129
|
| 45 | `setup-github.md` | @devops | (setup) | `*setup-github` |
|
|
130
130
|
| 46 | `architect-analyze-impact.md` | @architect | (on-demand) | `*analyze-impact` |
|
|
131
|
-
| 47 | `collaborative-edit.md` | @architect, @
|
|
132
|
-
| 48 | `qa-test-design.md` | @
|
|
133
|
-
| 49 | `qa-risk-profile.md` | @
|
|
134
|
-
| 50 | `qa-nfr-assess.md` | @
|
|
135
|
-
| 51 | `qa-trace-requirements.md` | @
|
|
136
|
-
| 52 | `qa-generate-tests.md` | @
|
|
137
|
-
| 53 | `qa-run-tests.md` | @
|
|
138
|
-
| 54 | `qa-backlog-add-followup.md` | @
|
|
139
|
-
| 55 | `dev-improve-code-quality.md` | @
|
|
140
|
-
| 56 | `dev-optimize-performance.md` | @
|
|
141
|
-
| 57 | `dev-suggest-refactoring.md` | @
|
|
142
|
-
| 58 | `dev-backlog-debt.md` | @
|
|
143
|
-
| 59 | `sync-documentation.md` | @
|
|
144
|
-
| 60 | `po-manage-story-backlog.md` | @
|
|
145
|
-
| 61 | `init-project-status.md` | @
|
|
131
|
+
| 47 | `collaborative-edit.md` | @architect, @sprint-lead | (on-demand) | (internal) |
|
|
132
|
+
| 48 | `qa-test-design.md` | @quality-gate | (on-demand) | `*test-design {story}` |
|
|
133
|
+
| 49 | `qa-risk-profile.md` | @quality-gate | (on-demand) | `*risk-profile {story}` |
|
|
134
|
+
| 50 | `qa-nfr-assess.md` | @quality-gate | (on-demand) | `*nfr-assess {story}` |
|
|
135
|
+
| 51 | `qa-trace-requirements.md` | @quality-gate | (on-demand) | `*trace {story}` |
|
|
136
|
+
| 52 | `qa-generate-tests.md` | @quality-gate | (on-demand) | `*generate-tests` |
|
|
137
|
+
| 53 | `qa-run-tests.md` | @quality-gate | (on-demand) | `*run-tests` |
|
|
138
|
+
| 54 | `qa-backlog-add-followup.md` | @quality-gate | (on-demand) | `*backlog-add` |
|
|
139
|
+
| 55 | `dev-improve-code-quality.md` | @developer | (on-demand) | `*improve-code-quality` |
|
|
140
|
+
| 56 | `dev-optimize-performance.md` | @developer | (on-demand) | `*optimize-performance` |
|
|
141
|
+
| 57 | `dev-suggest-refactoring.md` | @developer | (on-demand) | `*suggest-refactoring` |
|
|
142
|
+
| 58 | `dev-backlog-debt.md` | @developer | (on-demand) | `*backlog-debt` |
|
|
143
|
+
| 59 | `sync-documentation.md` | @developer | (on-demand) | `*sync-documentation` |
|
|
144
|
+
| 60 | `po-manage-story-backlog.md` | @product-lead, @quality-gate | (backlog mgmt) | `*backlog-*` |
|
|
145
|
+
| 61 | `init-project-status.md` | @sprint-lead | (init) | (internal) |
|
|
146
146
|
|
|
147
147
|
### Tasks in Agent Dependencies but NOT in Any Workflow
|
|
148
148
|
|
|
@@ -151,19 +151,19 @@ These tasks are available as on-demand commands but are not called by any workfl
|
|
|
151
151
|
| Task | Agent | Command | Status |
|
|
152
152
|
|------|-------|---------|--------|
|
|
153
153
|
| `architect-analyze-impact.md` | @architect | `*analyze-impact` | On-demand only |
|
|
154
|
-
| `qa-test-design.md` | @
|
|
155
|
-
| `qa-risk-profile.md` | @
|
|
156
|
-
| `qa-nfr-assess.md` | @
|
|
157
|
-
| `qa-trace-requirements.md` | @
|
|
158
|
-
| `qa-generate-tests.md` | @
|
|
159
|
-
| `qa-run-tests.md` | @
|
|
160
|
-
| `qa-backlog-add-followup.md` | @
|
|
161
|
-
| `dev-improve-code-quality.md` | @
|
|
162
|
-
| `dev-optimize-performance.md` | @
|
|
163
|
-
| `dev-suggest-refactoring.md` | @
|
|
164
|
-
| `dev-backlog-debt.md` | @
|
|
165
|
-
| `sync-documentation.md` | @
|
|
166
|
-
| `po-manage-story-backlog.md` | @
|
|
154
|
+
| `qa-test-design.md` | @quality-gate | `*test-design` | On-demand only |
|
|
155
|
+
| `qa-risk-profile.md` | @quality-gate | `*risk-profile` | On-demand only |
|
|
156
|
+
| `qa-nfr-assess.md` | @quality-gate | `*nfr-assess` | On-demand only |
|
|
157
|
+
| `qa-trace-requirements.md` | @quality-gate | `*trace` | On-demand only |
|
|
158
|
+
| `qa-generate-tests.md` | @quality-gate | `*generate-tests` | On-demand only |
|
|
159
|
+
| `qa-run-tests.md` | @quality-gate | `*run-tests` | On-demand only |
|
|
160
|
+
| `qa-backlog-add-followup.md` | @quality-gate | `*backlog-add` | On-demand only |
|
|
161
|
+
| `dev-improve-code-quality.md` | @developer | `*improve-code-quality` | On-demand only |
|
|
162
|
+
| `dev-optimize-performance.md` | @developer | `*optimize-performance` | On-demand only |
|
|
163
|
+
| `dev-suggest-refactoring.md` | @developer | `*suggest-refactoring` | On-demand only |
|
|
164
|
+
| `dev-backlog-debt.md` | @developer | `*backlog-debt` | On-demand only |
|
|
165
|
+
| `sync-documentation.md` | @developer | `*sync-documentation` | On-demand only |
|
|
166
|
+
| `po-manage-story-backlog.md` | @product-lead | `*backlog-*` | On-demand only |
|
|
167
167
|
| `db-domain-modeling.md` | @data-eng | `*model-domain` | On-demand only |
|
|
168
168
|
| `setup-database.md` | @data-eng | `*setup-database` | On-demand only |
|
|
169
169
|
| `db-bootstrap.md` | @data-eng | `*bootstrap` | On-demand only |
|
|
@@ -191,7 +191,7 @@ These tasks are available as on-demand commands but are not called by any workfl
|
|
|
191
191
|
|
|
192
192
|
### Complete Command-to-Task-to-Workflow Map
|
|
193
193
|
|
|
194
|
-
#### @
|
|
194
|
+
#### @sprint-lead (River) - Scrum Master
|
|
195
195
|
|
|
196
196
|
```mermaid
|
|
197
197
|
graph LR
|
|
@@ -225,14 +225,14 @@ graph LR
|
|
|
225
225
|
|
|
226
226
|
**Sequence: Before/After `*draft`**
|
|
227
227
|
```
|
|
228
|
-
BEFORE: @
|
|
229
|
-
DURING: @
|
|
230
|
-
AFTER: @
|
|
228
|
+
BEFORE: @product-lead validates artifacts + shard-doc completes → docs/prd/ and docs/architecture/ ready
|
|
229
|
+
DURING: @sprint-lead *draft → reads sharded docs → creates story.md (status: Draft)
|
|
230
|
+
AFTER: @developer *develop {story-id} OR @analyst/@project-lead review story (optional)
|
|
231
231
|
```
|
|
232
232
|
|
|
233
233
|
---
|
|
234
234
|
|
|
235
|
-
#### @
|
|
235
|
+
#### @product-lead (Pax) - Product Owner
|
|
236
236
|
|
|
237
237
|
```mermaid
|
|
238
238
|
graph LR
|
|
@@ -267,15 +267,15 @@ graph LR
|
|
|
267
267
|
|
|
268
268
|
**Sequence: Before/After `*execute-checklist-po`**
|
|
269
269
|
```
|
|
270
|
-
BEFORE: @
|
|
271
|
-
DURING: @
|
|
270
|
+
BEFORE: @project-lead creates prd.md + @architect creates architecture.md → both in docs/
|
|
271
|
+
DURING: @product-lead *execute-checklist-po → validates all artifacts against po-master-checklist
|
|
272
272
|
AFTER: If issues: return to relevant agent for fixes → re-validate
|
|
273
|
-
If OK: @
|
|
273
|
+
If OK: @product-lead *shard-doc → fragment documents for development
|
|
274
274
|
```
|
|
275
275
|
|
|
276
276
|
---
|
|
277
277
|
|
|
278
|
-
#### @
|
|
278
|
+
#### @developer (Dex) - Full Stack Developer
|
|
279
279
|
|
|
280
280
|
```mermaid
|
|
281
281
|
graph LR
|
|
@@ -313,9 +313,9 @@ graph LR
|
|
|
313
313
|
|
|
314
314
|
**Sequence: Before/After `*develop {story-id}`**
|
|
315
315
|
```
|
|
316
|
-
BEFORE: Story exists with status Approved/Ready (created by @
|
|
317
|
-
DURING: @
|
|
318
|
-
AFTER: @
|
|
316
|
+
BEFORE: Story exists with status Approved/Ready (created by @sprint-lead, validated by @product-lead)
|
|
317
|
+
DURING: @developer *develop {story-id} → reads story → implements tasks → updates File List → marks "Review"
|
|
318
|
+
AFTER: @quality-gate *review {story-id} OR story goes directly to Done (if QA skipped)
|
|
319
319
|
```
|
|
320
320
|
|
|
321
321
|
**Execution modes for `*develop`:**
|
|
@@ -327,7 +327,7 @@ AFTER: @qa *review {story-id} OR story goes directly to Done (if QA skipped)
|
|
|
327
327
|
|
|
328
328
|
---
|
|
329
329
|
|
|
330
|
-
#### @
|
|
330
|
+
#### @quality-gate (Quinn) - Test Architect
|
|
331
331
|
|
|
332
332
|
```mermaid
|
|
333
333
|
graph LR
|
|
@@ -365,16 +365,16 @@ graph LR
|
|
|
365
365
|
|
|
366
366
|
**Sequence: Before/After `*review {story}`**
|
|
367
367
|
```
|
|
368
|
-
BEFORE: @
|
|
369
|
-
DURING: @
|
|
368
|
+
BEFORE: @developer completes implementation → story status = "Review"
|
|
369
|
+
DURING: @quality-gate *review {story} → reads code + story → identifies issues → may fix minor items
|
|
370
370
|
AFTER: If PASS: story status → Done
|
|
371
|
-
If FAIL: @
|
|
371
|
+
If FAIL: @quality-gate *create-fix-request → @developer *apply-qa-fixes → back to @quality-gate *review
|
|
372
372
|
(Max 5 iterations in QA Loop, then escalation)
|
|
373
373
|
```
|
|
374
374
|
|
|
375
375
|
---
|
|
376
376
|
|
|
377
|
-
#### @
|
|
377
|
+
#### @project-lead (Morgan) - Product Manager
|
|
378
378
|
|
|
379
379
|
```mermaid
|
|
380
380
|
graph LR
|
|
@@ -677,10 +677,10 @@ graph LR
|
|
|
677
677
|
```mermaid
|
|
678
678
|
sequenceDiagram
|
|
679
679
|
autonumber
|
|
680
|
-
participant SM as @
|
|
681
|
-
participant PO as @
|
|
682
|
-
participant DEV as @
|
|
683
|
-
participant QA as @
|
|
680
|
+
participant SM as @sprint-lead (River)
|
|
681
|
+
participant PO as @product-lead (Pax)
|
|
682
|
+
participant DEV as @developer (Dex)
|
|
683
|
+
participant QA as @quality-gate (Quinn)
|
|
684
684
|
|
|
685
685
|
Note over SM,QA: Phase 1: Create Story
|
|
686
686
|
SM->>SM: *draft<br/>Task: create-next-story.md<br/>Template: story-tmpl.yaml
|
|
@@ -714,10 +714,10 @@ sequenceDiagram
|
|
|
714
714
|
```mermaid
|
|
715
715
|
sequenceDiagram
|
|
716
716
|
autonumber
|
|
717
|
-
participant PM as @
|
|
717
|
+
participant PM as @project-lead (Morgan)
|
|
718
718
|
participant ARCH as @architect (Aria)
|
|
719
719
|
participant AN as @analyst (Atlas)
|
|
720
|
-
participant QA as @
|
|
720
|
+
participant QA as @quality-gate (Quinn)
|
|
721
721
|
|
|
722
722
|
Note over PM,QA: Phase 1: Gather Requirements
|
|
723
723
|
PM->>PM: Task: spec-gather-requirements.md
|
|
@@ -751,8 +751,8 @@ sequenceDiagram
|
|
|
751
751
|
```mermaid
|
|
752
752
|
sequenceDiagram
|
|
753
753
|
autonumber
|
|
754
|
-
participant QA as @
|
|
755
|
-
participant DEV as @
|
|
754
|
+
participant QA as @quality-gate (Quinn)
|
|
755
|
+
participant DEV as @developer (Dex)
|
|
756
756
|
|
|
757
757
|
loop Max 5 Iterations
|
|
758
758
|
Note over QA,DEV: Review Phase
|
|
@@ -886,9 +886,9 @@ sequenceDiagram
|
|
|
886
886
|
participant ARCH as @architect (Aria)
|
|
887
887
|
participant DE as @data-engineer (Dara)
|
|
888
888
|
participant UX as @ux-expert (Uma)
|
|
889
|
-
participant QA as @
|
|
889
|
+
participant QA as @quality-gate (Quinn)
|
|
890
890
|
participant AN as @analyst (Atlas)
|
|
891
|
-
participant PM as @
|
|
891
|
+
participant PM as @project-lead (Morgan)
|
|
892
892
|
|
|
893
893
|
rect rgb(255, 248, 220)
|
|
894
894
|
Note over ARCH,PM: Phases 1-3: Data Collection
|
|
@@ -933,9 +933,9 @@ sequenceDiagram
|
|
|
933
933
|
|
|
934
934
|
Note over TRIGGER,DEVOPS: Triggers
|
|
935
935
|
alt story_started
|
|
936
|
-
TRIGGER->>SYS: @
|
|
936
|
+
TRIGGER->>SYS: @developer starts story
|
|
937
937
|
else story_assigned
|
|
938
|
-
TRIGGER->>SYS: @
|
|
938
|
+
TRIGGER->>SYS: @product-lead assigns story
|
|
939
939
|
else manual
|
|
940
940
|
TRIGGER->>SYS: *auto-worktree
|
|
941
941
|
end
|
|
@@ -1013,16 +1013,16 @@ These are valid "utility" tasks, but have no formal workflow integration:
|
|
|
1013
1013
|
| Agent | Status | Notes |
|
|
1014
1014
|
|-------|--------|-------|
|
|
1015
1015
|
| `@squad-creator` (Craft) | NO WORKFLOW | Creates and manages squads. Standalone by design. |
|
|
1016
|
-
| `@sinapse-
|
|
1016
|
+
| `@sinapse-orqx` (Orion) | META-AGENT | Orchestrates other agents. Not a workflow participant but a workflow creator/executor. |
|
|
1017
1017
|
| `@devops` (Gage) | SERVICE ROLE | Provides infrastructure (bootstrap, push, worktrees) but doesn't follow workflow sequences. |
|
|
1018
1018
|
|
|
1019
1019
|
---
|
|
1020
1020
|
|
|
1021
1021
|
## 6. Issues & Broken References
|
|
1022
1022
|
|
|
1023
|
-
### 6.1 CRITICAL: @
|
|
1023
|
+
### 6.1 CRITICAL: @quality-gate Agent Definition - Broken Task References
|
|
1024
1024
|
|
|
1025
|
-
**Verified 2026-02-05:** The `@qa` agent definition (`agents/
|
|
1025
|
+
**Verified 2026-02-05:** The `@qa` agent definition (`agents/quality-gate.md`) references 9 task files using **non-prefixed names that DO NOT EXIST** on the filesystem. Only `qa-gate.md` is correctly referenced.
|
|
1026
1026
|
|
|
1027
1027
|
| Agent Reference | Actual File on Disk | Status |
|
|
1028
1028
|
|----------------|---------------------|--------|
|
|
@@ -1037,9 +1037,9 @@ These are valid "utility" tasks, but have no formal workflow integration:
|
|
|
1037
1037
|
| `trace-requirements.md` | `qa-trace-requirements.md` | **BROKEN** |
|
|
1038
1038
|
| `qa-gate.md` | `qa-gate.md` | OK |
|
|
1039
1039
|
|
|
1040
|
-
**Impact:** If the dependency resolution does NOT apply automatic prefix fallback, @
|
|
1040
|
+
**Impact:** If the dependency resolution does NOT apply automatic prefix fallback, @quality-gate commands referencing these tasks will fail to find the task files.
|
|
1041
1041
|
|
|
1042
|
-
**Fix:** Update `agents/
|
|
1042
|
+
**Fix:** Update `agents/quality-gate.md` to use the full prefixed names matching actual files.
|
|
1043
1043
|
|
|
1044
1044
|
### 6.2 Duplicate Task Files (Both Exist on Disk)
|
|
1045
1045
|
|
|
@@ -1047,9 +1047,9 @@ Three task pairs exist with both a generic and agent-prefixed version:
|
|
|
1047
1047
|
|
|
1048
1048
|
| Generic (non-prefixed) | Agent-Prefixed | Used in Agent Def | Used in YAML Workflow | Recommendation |
|
|
1049
1049
|
|------------------------|----------------|--------------------|-----------------------|----------------|
|
|
1050
|
-
| `create-next-story.md` (`createNextStory()` by River) | `sm-create-next-story.md` (`smCreateNextStory()` by River) | @
|
|
1051
|
-
| `apply-qa-fixes.md` (`applyQaFixes()` by Dex) | `dev-apply-qa-fixes.md` (`devApplyQaFixes()` by Dex) | @
|
|
1052
|
-
| `validate-next-story.md` (`validateNextStory()` by Quinn) | `dev-validate-next-story.md` (`devValidateNextStory()` by Dex) | @po/@
|
|
1050
|
+
| `create-next-story.md` (`createNextStory()` by River) | `sm-create-next-story.md` (`smCreateNextStory()` by River) | @sprint-lead → `create-next-story.md` | `story-development-cycle.yaml` → `create-next-story` | **Keep generic**, deprecate `sm-` prefix |
|
|
1051
|
+
| `apply-qa-fixes.md` (`applyQaFixes()` by Dex) | `dev-apply-qa-fixes.md` (`devApplyQaFixes()` by Dex) | @developer → `apply-qa-fixes.md` | `qa-loop.yaml` → `dev-apply-qa-fixes.md` | **Mismatch!** Agent def ≠ YAML. Standardize. |
|
|
1052
|
+
| `validate-next-story.md` (`validateNextStory()` by Quinn) | `dev-validate-next-story.md` (`devValidateNextStory()` by Dex) | @po/@developer → `validate-next-story.md` | (indirect) | Different tasks for different agents. Both valid. |
|
|
1053
1053
|
|
|
1054
1054
|
### 6.3 Naming Inconsistencies in Documentation
|
|
1055
1055
|
|
|
@@ -1058,7 +1058,7 @@ Three task pairs exist with both a generic and agent-prefixed version:
|
|
|
1058
1058
|
| `sm-create-next-story.md` vs `create-next-story.md` | SM agent def uses `create-next-story.md`. Some workflow DOCS reference `sm-` prefix. YAML uses generic. | MEDIUM |
|
|
1059
1059
|
| `dev-develop-story.md` vs `develop-story` | Workflow docs sometimes omit `dev-` prefix. Actual task file is `dev-develop-story.md`. | LOW |
|
|
1060
1060
|
| `qa-review-story.md` vs `review-story.md` | Brownfield docs reference `review-story.md` but actual file is `qa-review-story.md`. YAML uses `qa-review-story.md`. | MEDIUM |
|
|
1061
|
-
| `dev-apply-qa-fixes.md` vs `apply-qa-fixes.md` | QA Loop YAML uses `dev-apply-qa-fixes.md`, @
|
|
1061
|
+
| `dev-apply-qa-fixes.md` vs `apply-qa-fixes.md` | QA Loop YAML uses `dev-apply-qa-fixes.md`, @developer agent uses `apply-qa-fixes.md`. Both files exist. | MEDIUM |
|
|
1062
1062
|
| `story-dod-checklist.md` path | Referenced in `@dev` checklist dependency but checklists/ dir does not exist. | MEDIUM |
|
|
1063
1063
|
|
|
1064
1064
|
### 6.4 Tasks Referenced in "Em Desenvolvimento" (Future/Planned)
|
|
@@ -1100,14 +1100,14 @@ The `checklists/` directory does NOT exist at `.sinapse-ai/development/checklist
|
|
|
1100
1100
|
|
|
1101
1101
|
Cross-reference of every agent's task dependencies against actual files on disk:
|
|
1102
1102
|
|
|
1103
|
-
### @
|
|
1103
|
+
### @sprint-lead (River)
|
|
1104
1104
|
| Dependency | File Exists? |
|
|
1105
1105
|
|-----------|:---:|
|
|
1106
1106
|
| `create-next-story.md` | ✅ |
|
|
1107
1107
|
| `execute-checklist.md` | ✅ |
|
|
1108
1108
|
| `correct-course.md` | ✅ |
|
|
1109
1109
|
|
|
1110
|
-
### @
|
|
1110
|
+
### @developer (Dex)
|
|
1111
1111
|
| Dependency | File Exists? |
|
|
1112
1112
|
|-----------|:---:|
|
|
1113
1113
|
| `apply-qa-fixes.md` | ✅ |
|
|
@@ -1121,7 +1121,7 @@ Cross-reference of every agent's task dependencies against actual files on disk:
|
|
|
1121
1121
|
| `validate-next-story.md` | ✅ |
|
|
1122
1122
|
| Checklist: `story-dod-checklist.md` | ⚠️ Dir missing |
|
|
1123
1123
|
|
|
1124
|
-
### @
|
|
1124
|
+
### @quality-gate (Quinn) - 9 BROKEN
|
|
1125
1125
|
| Dependency | File Exists? | Correct Name |
|
|
1126
1126
|
|-----------|:---:|-------------|
|
|
1127
1127
|
| `generate-tests.md` | ❌ | `qa-generate-tests.md` |
|
|
@@ -1135,7 +1135,7 @@ Cross-reference of every agent's task dependencies against actual files on disk:
|
|
|
1135
1135
|
| `test-design.md` | ❌ | `qa-test-design.md` |
|
|
1136
1136
|
| `trace-requirements.md` | ❌ | `qa-trace-requirements.md` |
|
|
1137
1137
|
|
|
1138
|
-
### @
|
|
1138
|
+
### @product-lead (Pax)
|
|
1139
1139
|
| Dependency | File Exists? |
|
|
1140
1140
|
|-----------|:---:|
|
|
1141
1141
|
| `correct-course.md` | ✅ |
|
|
@@ -1164,13 +1164,13 @@ Cross-reference of every agent's task dependencies against actual files on disk:
|
|
|
1164
1164
|
| Tasks in "Em Desenvolvimento" | 3 |
|
|
1165
1165
|
| Duplicate Task Pairs | 3 |
|
|
1166
1166
|
| Naming Inconsistencies | 5 |
|
|
1167
|
-
| @
|
|
1167
|
+
| @quality-gate Broken References | 9 |
|
|
1168
1168
|
| Checklists Dir Missing | 1 |
|
|
1169
1169
|
| Missing Workflow Connections | 4 (by design) |
|
|
1170
|
-
| Critical Issues | 1 (@
|
|
1170
|
+
| Critical Issues | 1 (@quality-gate broken refs) |
|
|
1171
1171
|
|
|
1172
1172
|
---
|
|
1173
1173
|
|
|
1174
1174
|
*Analysis generated by SINAPSE Cross-Reference Audit*
|
|
1175
1175
|
*Updated 2026-02-05: Verified agent definitions against actual file system.*
|
|
1176
|
-
*1 critical issue found: @
|
|
1176
|
+
*1 critical issue found: @quality-gate agent has 9 broken task references.*
|
|
@@ -35,25 +35,25 @@ These are YAML-based document generation templates used by the `create-doc` task
|
|
|
35
35
|
|
|
36
36
|
| # | File | Consuming Task(s) | Consuming Agent(s) | Workflow(s) | Orphan? |
|
|
37
37
|
|---|------|--------------------|---------------------|-------------|---------|
|
|
38
|
-
| 1 | `architecture-tmpl.yaml` | create-doc | architect, sinapse-
|
|
39
|
-
| 2 | `brainstorming-output-tmpl.yaml` | analyst-facilitate-brainstorming | analyst, sinapse-
|
|
40
|
-
| 3 | `brownfield-architecture-tmpl.yaml` | create-doc | architect, sinapse-
|
|
41
|
-
| 4 | `brownfield-prd-tmpl.yaml` | create-doc | pm, sinapse-
|
|
42
|
-
| 5 | `competitor-analysis-tmpl.yaml` | create-doc | analyst, sinapse-
|
|
38
|
+
| 1 | `architecture-tmpl.yaml` | create-doc | architect, sinapse-orqx | greenfield-service (architecture step) | No |
|
|
39
|
+
| 2 | `brainstorming-output-tmpl.yaml` | analyst-facilitate-brainstorming | analyst, sinapse-orqx | -- | No |
|
|
40
|
+
| 3 | `brownfield-architecture-tmpl.yaml` | create-doc | architect, sinapse-orqx | brownfield-ui, brownfield-service, brownfield-fullstack | No |
|
|
41
|
+
| 4 | `brownfield-prd-tmpl.yaml` | create-doc | pm, sinapse-orqx | brownfield-ui, brownfield-service, brownfield-fullstack | No |
|
|
42
|
+
| 5 | `competitor-analysis-tmpl.yaml` | create-doc | analyst, sinapse-orqx | -- | No |
|
|
43
43
|
| 6 | `design-story-tmpl.yaml` | create-doc (implicit) | -- | -- | **WEAK** |
|
|
44
|
-
| 7 | `front-end-architecture-tmpl.yaml` | create-doc | architect, sinapse-
|
|
45
|
-
| 8 | `front-end-spec-tmpl.yaml` | create-doc | ux-design-expert, sinapse-
|
|
46
|
-
| 9 | `fullstack-architecture-tmpl.yaml` | create-doc | architect, sinapse-
|
|
44
|
+
| 7 | `front-end-architecture-tmpl.yaml` | create-doc | architect, sinapse-orqx, ux-design-expert | greenfield-ui, greenfield-fullstack | No |
|
|
45
|
+
| 8 | `front-end-spec-tmpl.yaml` | create-doc | ux-design-expert, sinapse-orqx | greenfield-ui, greenfield-fullstack, brownfield-ui | No |
|
|
46
|
+
| 9 | `fullstack-architecture-tmpl.yaml` | create-doc | architect, sinapse-orqx | greenfield-fullstack | No |
|
|
47
47
|
| 10 | `index-strategy-tmpl.yaml` | create-doc | data-engineer | -- | No |
|
|
48
|
-
| 11 | `market-research-tmpl.yaml` | create-doc | analyst, sinapse-
|
|
48
|
+
| 11 | `market-research-tmpl.yaml` | create-doc | analyst, sinapse-orqx | -- | No |
|
|
49
49
|
| 12 | `migration-plan-tmpl.yaml` | create-doc | data-engineer | -- | No |
|
|
50
|
-
| 13 | `prd-tmpl.yaml` | create-doc | pm, sinapse-
|
|
51
|
-
| 14 | `project-brief-tmpl.yaml` | create-doc | analyst, sinapse-
|
|
50
|
+
| 13 | `prd-tmpl.yaml` | create-doc | pm, sinapse-orqx | greenfield-ui, greenfield-service, greenfield-fullstack (implicit) | No |
|
|
51
|
+
| 14 | `project-brief-tmpl.yaml` | create-doc | analyst, sinapse-orqx | -- | No |
|
|
52
52
|
| 15 | `qa-gate-tmpl.yaml` | qa-run-tests, qa-review-story | qa | qa-loop | No |
|
|
53
53
|
| 16 | `rls-policies-tmpl.yaml` | create-doc | data-engineer | -- | No |
|
|
54
54
|
| 17 | `schema-design-tmpl.yaml` | db-domain-modeling, create-doc | data-engineer | -- | No |
|
|
55
55
|
| 18 | `state-persistence-tmpl.yaml` | create-doc | ux-design-expert | -- | No |
|
|
56
|
-
| 19 | `story-tmpl.yaml` | create-doc, create-next-story, sm-create-next-story, dev-validate-next-story, validate-next-story | po, sm, qa, sinapse-
|
|
56
|
+
| 19 | `story-tmpl.yaml` | create-doc, create-next-story, sm-create-next-story, dev-validate-next-story, validate-next-story | po, sm, qa, sinapse-orqx | story-development-cycle (implicit) | No |
|
|
57
57
|
| 20 | `tokens-schema-tmpl.yaml` | create-doc | ux-design-expert | -- | No |
|
|
58
58
|
|
|
59
59
|
---
|
|
@@ -73,7 +73,7 @@ These are Handlebars templates rendered by the template engine for structured do
|
|
|
73
73
|
| 5 | `prd.hbs` | create-doc (via template engine) | pm (implicit) | -- | **WEAK** |
|
|
74
74
|
| 6 | `prd-v2.0.hbs` | create-doc (via template engine/loader) | pm (implicit) | -- | **WEAK** |
|
|
75
75
|
| 7 | `story.hbs` | create-doc (via template engine) | po, sm (implicit) | -- | **WEAK** |
|
|
76
|
-
| 8 | `task.hbs` | create-doc (via template engine) | sinapse-
|
|
76
|
+
| 8 | `task.hbs` | create-doc (via template engine) | sinapse-orqx (implicit) | -- | **WEAK** |
|
|
77
77
|
|
|
78
78
|
**Note:** HBS templates are loaded dynamically by the template engine (`loader.js`). They are paired with schemas in `engine/schemas/`. References are implicit through the `create-doc` task which selects templates at runtime based on user input. The engine handles versioned templates (e.g., `prd-v2` resolves to `prd-v2.0.hbs`).
|
|
79
79
|
|
|
@@ -132,7 +132,7 @@ Meta-templates used for creating personalized framework components.
|
|
|
132
132
|
|
|
133
133
|
| # | File | Consuming Task(s) | Consuming Agent(s) | Workflow(s) | Orphan? |
|
|
134
134
|
|---|------|--------------------|---------------------|-------------|---------|
|
|
135
|
-
| 1 | `personalized-agent-template.md` | create-doc (implicit), modify-agent | sinapse-
|
|
135
|
+
| 1 | `personalized-agent-template.md` | create-doc (implicit), modify-agent | sinapse-orqx (implicit) | -- | No |
|
|
136
136
|
| 2 | `personalized-checklist-template.md` | create-doc (implicit) | -- | -- | **WEAK** |
|
|
137
137
|
| 3 | `personalized-task-template.md` | create-doc (implicit), create-task | -- | -- | **WEAK** |
|
|
138
138
|
| 4 | `personalized-task-template-v2.md` | create-doc (implicit) | -- | -- | **WEAK** |
|
|
@@ -151,9 +151,9 @@ Templates that define the structure of framework components (agents, tasks, work
|
|
|
151
151
|
|
|
152
152
|
| # | File | Consuming Task(s) | Consuming Agent(s) | Workflow(s) | Orphan? |
|
|
153
153
|
|---|------|--------------------|---------------------|-------------|---------|
|
|
154
|
-
| 1 | `agent-template.yaml` | modify-agent, create-doc | sinapse-
|
|
155
|
-
| 2 | `task-template.md` | create-task (implicit), squad-creator-extend | sinapse-
|
|
156
|
-
| 3 | `workflow-template.yaml` | squad-creator-extend, verify-workflow-gaps (script) | sinapse-
|
|
154
|
+
| 1 | `agent-template.yaml` | modify-agent, create-doc | sinapse-orqx | -- | No |
|
|
155
|
+
| 2 | `task-template.md` | create-task (implicit), squad-creator-extend | sinapse-orqx | -- | No |
|
|
156
|
+
| 3 | `workflow-template.yaml` | squad-creator-extend, verify-workflow-gaps (script) | sinapse-orqx | -- | No |
|
|
157
157
|
| 4 | `activation-instructions-template.md` | -- (service-registry) | -- | -- | **WEAK** |
|
|
158
158
|
| 5 | `activation-instructions-inline-greeting.yaml` | -- | -- | -- | **WEAK** |
|
|
159
159
|
| 6 | `task-execution-report.md` | validate-task-v2 (script), personalized-workflow-template | -- | -- | **WEAK** |
|
|
@@ -279,7 +279,7 @@ Location: `.sinapse-ai/development/templates/`
|
|
|
279
279
|
| # | File | Consuming Task(s) | Consuming Agent(s) | Workflow(s) | Orphan? |
|
|
280
280
|
|---|------|--------------------|---------------------|-------------|---------|
|
|
281
281
|
| 1 | `sinapse-doc-template.md` | create-doc (implicit) | -- | -- | **WEAK** |
|
|
282
|
-
| 2 | `subagent-step-prompt.md` | run-workflow-engine | sinapse-
|
|
282
|
+
| 2 | `subagent-step-prompt.md` | run-workflow-engine | sinapse-orqx | -- | No |
|
|
283
283
|
|
|
284
284
|
---
|
|
285
285
|
|
|
@@ -289,12 +289,12 @@ Location: `.sinapse-ai/product/checklists/`
|
|
|
289
289
|
|
|
290
290
|
| # | File | Consuming Task(s) | Consuming Agent(s) | Workflow(s) | Orphan? |
|
|
291
291
|
|---|------|--------------------|---------------------|-------------|---------|
|
|
292
|
-
| 1 | `architect-checklist.md` | execute-checklist, analyze-cross-artifact | architect, sinapse-
|
|
293
|
-
| 2 | `change-checklist.md` | correct-course, modify-agent, modify-task, modify-workflow, update-manifest, qa-review-proposal, propose-modification, brownfield-create-epic | pm, po, sinapse-
|
|
294
|
-
| 3 | `pm-checklist.md` | execute-checklist (via prd-tmpl.yaml), analyze-cross-artifact | pm, sinapse-
|
|
295
|
-
| 4 | `po-master-checklist.md` | execute-checklist, validate-next-story, create-next-story, sm-create-next-story, create-brownfield-story, brownfield-create-story, brownfield-create-epic, qa-trace-requirements, dev-validate-next-story, po-sync-story-to-clickup, po-pull-story-from-clickup | po, sinapse-
|
|
296
|
-
| 5 | `story-dod-checklist.md` | execute-checklist, dev-develop-story, analyze-cross-artifact, build-autonomous | dev, sinapse-
|
|
297
|
-
| 6 | `story-draft-checklist.md` | create-next-story, sm-create-next-story, analyze-cross-artifact | sm, sinapse-
|
|
292
|
+
| 1 | `architect-checklist.md` | execute-checklist, analyze-cross-artifact | architect, sinapse-orqx | -- | No |
|
|
293
|
+
| 2 | `change-checklist.md` | correct-course, modify-agent, modify-task, modify-workflow, update-manifest, qa-review-proposal, propose-modification, brownfield-create-epic | pm, po, sinapse-orqx | -- | No |
|
|
294
|
+
| 3 | `pm-checklist.md` | execute-checklist (via prd-tmpl.yaml), analyze-cross-artifact | pm, sinapse-orqx | -- | No |
|
|
295
|
+
| 4 | `po-master-checklist.md` | execute-checklist, validate-next-story, create-next-story, sm-create-next-story, create-brownfield-story, brownfield-create-story, brownfield-create-epic, qa-trace-requirements, dev-validate-next-story, po-sync-story-to-clickup, po-pull-story-from-clickup | po, sinapse-orqx | greenfield-ui, greenfield-service, greenfield-fullstack, brownfield-ui, brownfield-service, brownfield-fullstack | No |
|
|
296
|
+
| 5 | `story-dod-checklist.md` | execute-checklist, dev-develop-story, analyze-cross-artifact, build-autonomous | dev, sinapse-orqx | story-development-cycle (implicit) | No |
|
|
297
|
+
| 6 | `story-draft-checklist.md` | create-next-story, sm-create-next-story, analyze-cross-artifact | sm, sinapse-orqx | -- | No |
|
|
298
298
|
| 7 | `self-critique-checklist.md` | plan-execute-subtask, build-autonomous, document-gotchas | dev | -- | No |
|
|
299
299
|
| 8 | `release-checklist.md` | execute-checklist (implicit) | devops | -- | No |
|
|
300
300
|
| 9 | `pre-push-checklist.md` | execute-checklist (implicit) | devops | -- | No |
|
|
@@ -314,8 +314,8 @@ Location: `.sinapse-ai/product/data/`
|
|
|
314
314
|
|
|
315
315
|
| # | File | Consuming Task(s) | Consuming Agent(s) | Workflow(s) | Orphan? |
|
|
316
316
|
|---|------|--------------------|---------------------|-------------|---------|
|
|
317
|
-
| 1 | `brainstorming-techniques.md` | analyst-facilitate-brainstorming | analyst, sinapse-
|
|
318
|
-
| 2 | `elicitation-methods.md` | advanced-elicitation, create-doc | sinapse-
|
|
317
|
+
| 1 | `brainstorming-techniques.md` | analyst-facilitate-brainstorming | analyst, sinapse-orqx | -- | No |
|
|
318
|
+
| 2 | `elicitation-methods.md` | advanced-elicitation, create-doc | sinapse-orqx | -- | No |
|
|
319
319
|
| 3 | `mode-selection-best-practices.md` | -- (agent-config-requirements) | -- | -- | **WEAK** |
|
|
320
320
|
| 4 | `atomic-design-principles.md` | -- | ux-design-expert | -- | No |
|
|
321
321
|
| 5 | `consolidation-algorithms.md` | -- | ux-design-expert | -- | No |
|
|
@@ -339,12 +339,12 @@ Location: `.sinapse-ai/data/`
|
|
|
339
339
|
|
|
340
340
|
| # | File | Consuming Task(s) | Consuming Agent(s) | Workflow(s) | Orphan? |
|
|
341
341
|
|---|------|--------------------|---------------------|-------------|---------|
|
|
342
|
-
| 1 | `sinapse-kb.md` | -- (knowledge base) | analyst, sinapse-
|
|
342
|
+
| 1 | `sinapse-kb.md` | -- (knowledge base) | analyst, sinapse-orqx | greenfield-ui, greenfield-service, greenfield-fullstack, brownfield-ui, brownfield-service, brownfield-fullstack | No |
|
|
343
343
|
| 2 | `agent-config-requirements.yaml` | -- (config-loader, agent-config-loader scripts) | All agents (configuration) | -- | No |
|
|
344
344
|
| 3 | `learned-patterns.yaml` | patterns (learn-patterns) | -- | -- | No |
|
|
345
345
|
| 4 | `workflow-patterns.yaml` | -- (workflow-registry, workflow-navigator scripts) | sm (via agent-config-requirements) | All workflows (runtime) | No |
|
|
346
346
|
| 5 | `workflow-state-schema.yaml` | -- (referenced by workflow-patterns.yaml, verify-workflow-gaps script) | -- | All workflows (schema) | No |
|
|
347
|
-
| 6 | `technical-preferences.md` | qa-nfr-assess, qa-review-story, spec-research-dependencies | architect, pm, qa, ux-design-expert, sinapse-
|
|
347
|
+
| 6 | `technical-preferences.md` | qa-nfr-assess, qa-review-story, spec-research-dependencies | architect, pm, qa, ux-design-expert, sinapse-orqx | -- | No |
|
|
348
348
|
| 7 | `tech-presets/_template.md` | validate-tech-preset | -- | -- | No |
|
|
349
349
|
| 8 | `tech-presets/nextjs-react.md` | validate-tech-preset | -- | -- | No |
|
|
350
350
|
|
|
@@ -400,7 +400,7 @@ Location: `.sinapse-ai/data/`
|
|
|
400
400
|
|
|
401
401
|
| Agent | Templates Used | Checklists Used | Data Files Used |
|
|
402
402
|
|-------|----------------|-----------------|-----------------|
|
|
403
|
-
| sinapse-
|
|
403
|
+
| sinapse-orqx | 14 | 5 | 4 |
|
|
404
404
|
| ux-design-expert | 8 | 4 | 6 |
|
|
405
405
|
| data-engineer | 7 | 3 | 5 |
|
|
406
406
|
| architect | 4 | 1 | 1 |
|