sinapse-ai 6.0.3 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +10 -10
- package/.sinapse-ai/constitution.md +2 -2
- package/.sinapse-ai/data/entity-registry.yaml +831 -894
- package/.sinapse-ai/data/registry-update-log.jsonl +195 -0
- package/.sinapse-ai/data/sinapse-kb.md +6 -6
- package/.sinapse-ai/data/tech-presets/_template.md +2 -2
- 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 +2 -2
- 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/development/agents/analyst.md +3 -3
- package/.sinapse-ai/development/agents/architect/MEMORY.md +1 -1
- package/.sinapse-ai/development/agents/architect.md +2 -2
- package/.sinapse-ai/development/agents/developer.md +2 -2
- package/.sinapse-ai/development/agents/devops.md +2 -2
- package/.sinapse-ai/development/agents/product-lead.md +2 -2
- package/.sinapse-ai/development/agents/project-lead.md +3 -3
- package/.sinapse-ai/development/agents/quality-gate.md +3 -3
- package/.sinapse-ai/development/agents/sinapse-orqx.md +6 -6
- package/.sinapse-ai/development/agents/sprint-lead.md +2 -2
- package/.sinapse-ai/development/agents/squad-creator.md +2 -2
- package/.sinapse-ai/development/agents/ux-design-expert.md +1 -1
- package/.sinapse-ai/development/data/decision-heuristics-framework.md +5 -5
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +3 -3
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +2 -2
- package/.sinapse-ai/development/tasks/build-resume.md +1 -1
- package/.sinapse-ai/development/tasks/build-status.md +1 -1
- package/.sinapse-ai/development/tasks/build.md +1 -1
- package/.sinapse-ai/development/tasks/create-agent.md +2 -2
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-deep-research-prompt.md +1 -1
- package/.sinapse-ai/development/tasks/create-next-story.md +5 -5
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +2 -2
- package/.sinapse-ai/development/tasks/dev-develop-story.md +1 -1
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +7 -7
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/gotcha.md +1 -1
- package/.sinapse-ai/development/tasks/gotchas.md +1 -1
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
- package/.sinapse-ai/development/tasks/po-backlog-add.md +2 -2
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/po-stories-index.md +1 -1
- package/.sinapse-ai/development/tasks/project-status.md +1 -1
- package/.sinapse-ai/development/tasks/qa-after-creation.md +1 -1
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +4 -4
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +6 -6
- package/.sinapse-ai/development/tasks/qa-review-build.md +1 -1
- package/.sinapse-ai/development/tasks/qa-review-story.md +1 -1
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/release-management.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/validate-next-story.md +4 -4
- package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
- package/.sinapse-ai/development/tasks/waves.md +1 -1
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +1 -1
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +1 -2
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.2-SUMMARY.md +3 -3
- package/.sinapse-ai/install-manifest.yaml +145 -145
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +5 -5
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +5 -5
- package/.sinapse-ai/product/templates/personalized-task-template-v2.md +1 -1
- package/.sinapse-ai/user-guide.md +19 -19
- package/.sinapse-ai/working-in-the-brownfield.md +6 -6
- package/README.en.md +182 -627
- package/README.md +181 -639
- package/bin/cli.js +61 -4
- package/docs/ORQX-PLAN.md +23 -17
- package/docs/SQUAD-COMMANDS-REFERENCE.md +206 -0
- package/docs/examples/squads/tool-overrides-example.yaml +55 -0
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +2 -2
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +2 -2
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/package.json +1 -1
- package/squads/squad-claude/agents/db-sage.md +152 -0
- package/squads/squad-claude/agents/tools-orqx.md +219 -0
- package/squads/squad-cloning/agents/content-capturer.md +2 -2
- package/squads/squad-cloning/agents/sop-extractor.md +61 -0
- package/squads/squad-cloning/knowledge-base/pipeline-session-planning.md +2 -2
- package/squads/squad-cloning/knowledge-base/source-classification.md +3 -3
- package/squads/squad-commercial/agents/legal-chief.md +199 -0
- package/squads/squad-copy/agents/copy-chief.md +162 -0
- package/squads/squad-cybersecurity/agents/cyber-chief.md +169 -0
- package/squads/squad-design/agents/brad-frost.md +46 -0
- package/squads/squad-design/agents/dan-mall.md +43 -0
- package/squads/squad-design/agents/dave-malouf.md +43 -0
- package/squads/squad-design/agents/design-chief.md +226 -0
- package/squads/squad-design/agents/design-system.md +210 -0
- package/squads/squad-design/agents/nano-banana-generator.md +42 -0
- package/squads/squad-design/agents/ux-designer.md +124 -0
- package/squads/squad-paidmedia/agents/traffic-masters-chief.md +211 -0
- package/squads/squad-research/agents/data-chief.md +198 -0
- package/squads/squad-storytelling/agents/story-chief.md +180 -0
|
@@ -314,3 +314,198 @@
|
|
|
314
314
|
{"timestamp":"2026-03-25T01:58:42.647Z","action":"change","path":".sinapse-ai/product/templates/personalized-template-file.yaml","trigger":"watcher"}
|
|
315
315
|
{"timestamp":"2026-03-25T01:58:42.648Z","action":"change","path":".sinapse-ai/product/templates/personalized-workflow-template.yaml","trigger":"watcher"}
|
|
316
316
|
{"timestamp":"2026-03-25T01:58:42.648Z","action":"change","path":".sinapse-ai/product/templates/story-tmpl.yaml","trigger":"watcher"}
|
|
317
|
+
{"timestamp":"2026-03-25T14:51:29.383Z","action":"change","path":".sinapse-ai/data/sinapse-kb.md","trigger":"watcher"}
|
|
318
|
+
{"timestamp":"2026-03-25T14:51:29.384Z","action":"change","path":".sinapse-ai/data/tech-presets/_template.md","trigger":"watcher"}
|
|
319
|
+
{"timestamp":"2026-03-25T14:51:29.384Z","action":"change","path":".sinapse-ai/data/tech-presets/csharp.md","trigger":"watcher"}
|
|
320
|
+
{"timestamp":"2026-03-25T14:51:29.385Z","action":"change","path":".sinapse-ai/data/tech-presets/go.md","trigger":"watcher"}
|
|
321
|
+
{"timestamp":"2026-03-25T14:51:29.385Z","action":"change","path":".sinapse-ai/data/tech-presets/java.md","trigger":"watcher"}
|
|
322
|
+
{"timestamp":"2026-03-25T14:51:29.385Z","action":"change","path":".sinapse-ai/data/tech-presets/nextjs-react.md","trigger":"watcher"}
|
|
323
|
+
{"timestamp":"2026-03-25T14:51:29.385Z","action":"change","path":".sinapse-ai/data/tech-presets/php.md","trigger":"watcher"}
|
|
324
|
+
{"timestamp":"2026-03-25T14:51:29.386Z","action":"change","path":".sinapse-ai/data/tech-presets/rust.md","trigger":"watcher"}
|
|
325
|
+
{"timestamp":"2026-03-25T14:51:29.386Z","action":"change","path":".sinapse-ai/data/technical-preferences.md","trigger":"watcher"}
|
|
326
|
+
{"timestamp":"2026-03-25T14:51:29.386Z","action":"change","path":".sinapse-ai/development/agents/analyst.md","trigger":"watcher"}
|
|
327
|
+
{"timestamp":"2026-03-25T14:51:29.387Z","action":"change","path":".sinapse-ai/development/agents/architect.md","trigger":"watcher"}
|
|
328
|
+
{"timestamp":"2026-03-25T14:51:29.387Z","action":"change","path":".sinapse-ai/development/agents/architect/MEMORY.md","trigger":"watcher"}
|
|
329
|
+
{"timestamp":"2026-03-25T14:51:29.388Z","action":"change","path":".sinapse-ai/development/agents/developer.md","trigger":"watcher"}
|
|
330
|
+
{"timestamp":"2026-03-25T14:51:29.388Z","action":"change","path":".sinapse-ai/development/agents/devops.md","trigger":"watcher"}
|
|
331
|
+
{"timestamp":"2026-03-25T14:51:29.388Z","action":"change","path":".sinapse-ai/development/agents/product-lead.md","trigger":"watcher"}
|
|
332
|
+
{"timestamp":"2026-03-25T14:51:29.388Z","action":"change","path":".sinapse-ai/development/agents/project-lead.md","trigger":"watcher"}
|
|
333
|
+
{"timestamp":"2026-03-25T14:51:29.389Z","action":"change","path":".sinapse-ai/development/agents/quality-gate.md","trigger":"watcher"}
|
|
334
|
+
{"timestamp":"2026-03-25T14:51:29.389Z","action":"change","path":".sinapse-ai/development/agents/sinapse-orqx.md","trigger":"watcher"}
|
|
335
|
+
{"timestamp":"2026-03-25T14:51:29.389Z","action":"change","path":".sinapse-ai/development/agents/sprint-lead.md","trigger":"watcher"}
|
|
336
|
+
{"timestamp":"2026-03-25T14:51:29.389Z","action":"change","path":".sinapse-ai/development/agents/squad-creator.md","trigger":"watcher"}
|
|
337
|
+
{"timestamp":"2026-03-25T14:51:29.390Z","action":"change","path":".sinapse-ai/development/agents/ux-design-expert.md","trigger":"watcher"}
|
|
338
|
+
{"timestamp":"2026-03-25T14:51:29.390Z","action":"change","path":".sinapse-ai/development/tasks/apply-qa-fixes.md","trigger":"watcher"}
|
|
339
|
+
{"timestamp":"2026-03-25T14:51:29.390Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-epic.md","trigger":"watcher"}
|
|
340
|
+
{"timestamp":"2026-03-25T14:51:29.390Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-story.md","trigger":"watcher"}
|
|
341
|
+
{"timestamp":"2026-03-25T14:51:29.390Z","action":"change","path":".sinapse-ai/development/tasks/build-autonomous.md","trigger":"watcher"}
|
|
342
|
+
{"timestamp":"2026-03-25T14:51:29.391Z","action":"change","path":".sinapse-ai/development/tasks/build-resume.md","trigger":"watcher"}
|
|
343
|
+
{"timestamp":"2026-03-25T14:51:29.391Z","action":"change","path":".sinapse-ai/development/tasks/build-status.md","trigger":"watcher"}
|
|
344
|
+
{"timestamp":"2026-03-25T14:51:29.391Z","action":"change","path":".sinapse-ai/development/tasks/build.md","trigger":"watcher"}
|
|
345
|
+
{"timestamp":"2026-03-25T14:51:29.391Z","action":"change","path":".sinapse-ai/development/tasks/create-agent.md","trigger":"watcher"}
|
|
346
|
+
{"timestamp":"2026-03-25T14:51:29.392Z","action":"change","path":".sinapse-ai/development/tasks/create-brownfield-story.md","trigger":"watcher"}
|
|
347
|
+
{"timestamp":"2026-03-25T14:51:29.392Z","action":"change","path":".sinapse-ai/development/tasks/create-deep-research-prompt.md","trigger":"watcher"}
|
|
348
|
+
{"timestamp":"2026-03-25T14:51:29.392Z","action":"change","path":".sinapse-ai/development/tasks/create-next-story.md","trigger":"watcher"}
|
|
349
|
+
{"timestamp":"2026-03-25T14:51:29.392Z","action":"change","path":".sinapse-ai/development/tasks/create-suite.md","trigger":"watcher"}
|
|
350
|
+
{"timestamp":"2026-03-25T14:51:29.393Z","action":"change","path":".sinapse-ai/development/tasks/dev-backlog-debt.md","trigger":"watcher"}
|
|
351
|
+
{"timestamp":"2026-03-25T14:51:29.393Z","action":"change","path":".sinapse-ai/development/tasks/dev-develop-story.md","trigger":"watcher"}
|
|
352
|
+
{"timestamp":"2026-03-25T14:51:29.393Z","action":"change","path":".sinapse-ai/development/tasks/execute-checklist.md","trigger":"watcher"}
|
|
353
|
+
{"timestamp":"2026-03-25T14:51:29.393Z","action":"change","path":".sinapse-ai/development/tasks/execute-epic-plan.md","trigger":"watcher"}
|
|
354
|
+
{"timestamp":"2026-03-25T14:51:29.394Z","action":"change","path":".sinapse-ai/development/tasks/github-devops-github-pr-automation.md","trigger":"watcher"}
|
|
355
|
+
{"timestamp":"2026-03-25T14:51:29.394Z","action":"change","path":".sinapse-ai/development/tasks/gotcha.md","trigger":"watcher"}
|
|
356
|
+
{"timestamp":"2026-03-25T14:51:29.394Z","action":"change","path":".sinapse-ai/development/tasks/gotchas.md","trigger":"watcher"}
|
|
357
|
+
{"timestamp":"2026-03-25T14:51:29.394Z","action":"change","path":".sinapse-ai/development/tasks/next.md","trigger":"watcher"}
|
|
358
|
+
{"timestamp":"2026-03-25T14:51:29.394Z","action":"change","path":".sinapse-ai/development/tasks/plan-execute-subtask.md","trigger":"watcher"}
|
|
359
|
+
{"timestamp":"2026-03-25T14:51:29.395Z","action":"change","path":".sinapse-ai/development/tasks/po-backlog-add.md","trigger":"watcher"}
|
|
360
|
+
{"timestamp":"2026-03-25T14:51:29.395Z","action":"change","path":".sinapse-ai/development/tasks/po-close-story.md","trigger":"watcher"}
|
|
361
|
+
{"timestamp":"2026-03-25T14:51:29.395Z","action":"change","path":".sinapse-ai/development/tasks/po-stories-index.md","trigger":"watcher"}
|
|
362
|
+
{"timestamp":"2026-03-25T14:51:29.395Z","action":"change","path":".sinapse-ai/development/tasks/project-status.md","trigger":"watcher"}
|
|
363
|
+
{"timestamp":"2026-03-25T14:51:29.395Z","action":"change","path":".sinapse-ai/development/tasks/qa-after-creation.md","trigger":"watcher"}
|
|
364
|
+
{"timestamp":"2026-03-25T14:51:29.396Z","action":"change","path":".sinapse-ai/development/tasks/qa-backlog-add-followup.md","trigger":"watcher"}
|
|
365
|
+
{"timestamp":"2026-03-25T14:51:29.396Z","action":"change","path":".sinapse-ai/development/tasks/qa-create-fix-request.md","trigger":"watcher"}
|
|
366
|
+
{"timestamp":"2026-03-25T14:51:29.396Z","action":"change","path":".sinapse-ai/development/tasks/qa-fix-issues.md","trigger":"watcher"}
|
|
367
|
+
{"timestamp":"2026-03-25T14:51:29.396Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-build.md","trigger":"watcher"}
|
|
368
|
+
{"timestamp":"2026-03-25T14:51:29.397Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-story.md","trigger":"watcher"}
|
|
369
|
+
{"timestamp":"2026-03-25T14:51:29.397Z","action":"change","path":".sinapse-ai/development/tasks/qa-run-tests.md","trigger":"watcher"}
|
|
370
|
+
{"timestamp":"2026-03-25T14:51:29.398Z","action":"change","path":".sinapse-ai/development/tasks/release-management.md","trigger":"watcher"}
|
|
371
|
+
{"timestamp":"2026-03-25T14:51:29.398Z","action":"change","path":".sinapse-ai/development/tasks/run-workflow-engine.md","trigger":"watcher"}
|
|
372
|
+
{"timestamp":"2026-03-25T14:51:29.398Z","action":"change","path":".sinapse-ai/development/tasks/spec-critique.md","trigger":"watcher"}
|
|
373
|
+
{"timestamp":"2026-03-25T14:51:29.398Z","action":"change","path":".sinapse-ai/development/tasks/spec-gather-requirements.md","trigger":"watcher"}
|
|
374
|
+
{"timestamp":"2026-03-25T14:51:29.399Z","action":"change","path":".sinapse-ai/development/tasks/spec-write-spec.md","trigger":"watcher"}
|
|
375
|
+
{"timestamp":"2026-03-25T14:51:29.399Z","action":"change","path":".sinapse-ai/development/tasks/validate-next-story.md","trigger":"watcher"}
|
|
376
|
+
{"timestamp":"2026-03-25T14:51:29.399Z","action":"change","path":".sinapse-ai/development/tasks/verify-subtask.md","trigger":"watcher"}
|
|
377
|
+
{"timestamp":"2026-03-25T14:51:29.399Z","action":"change","path":".sinapse-ai/development/tasks/waves.md","trigger":"watcher"}
|
|
378
|
+
{"timestamp":"2026-03-25T14:51:29.399Z","action":"change","path":".sinapse-ai/product/checklists/story-draft-checklist.md","trigger":"watcher"}
|
|
379
|
+
{"timestamp":"2026-03-25T14:51:29.400Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/claude-rules.md","trigger":"watcher"}
|
|
380
|
+
{"timestamp":"2026-03-25T14:51:29.400Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/codex-rules.md","trigger":"watcher"}
|
|
381
|
+
{"timestamp":"2026-03-25T14:51:29.400Z","action":"change","path":".sinapse-ai/product/templates/personalized-task-template-v2.md","trigger":"watcher"}
|
|
382
|
+
{"timestamp":"2026-03-25T14:57:53.255Z","action":"change","path":".sinapse-ai/data/sinapse-kb.md","trigger":"watcher"}
|
|
383
|
+
{"timestamp":"2026-03-25T14:57:53.256Z","action":"change","path":".sinapse-ai/data/tech-presets/_template.md","trigger":"watcher"}
|
|
384
|
+
{"timestamp":"2026-03-25T14:57:53.256Z","action":"change","path":".sinapse-ai/data/tech-presets/csharp.md","trigger":"watcher"}
|
|
385
|
+
{"timestamp":"2026-03-25T14:57:53.257Z","action":"change","path":".sinapse-ai/data/tech-presets/go.md","trigger":"watcher"}
|
|
386
|
+
{"timestamp":"2026-03-25T14:57:53.257Z","action":"change","path":".sinapse-ai/data/tech-presets/java.md","trigger":"watcher"}
|
|
387
|
+
{"timestamp":"2026-03-25T14:57:53.257Z","action":"change","path":".sinapse-ai/data/tech-presets/nextjs-react.md","trigger":"watcher"}
|
|
388
|
+
{"timestamp":"2026-03-25T14:57:53.257Z","action":"change","path":".sinapse-ai/data/tech-presets/php.md","trigger":"watcher"}
|
|
389
|
+
{"timestamp":"2026-03-25T14:57:53.258Z","action":"change","path":".sinapse-ai/data/tech-presets/rust.md","trigger":"watcher"}
|
|
390
|
+
{"timestamp":"2026-03-25T14:57:53.258Z","action":"change","path":".sinapse-ai/data/technical-preferences.md","trigger":"watcher"}
|
|
391
|
+
{"timestamp":"2026-03-25T14:57:53.258Z","action":"change","path":".sinapse-ai/development/agents/analyst.md","trigger":"watcher"}
|
|
392
|
+
{"timestamp":"2026-03-25T14:57:53.258Z","action":"change","path":".sinapse-ai/development/agents/architect.md","trigger":"watcher"}
|
|
393
|
+
{"timestamp":"2026-03-25T14:57:53.259Z","action":"change","path":".sinapse-ai/development/agents/architect/MEMORY.md","trigger":"watcher"}
|
|
394
|
+
{"timestamp":"2026-03-25T14:57:53.259Z","action":"change","path":".sinapse-ai/development/agents/developer.md","trigger":"watcher"}
|
|
395
|
+
{"timestamp":"2026-03-25T14:57:53.259Z","action":"change","path":".sinapse-ai/development/agents/devops.md","trigger":"watcher"}
|
|
396
|
+
{"timestamp":"2026-03-25T14:57:53.259Z","action":"change","path":".sinapse-ai/development/agents/product-lead.md","trigger":"watcher"}
|
|
397
|
+
{"timestamp":"2026-03-25T14:57:53.260Z","action":"change","path":".sinapse-ai/development/agents/project-lead.md","trigger":"watcher"}
|
|
398
|
+
{"timestamp":"2026-03-25T14:57:53.260Z","action":"change","path":".sinapse-ai/development/agents/quality-gate.md","trigger":"watcher"}
|
|
399
|
+
{"timestamp":"2026-03-25T14:57:53.260Z","action":"change","path":".sinapse-ai/development/agents/sinapse-orqx.md","trigger":"watcher"}
|
|
400
|
+
{"timestamp":"2026-03-25T14:57:53.260Z","action":"change","path":".sinapse-ai/development/agents/sprint-lead.md","trigger":"watcher"}
|
|
401
|
+
{"timestamp":"2026-03-25T14:57:53.261Z","action":"change","path":".sinapse-ai/development/agents/squad-creator.md","trigger":"watcher"}
|
|
402
|
+
{"timestamp":"2026-03-25T14:57:53.261Z","action":"change","path":".sinapse-ai/development/agents/ux-design-expert.md","trigger":"watcher"}
|
|
403
|
+
{"timestamp":"2026-03-25T14:57:53.261Z","action":"change","path":".sinapse-ai/development/tasks/apply-qa-fixes.md","trigger":"watcher"}
|
|
404
|
+
{"timestamp":"2026-03-25T14:57:53.261Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-epic.md","trigger":"watcher"}
|
|
405
|
+
{"timestamp":"2026-03-25T14:57:53.261Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-story.md","trigger":"watcher"}
|
|
406
|
+
{"timestamp":"2026-03-25T14:57:53.262Z","action":"change","path":".sinapse-ai/development/tasks/build-autonomous.md","trigger":"watcher"}
|
|
407
|
+
{"timestamp":"2026-03-25T14:57:53.262Z","action":"change","path":".sinapse-ai/development/tasks/build-resume.md","trigger":"watcher"}
|
|
408
|
+
{"timestamp":"2026-03-25T14:57:53.262Z","action":"change","path":".sinapse-ai/development/tasks/build-status.md","trigger":"watcher"}
|
|
409
|
+
{"timestamp":"2026-03-25T14:57:53.262Z","action":"change","path":".sinapse-ai/development/tasks/build.md","trigger":"watcher"}
|
|
410
|
+
{"timestamp":"2026-03-25T14:57:53.262Z","action":"change","path":".sinapse-ai/development/tasks/create-agent.md","trigger":"watcher"}
|
|
411
|
+
{"timestamp":"2026-03-25T14:57:53.263Z","action":"change","path":".sinapse-ai/development/tasks/create-brownfield-story.md","trigger":"watcher"}
|
|
412
|
+
{"timestamp":"2026-03-25T14:57:53.263Z","action":"change","path":".sinapse-ai/development/tasks/create-deep-research-prompt.md","trigger":"watcher"}
|
|
413
|
+
{"timestamp":"2026-03-25T14:57:53.263Z","action":"change","path":".sinapse-ai/development/tasks/create-next-story.md","trigger":"watcher"}
|
|
414
|
+
{"timestamp":"2026-03-25T14:57:53.263Z","action":"change","path":".sinapse-ai/development/tasks/create-suite.md","trigger":"watcher"}
|
|
415
|
+
{"timestamp":"2026-03-25T14:57:53.264Z","action":"change","path":".sinapse-ai/development/tasks/dev-backlog-debt.md","trigger":"watcher"}
|
|
416
|
+
{"timestamp":"2026-03-25T14:57:53.264Z","action":"change","path":".sinapse-ai/development/tasks/dev-develop-story.md","trigger":"watcher"}
|
|
417
|
+
{"timestamp":"2026-03-25T14:57:53.264Z","action":"change","path":".sinapse-ai/development/tasks/execute-checklist.md","trigger":"watcher"}
|
|
418
|
+
{"timestamp":"2026-03-25T14:57:53.264Z","action":"change","path":".sinapse-ai/development/tasks/execute-epic-plan.md","trigger":"watcher"}
|
|
419
|
+
{"timestamp":"2026-03-25T14:57:53.265Z","action":"change","path":".sinapse-ai/development/tasks/github-devops-github-pr-automation.md","trigger":"watcher"}
|
|
420
|
+
{"timestamp":"2026-03-25T14:57:53.265Z","action":"change","path":".sinapse-ai/development/tasks/gotcha.md","trigger":"watcher"}
|
|
421
|
+
{"timestamp":"2026-03-25T14:57:53.265Z","action":"change","path":".sinapse-ai/development/tasks/gotchas.md","trigger":"watcher"}
|
|
422
|
+
{"timestamp":"2026-03-25T14:57:53.265Z","action":"change","path":".sinapse-ai/development/tasks/next.md","trigger":"watcher"}
|
|
423
|
+
{"timestamp":"2026-03-25T14:57:53.265Z","action":"change","path":".sinapse-ai/development/tasks/plan-execute-subtask.md","trigger":"watcher"}
|
|
424
|
+
{"timestamp":"2026-03-25T14:57:53.266Z","action":"change","path":".sinapse-ai/development/tasks/po-backlog-add.md","trigger":"watcher"}
|
|
425
|
+
{"timestamp":"2026-03-25T14:57:53.266Z","action":"change","path":".sinapse-ai/development/tasks/po-close-story.md","trigger":"watcher"}
|
|
426
|
+
{"timestamp":"2026-03-25T14:57:53.266Z","action":"change","path":".sinapse-ai/development/tasks/po-stories-index.md","trigger":"watcher"}
|
|
427
|
+
{"timestamp":"2026-03-25T14:57:53.266Z","action":"change","path":".sinapse-ai/development/tasks/project-status.md","trigger":"watcher"}
|
|
428
|
+
{"timestamp":"2026-03-25T14:57:53.267Z","action":"change","path":".sinapse-ai/development/tasks/qa-after-creation.md","trigger":"watcher"}
|
|
429
|
+
{"timestamp":"2026-03-25T14:57:53.267Z","action":"change","path":".sinapse-ai/development/tasks/qa-backlog-add-followup.md","trigger":"watcher"}
|
|
430
|
+
{"timestamp":"2026-03-25T14:57:53.267Z","action":"change","path":".sinapse-ai/development/tasks/qa-create-fix-request.md","trigger":"watcher"}
|
|
431
|
+
{"timestamp":"2026-03-25T14:57:53.267Z","action":"change","path":".sinapse-ai/development/tasks/qa-fix-issues.md","trigger":"watcher"}
|
|
432
|
+
{"timestamp":"2026-03-25T14:57:53.267Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-build.md","trigger":"watcher"}
|
|
433
|
+
{"timestamp":"2026-03-25T14:57:53.268Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-story.md","trigger":"watcher"}
|
|
434
|
+
{"timestamp":"2026-03-25T14:57:53.268Z","action":"change","path":".sinapse-ai/development/tasks/qa-run-tests.md","trigger":"watcher"}
|
|
435
|
+
{"timestamp":"2026-03-25T14:57:53.269Z","action":"change","path":".sinapse-ai/development/tasks/release-management.md","trigger":"watcher"}
|
|
436
|
+
{"timestamp":"2026-03-25T14:57:53.269Z","action":"change","path":".sinapse-ai/development/tasks/run-workflow-engine.md","trigger":"watcher"}
|
|
437
|
+
{"timestamp":"2026-03-25T14:57:53.269Z","action":"change","path":".sinapse-ai/development/tasks/spec-critique.md","trigger":"watcher"}
|
|
438
|
+
{"timestamp":"2026-03-25T14:57:53.269Z","action":"change","path":".sinapse-ai/development/tasks/spec-gather-requirements.md","trigger":"watcher"}
|
|
439
|
+
{"timestamp":"2026-03-25T14:57:53.270Z","action":"change","path":".sinapse-ai/development/tasks/spec-write-spec.md","trigger":"watcher"}
|
|
440
|
+
{"timestamp":"2026-03-25T14:57:53.270Z","action":"change","path":".sinapse-ai/development/tasks/validate-next-story.md","trigger":"watcher"}
|
|
441
|
+
{"timestamp":"2026-03-25T14:57:53.270Z","action":"change","path":".sinapse-ai/development/tasks/verify-subtask.md","trigger":"watcher"}
|
|
442
|
+
{"timestamp":"2026-03-25T14:57:53.270Z","action":"change","path":".sinapse-ai/development/tasks/waves.md","trigger":"watcher"}
|
|
443
|
+
{"timestamp":"2026-03-25T14:57:53.270Z","action":"change","path":".sinapse-ai/product/checklists/story-draft-checklist.md","trigger":"watcher"}
|
|
444
|
+
{"timestamp":"2026-03-25T14:57:53.271Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/claude-rules.md","trigger":"watcher"}
|
|
445
|
+
{"timestamp":"2026-03-25T14:57:53.271Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/codex-rules.md","trigger":"watcher"}
|
|
446
|
+
{"timestamp":"2026-03-25T14:57:53.271Z","action":"change","path":".sinapse-ai/product/templates/personalized-task-template-v2.md","trigger":"watcher"}
|
|
447
|
+
{"timestamp":"2026-03-25T15:07:11.670Z","action":"change","path":".sinapse-ai/data/sinapse-kb.md","trigger":"watcher"}
|
|
448
|
+
{"timestamp":"2026-03-25T15:07:11.671Z","action":"change","path":".sinapse-ai/data/tech-presets/_template.md","trigger":"watcher"}
|
|
449
|
+
{"timestamp":"2026-03-25T15:07:11.671Z","action":"change","path":".sinapse-ai/data/tech-presets/csharp.md","trigger":"watcher"}
|
|
450
|
+
{"timestamp":"2026-03-25T15:07:11.671Z","action":"change","path":".sinapse-ai/data/tech-presets/go.md","trigger":"watcher"}
|
|
451
|
+
{"timestamp":"2026-03-25T15:07:11.671Z","action":"change","path":".sinapse-ai/data/tech-presets/java.md","trigger":"watcher"}
|
|
452
|
+
{"timestamp":"2026-03-25T15:07:11.672Z","action":"change","path":".sinapse-ai/data/tech-presets/nextjs-react.md","trigger":"watcher"}
|
|
453
|
+
{"timestamp":"2026-03-25T15:07:11.672Z","action":"change","path":".sinapse-ai/data/tech-presets/php.md","trigger":"watcher"}
|
|
454
|
+
{"timestamp":"2026-03-25T15:07:11.672Z","action":"change","path":".sinapse-ai/data/tech-presets/rust.md","trigger":"watcher"}
|
|
455
|
+
{"timestamp":"2026-03-25T15:07:11.672Z","action":"change","path":".sinapse-ai/data/technical-preferences.md","trigger":"watcher"}
|
|
456
|
+
{"timestamp":"2026-03-25T15:07:11.673Z","action":"change","path":".sinapse-ai/development/agents/analyst.md","trigger":"watcher"}
|
|
457
|
+
{"timestamp":"2026-03-25T15:07:11.673Z","action":"change","path":".sinapse-ai/development/agents/architect.md","trigger":"watcher"}
|
|
458
|
+
{"timestamp":"2026-03-25T15:07:11.673Z","action":"change","path":".sinapse-ai/development/agents/architect/MEMORY.md","trigger":"watcher"}
|
|
459
|
+
{"timestamp":"2026-03-25T15:07:11.674Z","action":"change","path":".sinapse-ai/development/agents/developer.md","trigger":"watcher"}
|
|
460
|
+
{"timestamp":"2026-03-25T15:07:11.674Z","action":"change","path":".sinapse-ai/development/agents/devops.md","trigger":"watcher"}
|
|
461
|
+
{"timestamp":"2026-03-25T15:07:11.674Z","action":"change","path":".sinapse-ai/development/agents/product-lead.md","trigger":"watcher"}
|
|
462
|
+
{"timestamp":"2026-03-25T15:07:11.674Z","action":"change","path":".sinapse-ai/development/agents/project-lead.md","trigger":"watcher"}
|
|
463
|
+
{"timestamp":"2026-03-25T15:07:11.675Z","action":"change","path":".sinapse-ai/development/agents/quality-gate.md","trigger":"watcher"}
|
|
464
|
+
{"timestamp":"2026-03-25T15:07:11.675Z","action":"change","path":".sinapse-ai/development/agents/sinapse-orqx.md","trigger":"watcher"}
|
|
465
|
+
{"timestamp":"2026-03-25T15:07:11.675Z","action":"change","path":".sinapse-ai/development/agents/sprint-lead.md","trigger":"watcher"}
|
|
466
|
+
{"timestamp":"2026-03-25T15:07:11.675Z","action":"change","path":".sinapse-ai/development/agents/squad-creator.md","trigger":"watcher"}
|
|
467
|
+
{"timestamp":"2026-03-25T15:07:11.676Z","action":"change","path":".sinapse-ai/development/agents/ux-design-expert.md","trigger":"watcher"}
|
|
468
|
+
{"timestamp":"2026-03-25T15:07:11.676Z","action":"change","path":".sinapse-ai/development/tasks/apply-qa-fixes.md","trigger":"watcher"}
|
|
469
|
+
{"timestamp":"2026-03-25T15:07:11.676Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-epic.md","trigger":"watcher"}
|
|
470
|
+
{"timestamp":"2026-03-25T15:07:11.676Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-story.md","trigger":"watcher"}
|
|
471
|
+
{"timestamp":"2026-03-25T15:07:11.677Z","action":"change","path":".sinapse-ai/development/tasks/build-autonomous.md","trigger":"watcher"}
|
|
472
|
+
{"timestamp":"2026-03-25T15:07:11.677Z","action":"change","path":".sinapse-ai/development/tasks/build-resume.md","trigger":"watcher"}
|
|
473
|
+
{"timestamp":"2026-03-25T15:07:11.677Z","action":"change","path":".sinapse-ai/development/tasks/build-status.md","trigger":"watcher"}
|
|
474
|
+
{"timestamp":"2026-03-25T15:07:11.677Z","action":"change","path":".sinapse-ai/development/tasks/build.md","trigger":"watcher"}
|
|
475
|
+
{"timestamp":"2026-03-25T15:07:11.678Z","action":"change","path":".sinapse-ai/development/tasks/create-agent.md","trigger":"watcher"}
|
|
476
|
+
{"timestamp":"2026-03-25T15:07:11.678Z","action":"change","path":".sinapse-ai/development/tasks/create-brownfield-story.md","trigger":"watcher"}
|
|
477
|
+
{"timestamp":"2026-03-25T15:07:11.678Z","action":"change","path":".sinapse-ai/development/tasks/create-deep-research-prompt.md","trigger":"watcher"}
|
|
478
|
+
{"timestamp":"2026-03-25T15:07:11.679Z","action":"change","path":".sinapse-ai/development/tasks/create-next-story.md","trigger":"watcher"}
|
|
479
|
+
{"timestamp":"2026-03-25T15:07:11.679Z","action":"change","path":".sinapse-ai/development/tasks/create-suite.md","trigger":"watcher"}
|
|
480
|
+
{"timestamp":"2026-03-25T15:07:11.679Z","action":"change","path":".sinapse-ai/development/tasks/dev-backlog-debt.md","trigger":"watcher"}
|
|
481
|
+
{"timestamp":"2026-03-25T15:07:11.679Z","action":"change","path":".sinapse-ai/development/tasks/dev-develop-story.md","trigger":"watcher"}
|
|
482
|
+
{"timestamp":"2026-03-25T15:07:11.680Z","action":"change","path":".sinapse-ai/development/tasks/execute-checklist.md","trigger":"watcher"}
|
|
483
|
+
{"timestamp":"2026-03-25T15:07:11.680Z","action":"change","path":".sinapse-ai/development/tasks/execute-epic-plan.md","trigger":"watcher"}
|
|
484
|
+
{"timestamp":"2026-03-25T15:07:11.680Z","action":"change","path":".sinapse-ai/development/tasks/github-devops-github-pr-automation.md","trigger":"watcher"}
|
|
485
|
+
{"timestamp":"2026-03-25T15:07:11.680Z","action":"change","path":".sinapse-ai/development/tasks/gotcha.md","trigger":"watcher"}
|
|
486
|
+
{"timestamp":"2026-03-25T15:07:11.681Z","action":"change","path":".sinapse-ai/development/tasks/gotchas.md","trigger":"watcher"}
|
|
487
|
+
{"timestamp":"2026-03-25T15:07:11.681Z","action":"change","path":".sinapse-ai/development/tasks/next.md","trigger":"watcher"}
|
|
488
|
+
{"timestamp":"2026-03-25T15:07:11.681Z","action":"change","path":".sinapse-ai/development/tasks/plan-execute-subtask.md","trigger":"watcher"}
|
|
489
|
+
{"timestamp":"2026-03-25T15:07:11.681Z","action":"change","path":".sinapse-ai/development/tasks/po-backlog-add.md","trigger":"watcher"}
|
|
490
|
+
{"timestamp":"2026-03-25T15:07:11.681Z","action":"change","path":".sinapse-ai/development/tasks/po-close-story.md","trigger":"watcher"}
|
|
491
|
+
{"timestamp":"2026-03-25T15:07:11.682Z","action":"change","path":".sinapse-ai/development/tasks/po-stories-index.md","trigger":"watcher"}
|
|
492
|
+
{"timestamp":"2026-03-25T15:07:11.682Z","action":"change","path":".sinapse-ai/development/tasks/project-status.md","trigger":"watcher"}
|
|
493
|
+
{"timestamp":"2026-03-25T15:07:11.682Z","action":"change","path":".sinapse-ai/development/tasks/qa-after-creation.md","trigger":"watcher"}
|
|
494
|
+
{"timestamp":"2026-03-25T15:07:11.682Z","action":"change","path":".sinapse-ai/development/tasks/qa-backlog-add-followup.md","trigger":"watcher"}
|
|
495
|
+
{"timestamp":"2026-03-25T15:07:11.683Z","action":"change","path":".sinapse-ai/development/tasks/qa-create-fix-request.md","trigger":"watcher"}
|
|
496
|
+
{"timestamp":"2026-03-25T15:07:11.683Z","action":"change","path":".sinapse-ai/development/tasks/qa-fix-issues.md","trigger":"watcher"}
|
|
497
|
+
{"timestamp":"2026-03-25T15:07:11.683Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-build.md","trigger":"watcher"}
|
|
498
|
+
{"timestamp":"2026-03-25T15:07:11.684Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-story.md","trigger":"watcher"}
|
|
499
|
+
{"timestamp":"2026-03-25T15:07:11.684Z","action":"change","path":".sinapse-ai/development/tasks/qa-run-tests.md","trigger":"watcher"}
|
|
500
|
+
{"timestamp":"2026-03-25T15:07:11.684Z","action":"change","path":".sinapse-ai/development/tasks/release-management.md","trigger":"watcher"}
|
|
501
|
+
{"timestamp":"2026-03-25T15:07:11.685Z","action":"change","path":".sinapse-ai/development/tasks/run-workflow-engine.md","trigger":"watcher"}
|
|
502
|
+
{"timestamp":"2026-03-25T15:07:11.685Z","action":"change","path":".sinapse-ai/development/tasks/spec-critique.md","trigger":"watcher"}
|
|
503
|
+
{"timestamp":"2026-03-25T15:07:11.685Z","action":"change","path":".sinapse-ai/development/tasks/spec-gather-requirements.md","trigger":"watcher"}
|
|
504
|
+
{"timestamp":"2026-03-25T15:07:11.685Z","action":"change","path":".sinapse-ai/development/tasks/spec-write-spec.md","trigger":"watcher"}
|
|
505
|
+
{"timestamp":"2026-03-25T15:07:11.686Z","action":"change","path":".sinapse-ai/development/tasks/validate-next-story.md","trigger":"watcher"}
|
|
506
|
+
{"timestamp":"2026-03-25T15:07:11.686Z","action":"change","path":".sinapse-ai/development/tasks/verify-subtask.md","trigger":"watcher"}
|
|
507
|
+
{"timestamp":"2026-03-25T15:07:11.686Z","action":"change","path":".sinapse-ai/development/tasks/waves.md","trigger":"watcher"}
|
|
508
|
+
{"timestamp":"2026-03-25T15:07:11.686Z","action":"change","path":".sinapse-ai/product/checklists/story-draft-checklist.md","trigger":"watcher"}
|
|
509
|
+
{"timestamp":"2026-03-25T15:07:11.687Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/claude-rules.md","trigger":"watcher"}
|
|
510
|
+
{"timestamp":"2026-03-25T15:07:11.687Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/codex-rules.md","trigger":"watcher"}
|
|
511
|
+
{"timestamp":"2026-03-25T15:07:11.687Z","action":"change","path":".sinapse-ai/product/templates/personalized-task-template-v2.md","trigger":"watcher"}
|
|
@@ -472,7 +472,7 @@ that can handle [specific requirements]."
|
|
|
472
472
|
- Documents created by PM/Architect (in Web or IDE) MUST be sharded for development
|
|
473
473
|
- Two methods to shard:
|
|
474
474
|
a) **Manual**: Drag `shard-doc` task + document file into chat
|
|
475
|
-
b) **Agent**: Ask `@sinapse-orqx` or `@
|
|
475
|
+
b) **Agent**: Ask `@sinapse-orqx` or `@product-lead` to shard documents
|
|
476
476
|
- Shards `docs/prd.md` → `docs/prd/` folder
|
|
477
477
|
- Shards `docs/architecture.md` → `docs/architecture/` folder
|
|
478
478
|
- **WARNING**: Do NOT shard in Web UI - copying many small files is painful!
|
|
@@ -496,13 +496,13 @@ Resulting Folder Structure:
|
|
|
496
496
|
- **ALWAYS start new chat between SM, Dev, and QA work**
|
|
497
497
|
|
|
498
498
|
**Step 1 - Story Creation**:
|
|
499
|
-
- **NEW CLEAN CHAT** → Select powerful model → `@
|
|
499
|
+
- **NEW CLEAN CHAT** → Select powerful model → `@sprint-lead` → `*create`
|
|
500
500
|
- SM executes create-next-story task
|
|
501
501
|
- Review generated story in `docs/stories/`
|
|
502
502
|
- Update status from "Draft" to "Approved"
|
|
503
503
|
|
|
504
504
|
**Step 2 - Story Implementation**:
|
|
505
|
-
- **NEW CLEAN CHAT** → `@
|
|
505
|
+
- **NEW CLEAN CHAT** → `@developer`
|
|
506
506
|
- Agent asks which story to implement
|
|
507
507
|
- Include story file content to save dev agent lookup time
|
|
508
508
|
- Dev follows tasks/subtasks, marking completion
|
|
@@ -510,7 +510,7 @@ Resulting Folder Structure:
|
|
|
510
510
|
- Dev marks story as "Review" when complete with all tests passing
|
|
511
511
|
|
|
512
512
|
**Step 3 - Senior QA Review**:
|
|
513
|
-
- **NEW CLEAN CHAT** → `@
|
|
513
|
+
- **NEW CLEAN CHAT** → `@quality-gate` → execute review-story task
|
|
514
514
|
- QA performs senior developer code review
|
|
515
515
|
- QA can refactor and improve code directly
|
|
516
516
|
- QA appends results to story's QA Results section
|
|
@@ -548,7 +548,7 @@ Each status change requires user verification and approval before proceeding.
|
|
|
548
548
|
**Option 1: PRD-First (Recommended for Large Codebases/Monorepos)**:
|
|
549
549
|
|
|
550
550
|
1. **Upload project to Gemini Web** (GitHub URL, files, or zip)
|
|
551
|
-
2. **Create PRD first**: `@
|
|
551
|
+
2. **Create PRD first**: `@project-lead` → `*create-doc brownfield-prd`
|
|
552
552
|
3. **Focused documentation**: `@analyst` → `*document-project`
|
|
553
553
|
- Analyst asks for focus if no PRD provided
|
|
554
554
|
- Choose "single document" format for Web UI
|
|
@@ -560,7 +560,7 @@ Each status change requires user verification and approval before proceeding.
|
|
|
560
560
|
|
|
561
561
|
1. **Upload project to Gemini Web**
|
|
562
562
|
2. **Document everything**: `@analyst` → `*document-project`
|
|
563
|
-
3. **Then create PRD**: `@
|
|
563
|
+
3. **Then create PRD**: `@project-lead` → `*create-doc brownfield-prd`
|
|
564
564
|
- More thorough but can create excessive documentation
|
|
565
565
|
|
|
566
566
|
4. **Requirements Gathering**:
|
|
@@ -236,8 +236,8 @@ describe('[Component/Service]', () => {
|
|
|
236
236
|
### Recommended Workflow
|
|
237
237
|
|
|
238
238
|
1. **Planning Phase:** Use `@architect` with this preset
|
|
239
|
-
2. **Development Phase:** Use `@
|
|
240
|
-
3. **QA Phase:** Use `@
|
|
239
|
+
2. **Development Phase:** Use `@developer` following these patterns
|
|
240
|
+
3. **QA Phase:** Use `@quality-gate` with the testing strategy defined
|
|
241
241
|
|
|
242
242
|
### Related SINAPSE Templates
|
|
243
243
|
|
|
@@ -432,8 +432,8 @@ app.MapPost("/orders", async (PlaceOrderRequest request, PlaceOrderHandler handl
|
|
|
432
432
|
### Recommended Workflow
|
|
433
433
|
|
|
434
434
|
1. `@architect` define fronteiras por camada usando preset `csharp`
|
|
435
|
-
2. `@
|
|
436
|
-
3. `@
|
|
435
|
+
2. `@developer` implementa handlers e adapters por feature
|
|
436
|
+
3. `@quality-gate` valida integridade async e cobertura de regras de negocio
|
|
437
437
|
|
|
438
438
|
### SINAPSE Commands
|
|
439
439
|
|
|
@@ -479,8 +479,8 @@ func (h *Handler) PlaceOrder(w http.ResponseWriter, r *http.Request) {
|
|
|
479
479
|
### Recommended Workflow
|
|
480
480
|
|
|
481
481
|
1. `@architect *create-doc architecture` com referencia ao preset `go`
|
|
482
|
-
2. `@
|
|
483
|
-
3. `@
|
|
482
|
+
2. `@developer` implementa features por pacote (`domain/app/infra/http`)
|
|
483
|
+
3. `@quality-gate` valida regras de dominio e testes de integracao
|
|
484
484
|
|
|
485
485
|
### SINAPSE Commands
|
|
486
486
|
|
|
@@ -463,8 +463,8 @@ public class OrdersController {
|
|
|
463
463
|
### Recommended Workflow
|
|
464
464
|
|
|
465
465
|
1. `@architect` define boundaries hexagonais pelo preset `java`
|
|
466
|
-
2. `@
|
|
467
|
-
3. `@
|
|
466
|
+
2. `@developer` implementa por camadas (`domain`, `application`, `infrastructure`)
|
|
467
|
+
3. `@quality-gate` valida transacoes, contratos e regressao
|
|
468
468
|
|
|
469
469
|
### SINAPSE Commands
|
|
470
470
|
|
|
@@ -870,11 +870,11 @@ export { [feature]Service } from './services/[feature].service'
|
|
|
870
870
|
- Reference this preset for patterns and structure
|
|
871
871
|
|
|
872
872
|
2. **Development Phase:**
|
|
873
|
-
- Use `@
|
|
873
|
+
- Use `@developer` following the 5 Essential Patterns
|
|
874
874
|
- Create features using the Reference Feature strategy
|
|
875
875
|
|
|
876
876
|
3. **QA Phase:**
|
|
877
|
-
- Use `@
|
|
877
|
+
- Use `@quality-gate` with the testing strategy defined
|
|
878
878
|
- Ensure coverage goals are met
|
|
879
879
|
|
|
880
880
|
### Related SINAPSE Templates
|
|
@@ -448,8 +448,8 @@ final class OrdersController
|
|
|
448
448
|
### Recommended Workflow
|
|
449
449
|
|
|
450
450
|
1. `@architect` define boundaries do modulo com preset `php`
|
|
451
|
-
2. `@
|
|
452
|
-
3. `@
|
|
451
|
+
2. `@developer` implementa Actions, Contracts e adapters por contexto
|
|
452
|
+
3. `@quality-gate` valida consistencia de requests, transacoes e testes
|
|
453
453
|
|
|
454
454
|
### SINAPSE Commands
|
|
455
455
|
|
|
@@ -441,8 +441,8 @@ pub async fn create_order(
|
|
|
441
441
|
### Recommended Workflow
|
|
442
442
|
|
|
443
443
|
1. `@architect` define modules e boundaries pelo preset `rust`
|
|
444
|
-
2. `@
|
|
445
|
-
3. `@
|
|
444
|
+
2. `@developer` implementa use cases com traits e erros tipados
|
|
445
|
+
3. `@quality-gate` valida cobertura de invariantes e resiliencia async
|
|
446
446
|
|
|
447
447
|
### SINAPSE Commands
|
|
448
448
|
|
|
@@ -23,7 +23,7 @@ Location: `.sinapse-ai/data/tech-presets/`
|
|
|
23
23
|
- Load the preset file to get detailed patterns, standards, and templates
|
|
24
24
|
|
|
25
25
|
2. **During Development:**
|
|
26
|
-
- Reference the preset when asking `@
|
|
26
|
+
- Reference the preset when asking `@developer` to implement features
|
|
27
27
|
- Example: "Follow the go preset patterns for this service"
|
|
28
28
|
|
|
29
29
|
3. **Creating New Presets:**
|
|
@@ -58,7 +58,7 @@ agent:
|
|
|
58
58
|
whenToUse: |
|
|
59
59
|
Use for market research, competitive analysis, user research, brainstorming session facilitation, structured ideation workshops, feasibility studies, industry trends analysis, project discovery (brownfield documentation), and research report creation.
|
|
60
60
|
|
|
61
|
-
NOT for: PRD creation or product strategy → Use @
|
|
61
|
+
NOT for: PRD creation or product strategy → Use @project-lead. Technical architecture decisions or technology selection → Use @architect. Story creation or sprint planning → Use @sprint-lead.
|
|
62
62
|
customization: null
|
|
63
63
|
|
|
64
64
|
persona_profile:
|
|
@@ -228,8 +228,8 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
228
228
|
|
|
229
229
|
**When to use others:**
|
|
230
230
|
|
|
231
|
-
- Strategic planning → Use @
|
|
232
|
-
- Story creation → Use @product-lead or @
|
|
231
|
+
- Strategic planning → Use @project-lead
|
|
232
|
+
- Story creation → Use @product-lead or @sprint-lead
|
|
233
233
|
- Architecture design → Use @architect
|
|
234
234
|
|
|
235
235
|
---
|
|
@@ -59,7 +59,7 @@ agent:
|
|
|
59
59
|
whenToUse: |
|
|
60
60
|
Use for system architecture (fullstack, backend, frontend, infrastructure), technology stack selection (technical evaluation), API design (REST/GraphQL/tRPC/WebSocket), security architecture, performance optimization, deployment strategy, and cross-cutting concerns (logging, monitoring, error handling).
|
|
61
61
|
|
|
62
|
-
NOT for: Market research or competitive analysis → Use @analyst. PRD creation or product strategy → Use @
|
|
62
|
+
NOT for: Market research or competitive analysis → Use @analyst. PRD creation or product strategy → Use @project-lead. Database schema design or query optimization → Use @data-engineer.
|
|
63
63
|
customization: null
|
|
64
64
|
|
|
65
65
|
persona_profile:
|
|
@@ -426,7 +426,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
426
426
|
|
|
427
427
|
- Database design → Use @data-engineer
|
|
428
428
|
- UX/UI design → Use @ux-design-expert
|
|
429
|
-
- Code implementation → Use @
|
|
429
|
+
- Code implementation → Use @developer
|
|
430
430
|
- Push operations → Use @github-devops
|
|
431
431
|
|
|
432
432
|
---
|
|
@@ -509,8 +509,8 @@ Type `*help` to see all commands, or `*explain` to learn more.
|
|
|
509
509
|
|
|
510
510
|
**When to use others:**
|
|
511
511
|
|
|
512
|
-
- Story creation → Use @
|
|
513
|
-
- Code review feedback → Use @
|
|
512
|
+
- Story creation → Use @sprint-lead
|
|
513
|
+
- Code review feedback → Use @quality-gate
|
|
514
514
|
- Push/PR operations → Use @github-devops
|
|
515
515
|
|
|
516
516
|
---
|
|
@@ -488,8 +488,8 @@ Type `*help` to see all commands.
|
|
|
488
488
|
|
|
489
489
|
**When to use others:**
|
|
490
490
|
|
|
491
|
-
- Code development → Use @
|
|
492
|
-
- Story management → Use @
|
|
491
|
+
- Code development → Use @developer
|
|
492
|
+
- Story management → Use @sprint-lead
|
|
493
493
|
- Architecture design → Use @architect
|
|
494
494
|
|
|
495
495
|
**Note:** This agent is the ONLY one authorized for remote git operations (push, PR creation, merge).
|
|
@@ -261,8 +261,8 @@ Type `*help` to see all commands.
|
|
|
261
261
|
|
|
262
262
|
- Story creation → Delegate to @sprint-lead using `*draft`
|
|
263
263
|
- Epic creation → Delegate to @project-lead using `*create-epic`
|
|
264
|
-
- PRD creation → Use @
|
|
265
|
-
- Strategic planning → Use @
|
|
264
|
+
- PRD creation → Use @project-lead
|
|
265
|
+
- Strategic planning → Use @project-lead
|
|
266
266
|
- Course corrections → Escalate to @sinapse-orqx using `*correct-course`
|
|
267
267
|
|
|
268
268
|
---
|
|
@@ -97,9 +97,9 @@ agent:
|
|
|
97
97
|
whenToUse: |
|
|
98
98
|
Use for PRD creation (greenfield and brownfield), epic creation and management, product strategy and vision, feature prioritization (MoSCoW, RICE), roadmap planning, business case development, go/no-go decisions, scope definition, success metrics, and stakeholder communication.
|
|
99
99
|
|
|
100
|
-
Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, then delegates story creation to @
|
|
100
|
+
Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, then delegates story creation to @sprint-lead.
|
|
101
101
|
|
|
102
|
-
NOT for: Market research or competitive analysis → Use @analyst. Technical architecture design or technology selection → Use @architect. Detailed user story creation → Use @sprint-lead (PM creates epics, SM creates stories). Implementation work → Use @
|
|
102
|
+
NOT for: Market research or competitive analysis → Use @analyst. Technical architecture design or technology selection → Use @architect. Detailed user story creation → Use @sprint-lead (PM creates epics, SM creates stories). Implementation work → Use @developer.
|
|
103
103
|
|
|
104
104
|
persona_profile:
|
|
105
105
|
archetype: Strategist
|
|
@@ -304,7 +304,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
304
304
|
|
|
305
305
|
**When to use others:**
|
|
306
306
|
|
|
307
|
-
- Story validation → Use @
|
|
307
|
+
- Story validation → Use @product-lead
|
|
308
308
|
- Story creation → Delegate to @sprint-lead using `*draft`
|
|
309
309
|
- Architecture design → Use @architect
|
|
310
310
|
- Course corrections → Escalate to @sinapse-orqx using `*correct-course`
|
|
@@ -399,8 +399,8 @@ Type `*help` to see all commands.
|
|
|
399
399
|
|
|
400
400
|
**When to use others:**
|
|
401
401
|
|
|
402
|
-
- Code implementation → Use @
|
|
403
|
-
- Story drafting → Use @sprint-lead or @
|
|
402
|
+
- Code implementation → Use @developer
|
|
403
|
+
- Story drafting → Use @sprint-lead or @product-lead
|
|
404
404
|
- Automated reviews → CodeRabbit integration
|
|
405
405
|
|
|
406
406
|
---
|
|
@@ -416,7 +416,7 @@ Type `*help` to see all commands.
|
|
|
416
416
|
|
|
417
417
|
### Prerequisites
|
|
418
418
|
|
|
419
|
-
1. Story must be marked "Ready for Review" by @
|
|
419
|
+
1. Story must be marked "Ready for Review" by @developer
|
|
420
420
|
2. Code must be committed (not pushed yet)
|
|
421
421
|
3. CodeRabbit integration configured
|
|
422
422
|
4. QA gate templates available in `docs/qa/gates/`
|
|
@@ -301,11 +301,11 @@ dependencies:
|
|
|
301
301
|
- ids-governor.md
|
|
302
302
|
- sync-registry-intel.md
|
|
303
303
|
# Delegated tasks (Story 6.1.2.3):
|
|
304
|
-
# brownfield-create-epic.md → @
|
|
305
|
-
# brownfield-create-story.md → @
|
|
304
|
+
# brownfield-create-epic.md → @project-lead
|
|
305
|
+
# brownfield-create-story.md → @project-lead
|
|
306
306
|
# facilitate-brainstorming-session.md → @analyst
|
|
307
307
|
# generate-ai-frontend-prompt.md → @architect
|
|
308
|
-
# create-suite.md → @
|
|
308
|
+
# create-suite.md → @quality-gate
|
|
309
309
|
# learn-patterns.md → merged into analyze-framework.md
|
|
310
310
|
templates:
|
|
311
311
|
- agent-template.yaml
|
|
@@ -409,9 +409,9 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
|
|
|
409
409
|
|
|
410
410
|
**When to use specialized agents:**
|
|
411
411
|
|
|
412
|
-
- Story implementation → Use @
|
|
413
|
-
- Code review → Use @
|
|
414
|
-
- PRD creation → Use @
|
|
412
|
+
- Story implementation → Use @developer
|
|
413
|
+
- Code review → Use @quality-gate
|
|
414
|
+
- PRD creation → Use @project-lead
|
|
415
415
|
- Story creation → Use @sprint-lead (or @project-lead for epics)
|
|
416
416
|
- Architecture → Use @architect
|
|
417
417
|
- Database → Use @data-engineer
|
|
@@ -60,7 +60,7 @@ agent:
|
|
|
60
60
|
|
|
61
61
|
Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, SM creates detailed user stories from that epic.
|
|
62
62
|
|
|
63
|
-
NOT for: PRD creation or epic structure → Use @
|
|
63
|
+
NOT for: PRD creation or epic structure → Use @project-lead. Market research or competitive analysis → Use @analyst. Technical architecture design → Use @architect. Implementation work → Use @developer. Remote Git operations (push, create PR, merge PR, delete remote branches) → Use @github-devops.
|
|
64
64
|
customization: null
|
|
65
65
|
|
|
66
66
|
persona_profile:
|
|
@@ -274,7 +274,7 @@ Type `*help` to see all commands.
|
|
|
274
274
|
- ❌ Skipping story draft checklist
|
|
275
275
|
- ❌ Not managing local git branches properly
|
|
276
276
|
- ❌ Attempting remote git operations (use @github-devops)
|
|
277
|
-
- ❌ Not coordinating sprint planning with @
|
|
277
|
+
- ❌ Not coordinating sprint planning with @product-lead
|
|
278
278
|
|
|
279
279
|
### Related Agents
|
|
280
280
|
|
|
@@ -255,8 +255,8 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
|
|
|
255
255
|
|
|
256
256
|
**When to use others:**
|
|
257
257
|
|
|
258
|
-
- Code implementation → Use @
|
|
259
|
-
- Code review → Use @
|
|
258
|
+
- Code implementation → Use @developer
|
|
259
|
+
- Code review → Use @quality-gate
|
|
260
260
|
- Publishing/deployment → Use @devops
|
|
261
261
|
|
|
262
262
|
---
|
|
@@ -448,7 +448,7 @@ Type `*help` to see commands by phase, or `*status` to see workflow state.
|
|
|
448
448
|
**When to use others:**
|
|
449
449
|
|
|
450
450
|
- System architecture → Use @architect
|
|
451
|
-
- Component implementation → Use @
|
|
451
|
+
- Component implementation → Use @developer
|
|
452
452
|
- User research planning → Can use @analyst
|
|
453
453
|
|
|
454
454
|
---
|