@jterrats/open-orchestra 1.0.2 → 1.0.4

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.
Files changed (151) hide show
  1. package/AGENTS.md +7 -2
  2. package/CLAUDE.md +2 -2
  3. package/README.md +3 -0
  4. package/dist/args.js +12 -2
  5. package/dist/args.js.map +1 -1
  6. package/dist/assets/web-console.js +44 -0
  7. package/dist/autonomous-phase-lifecycle.js +23 -3
  8. package/dist/autonomous-phase-lifecycle.js.map +1 -1
  9. package/dist/autonomous-run-state.js +2 -0
  10. package/dist/autonomous-run-state.js.map +1 -1
  11. package/dist/benchmark.js +6 -0
  12. package/dist/benchmark.js.map +1 -1
  13. package/dist/cli.js +4 -1
  14. package/dist/cli.js.map +1 -1
  15. package/dist/command-manifest.js +4 -3
  16. package/dist/command-manifest.js.map +1 -1
  17. package/dist/command-utils.js +4 -5
  18. package/dist/command-utils.js.map +1 -1
  19. package/dist/commands.d.ts +1 -1
  20. package/dist/commands.js +1 -1
  21. package/dist/commands.js.map +1 -1
  22. package/dist/metrics-commands.js +8 -0
  23. package/dist/metrics-commands.js.map +1 -1
  24. package/dist/phase-playbooks.js +27 -1
  25. package/dist/phase-playbooks.js.map +1 -1
  26. package/dist/roles/core-roles.js +10 -5
  27. package/dist/roles/core-roles.js.map +1 -1
  28. package/dist/skills-catalog.js +136 -0
  29. package/dist/skills-catalog.js.map +1 -1
  30. package/dist/skills-commands.d.ts +1 -0
  31. package/dist/skills-commands.js +37 -1
  32. package/dist/skills-commands.js.map +1 -1
  33. package/dist/skills-planning.d.ts +2 -1
  34. package/dist/skills-planning.js +79 -11
  35. package/dist/skills-planning.js.map +1 -1
  36. package/dist/skills.d.ts +1 -1
  37. package/dist/skills.js +1 -1
  38. package/dist/skills.js.map +1 -1
  39. package/dist/task-graph-commands.js +36 -8
  40. package/dist/task-graph-commands.js.map +1 -1
  41. package/dist/types/metrics.d.ts +2 -0
  42. package/dist/types/skills.d.ts +9 -0
  43. package/dist/types/tasks.d.ts +8 -1
  44. package/dist/types.d.ts +2 -2
  45. package/dist/types.js.map +1 -1
  46. package/dist/web-api.js +80 -7
  47. package/dist/web-api.js.map +1 -1
  48. package/dist/workflow-approval-service.js +13 -0
  49. package/dist/workflow-approval-service.js.map +1 -1
  50. package/dist/workflow-evidence-service.js +37 -2
  51. package/dist/workflow-evidence-service.js.map +1 -1
  52. package/dist/workflow-gates.js +56 -1
  53. package/dist/workflow-gates.js.map +1 -1
  54. package/dist/workflow-phase-planner.js +86 -13
  55. package/dist/workflow-phase-planner.js.map +1 -1
  56. package/dist/workflow-run-commands.d.ts +1 -0
  57. package/dist/workflow-run-commands.js +11 -6
  58. package/dist/workflow-run-commands.js.map +1 -1
  59. package/dist/workflow-services.js +24 -0
  60. package/dist/workflow-services.js.map +1 -1
  61. package/dist/workflow-task-service.js +27 -2
  62. package/dist/workflow-task-service.js.map +1 -1
  63. package/docs/adoption-guide.md +22 -1
  64. package/docs/advisory-supervisor-architecture.md +206 -0
  65. package/docs/architecture.md +47 -41
  66. package/docs/autonomous-workflow.md +2 -2
  67. package/docs/backlog/ac-evidence-bugfix-stories-20260517.md +76 -0
  68. package/docs/backlog/chaos-testing-stack-strategy.md +146 -0
  69. package/docs/backlog/dev-best-practices-hardening-story.md +69 -0
  70. package/docs/backlog/docs-public-internal-package-hygiene-story.md +62 -0
  71. package/docs/backlog/project-persona-registry-epic.md +350 -0
  72. package/docs/backlog/prompt-bank-registry-epic.md +159 -0
  73. package/docs/backlog/site-docs-manifest-story.md +56 -0
  74. package/docs/dev-team-specialist-role-profiles.md +1 -1
  75. package/docs/diagrams/diagram-master-prompt.md +207 -0
  76. package/docs/diagrams/enterprise-set/README.md +22 -0
  77. package/docs/diagrams/enterprise-set/lead-to-account-swimlanes.svg +38 -0
  78. package/docs/diagrams/enterprise-set/product-implementation-timeline.svg +45 -0
  79. package/docs/diagrams/enterprise-set/salesforce-enterprise-architecture.svg +54 -0
  80. package/docs/diagrams/experiments/pixel-v2-review.md +124 -0
  81. package/docs/diagrams/experiments/roadmap/diagram.mmd +14 -0
  82. package/docs/diagrams/experiments/roadmap/diagram.svg +48 -0
  83. package/docs/diagrams/experiments/roadmap/experiment.md +44 -0
  84. package/docs/diagrams/experiments/sfdc-implementation/diagram.mmd +54 -0
  85. package/docs/diagrams/experiments/sfdc-implementation/diagram.svg +72 -0
  86. package/docs/diagrams/experiments/sfdc-implementation/experiment.md +41 -0
  87. package/docs/diagrams/experiments/swimlane/diagram.mmd +40 -0
  88. package/docs/diagrams/experiments/swimlane/diagram.svg +70 -0
  89. package/docs/diagrams/experiments/swimlane/experiment.md +50 -0
  90. package/docs/diagrams/experiments/timeline/diagram.mmd +9 -0
  91. package/docs/diagrams/experiments/timeline/diagram.svg +29 -0
  92. package/docs/diagrams/experiments/timeline/experiment.md +34 -0
  93. package/docs/diagrams/final-artifact-hygiene.md +40 -0
  94. package/docs/diagrams/mermaid-target-strategy.md +106 -0
  95. package/docs/diagrams/payment-gateway/architecture.md +57 -0
  96. package/docs/diagrams/payment-gateway/architecture.mmd +39 -0
  97. package/docs/diagrams/payment-gateway/architecture.svg +171 -0
  98. package/docs/diagrams/prompt-bank.md +48 -0
  99. package/docs/diagrams/salesforce-integration/architecture.md +56 -0
  100. package/docs/diagrams/salesforce-integration/architecture.mmd +26 -0
  101. package/docs/diagrams/salesforce-integration/architecture.svg +123 -0
  102. package/docs/diagrams/source-fidelity-review.md +116 -0
  103. package/docs/diagrams/state-uml-recreated.drawio +336 -0
  104. package/docs/diagrams/state-uml-recreated.prompt.md +114 -0
  105. package/docs/diagrams/state-uml-recreated.prompt.v10.md +52 -0
  106. package/docs/diagrams/state-uml-recreated.prompt.v11.md +52 -0
  107. package/docs/diagrams/state-uml-recreated.prompt.v12.md +50 -0
  108. package/docs/diagrams/state-uml-recreated.prompt.v14.md +91 -0
  109. package/docs/diagrams/state-uml-recreated.prompt.v2.md +31 -0
  110. package/docs/diagrams/state-uml-recreated.prompt.v3.md +36 -0
  111. package/docs/diagrams/state-uml-recreated.prompt.v4.md +35 -0
  112. package/docs/diagrams/state-uml-recreated.prompt.v5.md +35 -0
  113. package/docs/diagrams/state-uml-recreated.prompt.v6.md +39 -0
  114. package/docs/diagrams/state-uml-recreated.prompt.v7.md +37 -0
  115. package/docs/diagrams/state-uml-recreated.prompt.v8.md +41 -0
  116. package/docs/diagrams/state-uml-recreated.prompt.v9.md +32 -0
  117. package/docs/diagrams/state-uml-recreated.svg +159 -0
  118. package/docs/diagrams/v14-stress-test/README.md +33 -0
  119. package/docs/diagrams/v14-stress-test/stress-test.svg +114 -0
  120. package/docs/external-artifact-import-bridge.md +56 -0
  121. package/docs/{setup-agents-applicability-review.md → external-baseline-applicability-review.md} +37 -40
  122. package/docs/{setup-agents-dogfooding-findings.md → external-baseline-dogfooding-findings.md} +10 -9
  123. package/docs/multi-agent-orchestrator-backlog.md +1 -1
  124. package/docs/orchestra-mvp.md +19 -0
  125. package/docs/persona-workflows.md +42 -0
  126. package/docs/release-test-matrix.md +21 -9
  127. package/docs/reports/ac-evidence-backfill-20260517.md +256 -0
  128. package/docs/reports/ac-evolution-reconciliation-20260517.md +366 -0
  129. package/docs/reports/ac-failure-evidence-20260517.md +115 -0
  130. package/docs/reports/ac-history-dry-run-20260517.md +434 -0
  131. package/docs/runtime-llm-flow.md +8 -0
  132. package/docs/site-content-workflow.md +96 -0
  133. package/docs/site-manifest.json +143 -0
  134. package/docs/skill-loading-strategy.md +18 -7
  135. package/docs/story-mapping-adoption-review.md +99 -0
  136. package/docs/workspace-repo-strategy.md +63 -0
  137. package/package.json +3 -1
  138. package/rules/agent-collaboration.mdc +2 -0
  139. package/rules/code-review-engineering.mdc +2 -0
  140. package/rules/delivery-quality-gates.mdc +12 -0
  141. package/rules/development-engineering.mdc +3 -0
  142. package/rules/diagram-quality.mdc +35 -0
  143. package/rules/module-boundaries.mdc +71 -0
  144. package/rules/testing-discipline.mdc +13 -0
  145. package/skills/chaos-resilience-testing/SKILL.md +127 -0
  146. package/skills/chaos-resilience-testing/manifest.json +61 -0
  147. package/skills/collection-standards/SKILL.md +2 -0
  148. package/skills/diagram-export/SKILL.md +30 -0
  149. package/skills/qa-evidence-pack/SKILL.md +110 -0
  150. package/skills/qa-evidence-pack/manifest.json +60 -0
  151. package/docs/setup-agents-bridge.md +0 -61
@@ -0,0 +1,115 @@
1
+ # Acceptance Criteria Failure Evidence
2
+
3
+ Date: 2026-05-17
4
+ Task: AC-FAILURE-EVIDENCE-20260517
5
+
6
+ Scope: failure evidence only. This report does not remediate the failures.
7
+
8
+ ## Current Test Failure
9
+
10
+ Command:
11
+
12
+ ```sh
13
+ node --test test/docs-adoption.test.js
14
+ ```
15
+
16
+ Result:
17
+
18
+ - 2 passing
19
+ - 1 failing
20
+
21
+ Failing test:
22
+
23
+ - `test/docs-adoption.test.js:51`
24
+ - Test name: `first-run onboarding defines visible value before production governance`
25
+
26
+ Expected:
27
+
28
+ - `README.md`
29
+ - `docs/adoption-guide.md`
30
+ - `docs/core-command-surface.md`
31
+ - `site/src/App.jsx`
32
+
33
+ must each match:
34
+
35
+ ```text
36
+ /First visible value/i
37
+ ```
38
+
39
+ Observed:
40
+
41
+ - `README.md` contains `First Visible Value`.
42
+ - `docs/adoption-guide.md` contains `First visible value`.
43
+ - `docs/core-command-surface.md` contains `first visible value`.
44
+ - `site/src/App.jsx` does not contain that literal text anymore.
45
+ - The site content now comes from generated data:
46
+ - `site/src/generated-site-content.js` contains `First visible value in minutes`.
47
+ - `docs/site-manifest.json` contains `First Visible Value`.
48
+
49
+ Probable cause:
50
+
51
+ - The site was changed from hardcoded page copy to generated content, but the test still validates literal copy inside `site/src/App.jsx`.
52
+
53
+ Impact:
54
+
55
+ - `npm test` fails.
56
+ - `orchestra release check --json` fails its `tests` check.
57
+ - The release readiness subcheck still passes, but the full release check does not.
58
+
59
+ ## Historical AC Traceability Failure
60
+
61
+ Source report:
62
+
63
+ - `docs/reports/ac-history-dry-run-20260517.md`
64
+
65
+ Dry-run result:
66
+
67
+ - Historical completed tasks evaluated: 77
68
+ - Acceptance criteria evaluated: 324
69
+ - Cumple: 8
70
+ - No cumple: 316
71
+
72
+ Coverage status breakdown:
73
+
74
+ - `covered`: 8
75
+ - `planned`: 267
76
+ - `gap`: 20
77
+ - `skipped`: 29
78
+
79
+ Interpretation:
80
+
81
+ - Most historical acceptance criteria are not currently machine-verifiable through linked evidence.
82
+ - This does not prove every behavior is absent.
83
+ - It does prove the repository cannot currently demonstrate AC compliance for most historical work using the current evidence model.
84
+
85
+ ## Explicit Gap Examples
86
+
87
+ The dry-run identified these explicit `gap` criteria among others:
88
+
89
+ - `WEB-E2E`: npm script runs locally.
90
+ - `SETUP-TASK-CONTRACT`: contract includes backlog story, AC, DoR, DoD, dependencies, risks, and acceptance status.
91
+ - `PORTABILITY`: validate workflow runs without Unix shell assumptions and CI covers cross-platform smoke paths.
92
+ - `QA-RELEASE`: release check reports uncovered AC, blocker reviews, active locks, and missing rollback/smoke evidence.
93
+ - `UPGRADE-DOGFOOD`: upgrade workflow can run a post-install smoke check.
94
+ - `OO-210`: redo/sign-off workflow mode observation contract.
95
+ - `OO-211`: deployment risk challenge and release readiness surfacing.
96
+ - `OO-225`: default initialization creates focused playbooks for active roles/phases.
97
+ - `GH-237`: runtime adapter setup examples and documented permission/configuration model.
98
+ - `GH-298`: dashboard partial API failure handling and E2E proof.
99
+ - `GH-295`: release check discrepancy and historical uncovered AC scoping.
100
+
101
+ ## Reproducible Commands
102
+
103
+ ```sh
104
+ node --test test/docs-adoption.test.js
105
+ npm test
106
+ node ./bin/orchestra.js release check --json
107
+ node ./bin/orchestra.js qa coverage --task WEB-E2E --json
108
+ ```
109
+
110
+ ## Recommended Remediation Order
111
+
112
+ 1. Fix the current `docs-adoption` test drift caused by generated site content.
113
+ 2. Re-run `npm test` and `orchestra release check --json`.
114
+ 3. Convert the 20 explicit `gap` criteria into remediation tasks or accepted-risk records.
115
+ 4. Backfill linked evidence for historical criteria that are already implemented but only show as `planned` or `skipped`.
@@ -0,0 +1,434 @@
1
+ # Historical Acceptance Criteria Dry Run
2
+
3
+ Date: 2026-05-17
4
+ Task: AC-HISTORY-DRY-RUN-20260517
5
+
6
+ Scope: completed top-level tasks with acceptance criteria. Pending, blocked, canceled, generated phase subtasks, and future backlog were excluded.
7
+
8
+ Interpretation: Cumple means the current QA coverage dry-run found explicit linked evidence for the criterion. No cumple means the criterion is only planned, is a gap, or has no machine-verifiable evidence linked in the current repository state.
9
+
10
+ ## Summary
11
+
12
+ - Historical tasks evaluated: 77
13
+ - Acceptance criteria evaluated: 324
14
+ - Cumple: 8
15
+ - No cumple: 316
16
+ - Coverage statuses: planned=267, gap=20, skipped=29, covered=8
17
+
18
+ ## Current Validation Commands
19
+
20
+ - `npm run build`: passed
21
+ - `npm run lint`: passed
22
+ - `node ./bin/orchestra.js release check --json`: failed because `npm test` failed and working tree is dirty; release readiness subcheck passed.
23
+ - `npm test`: failed with 578 passing, 1 failing, 4 skipped. Failing test: `test/docs-adoption.test.js` expects `First visible value` in `site/src/App.jsx`.
24
+
25
+ ## Task-Level Result
26
+
27
+ | Task | Result | Cumple | No cumple |
28
+ | --- | --- | ---: | ---: |
29
+ | WEB-E2E | No cumple | 0 | 7 |
30
+ | SETUP-BRIDGE | No cumple | 0 | 5 |
31
+ | WEB-LIFECYCLE | No cumple | 0 | 11 |
32
+ | ADVISORY-ARTIFACTS | No cumple | 0 | 5 |
33
+ | MCP-OAUTH-PARITY | No cumple | 0 | 6 |
34
+ | TRACEABILITY-DOCS | No cumple | 0 | 7 |
35
+ | COMMAND-CONTRACTS | No cumple | 0 | 4 |
36
+ | SETUP-TASK-CONTRACT | No cumple | 0 | 4 |
37
+ | VSCODE-DEEPLINK | No cumple | 0 | 5 |
38
+ | CONTEXT-BUDGET | No cumple | 0 | 5 |
39
+ | INIT-HELP | No cumple | 0 | 1 |
40
+ | INIT-CONTEXT | No cumple | 0 | 1 |
41
+ | INIT-NEXT | No cumple | 0 | 1 |
42
+ | INIT-SAFETY | No cumple | 0 | 1 |
43
+ | INIT-DOGFOOD | No cumple | 0 | 1 |
44
+ | PORTABILITY | No cumple | 0 | 1 |
45
+ | ONBOARDING-E2E | No cumple | 0 | 1 |
46
+ | WEB-OPS | No cumple | 0 | 1 |
47
+ | GITHUB-SYNC | No cumple | 0 | 6 |
48
+ | MEMORY-GOVERNANCE | No cumple | 0 | 6 |
49
+ | QA-RELEASE | No cumple | 0 | 6 |
50
+ | UPGRADE-DOGFOOD | No cumple | 0 | 6 |
51
+ | DOCS-PERSONAS | No cumple | 0 | 6 |
52
+ | ADVISORY-MODE | No cumple | 0 | 11 |
53
+ | EVENT-VALIDATOR | No cumple | 0 | 1 |
54
+ | ARCH-DIAGRAMS | No cumple | 0 | 1 |
55
+ | OO-208 | No cumple | 0 | 6 |
56
+ | OO-212 | No cumple | 0 | 4 |
57
+ | OO-211 | No cumple | 0 | 5 |
58
+ | OO-210 | No cumple | 0 | 6 |
59
+ | OO-209 | No cumple | 0 | 6 |
60
+ | OO-224 | No cumple | 0 | 13 |
61
+ | OO-225 | No cumple | 0 | 6 |
62
+ | OO-226 | No cumple | 0 | 6 |
63
+ | OO-227 | No cumple | 0 | 6 |
64
+ | OO-228 | No cumple | 0 | 6 |
65
+ | OO-238 | No cumple | 0 | 1 |
66
+ | GH-228 | No cumple | 0 | 5 |
67
+ | GH-229 | No cumple | 1 | 6 |
68
+ | GH-230 | No cumple | 2 | 3 |
69
+ | GH-231 | No cumple | 0 | 7 |
70
+ | GH-232 | No cumple | 0 | 5 |
71
+ | GH-233 | No cumple | 0 | 5 |
72
+ | GH-234 | No cumple | 0 | 5 |
73
+ | GH-235 | No cumple | 0 | 2 |
74
+ | GH-236 | No cumple | 1 | 4 |
75
+ | GH-237 | No cumple | 0 | 2 |
76
+ | GH-292 | No cumple | 0 | 1 |
77
+ | GH-293 | No cumple | 0 | 1 |
78
+ | RUN-VS-WORKFLOW | No cumple | 0 | 1 |
79
+ | GH-294 | No cumple | 0 | 6 |
80
+ | GH-298 | No cumple | 0 | 6 |
81
+ | GH-297 | No cumple | 0 | 6 |
82
+ | GH-295 | No cumple | 0 | 6 |
83
+ | GH-296 | No cumple | 0 | 6 |
84
+ | GH-299 | No cumple | 0 | 1 |
85
+ | GH-300 | No cumple | 0 | 3 |
86
+ | UX-UI-005 | No cumple | 0 | 1 |
87
+ | UX-UI-007 | No cumple | 0 | 4 |
88
+ | UX-UI-008 | No cumple | 0 | 1 |
89
+ | UX-UI-009 | No cumple | 0 | 1 |
90
+ | UX-UI-010 | No cumple | 0 | 1 |
91
+ | UX-UI-011 | No cumple | 0 | 1 |
92
+ | UX-UI-012 | No cumple | 0 | 1 |
93
+ | ESTIMATE-BENCHMARK-CALIBRATION | No cumple | 0 | 6 |
94
+ | DEV-STANDARDS-GENERALIZE | No cumple | 0 | 5 |
95
+ | VISUAL-VALIDATION-GATE | No cumple | 0 | 8 |
96
+ | SETUP-IMPORT-ROLE-ALIASES | No cumple | 0 | 4 |
97
+ | RULES-PLAYBOOKS-HEALTH | No cumple | 0 | 5 |
98
+ | WORKFLOW-DOCS-PLAYBOOKS-GATES | No cumple | 0 | 5 |
99
+ | PLAYBOOK-SCAFFOLD | No cumple | 0 | 6 |
100
+ | QA-PLAN-READY-GATE | No cumple | 0 | 1 |
101
+ | QA-AUTOMATION-ASSERTIONS | No cumple | 0 | 1 |
102
+ | GH-331 | No cumple | 0 | 1 |
103
+ | GH-332 | Cumple | 4 | 0 |
104
+ | E2E-AC-RESULTS-HARDENING | No cumple | 0 | 4 |
105
+ | ARCH-SALESFORCE-INTEGRATION-DIAGRAM | No cumple | 0 | 4 |
106
+
107
+ ## Criterion-Level Result
108
+
109
+ | Task | Result | Coverage | Acceptance criterion | Reason |
110
+ | --- | --- | --- | --- | --- |
111
+ | WEB-E2E | No cumple | planned | real web server starts | solo planificado; sin evidencia ejecutada enlazada |
112
+ | WEB-E2E | No cumple | planned | no mocks or route injection | solo planificado; sin evidencia ejecutada enlazada |
113
+ | WEB-E2E | No cumple | planned | task create persists | solo planificado; sin evidencia ejecutada enlazada |
114
+ | WEB-E2E | No cumple | planned | cost dashboard renders real provenance | solo planificado; sin evidencia ejecutada enlazada |
115
+ | WEB-E2E | No cumple | planned | Playwright evidence persists | solo planificado; sin evidencia ejecutada enlazada |
116
+ | WEB-E2E | No cumple | gap | npm script runs locally | gap de automatizacion/evidencia |
117
+ | WEB-E2E | No cumple | planned | test structure reusable by QA SDET generated Playwright specs from future handoffs | solo planificado; sin evidencia ejecutada enlazada |
118
+ | SETUP-BRIDGE | No cumple | planned | imports profiles idempotently | solo planificado; sin evidencia ejecutada enlazada |
119
+ | SETUP-BRIDGE | No cumple | planned | maps tasks evidence handoffs | solo planificado; sin evidencia ejecutada enlazada |
120
+ | SETUP-BRIDGE | No cumple | planned | reports conflicts | solo planificado; sin evidencia ejecutada enlazada |
121
+ | SETUP-BRIDGE | No cumple | planned | preserves ownership boundary | solo planificado; sin evidencia ejecutada enlazada |
122
+ | SETUP-BRIDGE | No cumple | planned | documents flow | solo planificado; sin evidencia ejecutada enlazada |
123
+ | WEB-LIFECYCLE | No cumple | planned | create or select refined task | solo planificado; sin evidencia ejecutada enlazada |
124
+ | WEB-LIFECYCLE | No cumple | planned | start workflow run | solo planificado; sin evidencia ejecutada enlazada |
125
+ | WEB-LIFECYCLE | No cumple | planned | show phase and gate state | solo planificado; sin evidencia ejecutada enlazada |
126
+ | WEB-LIFECYCLE | No cumple | planned | resume paused run | solo planificado; sin evidencia ejecutada enlazada |
127
+ | WEB-LIFECYCLE | No cumple | planned | approve or reject gates | solo planificado; sin evidencia ejecutada enlazada |
128
+ | WEB-LIFECYCLE | No cumple | planned | developer-to-QA handoff includes changed files commands evidence gaps and recommended Playwright coverage | solo planificado; sin evidencia ejecutada enlazada |
129
+ | WEB-LIFECYCLE | No cumple | planned | QA SDET generates or updates Playwright plan from acceptance criteria | solo planificado; sin evidencia ejecutada enlazada |
130
+ | WEB-LIFECYCLE | No cumple | planned | QA SDET creates or updates executable Playwright specs when browser-real validation is required | solo planificado; sin evidencia ejecutada enlazada |
131
+ | WEB-LIFECYCLE | No cumple | planned | release gate blocks UI AC without Playwright evidence or accepted risk | solo planificado; sin evidencia ejecutada enlazada |
132
+ | WEB-LIFECYCLE | No cumple | planned | persist workflow state | solo planificado; sin evidencia ejecutada enlazada |
133
+ | WEB-LIFECYCLE | No cumple | planned | E2E validates real lifecycle | solo planificado; sin evidencia ejecutada enlazada |
134
+ | ADVISORY-ARTIFACTS | No cumple | planned | init advisory avoids root files | solo planificado; sin evidencia ejecutada enlazada |
135
+ | ADVISORY-ARTIFACTS | No cumple | planned | generates advisory README and role guides | solo planificado; sin evidencia ejecutada enlazada |
136
+ | ADVISORY-ARTIFACTS | No cumple | planned | records portable decisions | solo planificado; sin evidencia ejecutada enlazada |
137
+ | ADVISORY-ARTIFACTS | No cumple | planned | exports project task | solo planificado; sin evidencia ejecutada enlazada |
138
+ | ADVISORY-ARTIFACTS | No cumple | planned | unsafe roots blocked | solo planificado; sin evidencia ejecutada enlazada |
139
+ | MCP-OAUTH-PARITY | No cumple | planned | RFC8414 discovery | solo planificado; sin evidencia ejecutada enlazada |
140
+ | MCP-OAUTH-PARITY | No cumple | planned | RFC7591 dynamic registration | solo planificado; sin evidencia ejecutada enlazada |
141
+ | MCP-OAUTH-PARITY | No cumple | planned | stdio proxy injects bearer | solo planificado; sin evidencia ejecutada enlazada |
142
+ | MCP-OAUTH-PARITY | No cumple | planned | refresh before expiry | solo planificado; sin evidencia ejecutada enlazada |
143
+ | MCP-OAUTH-PARITY | No cumple | planned | retry once on 401 | solo planificado; sin evidencia ejecutada enlazada |
144
+ | MCP-OAUTH-PARITY | No cumple | planned | no token logging | solo planificado; sin evidencia ejecutada enlazada |
145
+ | TRACEABILITY-DOCS | No cumple | planned | docs cover PO refinement | solo planificado; sin evidencia ejecutada enlazada |
146
+ | TRACEABILITY-DOCS | No cumple | planned | developer delivery | solo planificado; sin evidencia ejecutada enlazada |
147
+ | TRACEABILITY-DOCS | No cumple | planned | QA verification | solo planificado; sin evidencia ejecutada enlazada |
148
+ | TRACEABILITY-DOCS | No cumple | planned | advisory conversion | solo planificado; sin evidencia ejecutada enlazada |
149
+ | TRACEABILITY-DOCS | No cumple | planned | release readiness | solo planificado; sin evidencia ejecutada enlazada |
150
+ | TRACEABILITY-DOCS | No cumple | planned | artifact traceability | solo planificado; sin evidencia ejecutada enlazada |
151
+ | TRACEABILITY-DOCS | No cumple | planned | generated reference separation | solo planificado; sin evidencia ejecutada enlazada |
152
+ | COMMAND-CONTRACTS | No cumple | planned | JSON commands have schemas | solo planificado; sin evidencia ejecutada enlazada |
153
+ | COMMAND-CONTRACTS | No cumple | planned | manifest links schemas/messages | solo planificado; sin evidencia ejecutada enlazada |
154
+ | COMMAND-CONTRACTS | No cumple | planned | fixtures validate output | solo planificado; sin evidencia ejecutada enlazada |
155
+ | COMMAND-CONTRACTS | No cumple | planned | compatibility documented | solo planificado; sin evidencia ejecutada enlazada |
156
+ | SETUP-TASK-CONTRACT | No cumple | gap | contract includes backlog story AC DoR DoD dependencies risks acceptance status | gap de automatizacion/evidencia |
157
+ | SETUP-TASK-CONTRACT | No cumple | planned | old records readable | solo planificado; sin evidencia ejecutada enlazada |
158
+ | SETUP-TASK-CONTRACT | No cumple | planned | evidence IDs preserved | solo planificado; sin evidencia ejecutada enlazada |
159
+ | SETUP-TASK-CONTRACT | No cumple | planned | version included | solo planificado; sin evidencia ejecutada enlazada |
160
+ | VSCODE-DEEPLINK | No cumple | planned | detects setup-agents artifacts | solo planificado; sin evidencia ejecutada enlazada |
161
+ | VSCODE-DEEPLINK | No cumple | planned | guides from setup to init/status/workflow | solo planificado; sin evidencia ejecutada enlazada |
162
+ | VSCODE-DEEPLINK | No cumple | planned | shows import pending state | solo planificado; sin evidencia ejecutada enlazada |
163
+ | VSCODE-DEEPLINK | No cumple | planned | works without setup-agents | solo planificado; sin evidencia ejecutada enlazada |
164
+ | VSCODE-DEEPLINK | No cumple | planned | docs boundary | solo planificado; sin evidencia ejecutada enlazada |
165
+ | CONTEXT-BUDGET | No cumple | planned | context reports estimatedTokens and tokenBudget | solo planificado; sin evidencia ejecutada enlazada |
166
+ | CONTEXT-BUDGET | No cumple | planned | context supports --budget for JSON and human output | solo planificado; sin evidencia ejecutada enlazada |
167
+ | CONTEXT-BUDGET | No cumple | planned | runtime brief and workflow render honor bounded context | solo planificado; sin evidencia ejecutada enlazada |
168
+ | CONTEXT-BUDGET | No cumple | planned | large evidence handoff review history is trimmed by priority | solo planificado; sin evidencia ejecutada enlazada |
169
+ | CONTEXT-BUDGET | No cumple | planned | tests prove high-history tasks stay under budget | solo planificado; sin evidencia ejecutada enlazada |
170
+ | INIT-HELP | No cumple | planned | init --help succeeds in initialized workspace; help includes project advisory target-dir target runtime force and confirm-unknown examples; help writes no files; root help points to recommended first-use path; dogfood evidence uses installed orchestra binary | solo planificado; sin evidencia ejecutada enlazada |
171
+ | INIT-CONTEXT | No cumple | planned | follow-up commands can validate the same target dir initialized by init; health status validate and task list do not silently report caller repo when a target root is requested; human and JSON outputs expose effective root where needed; cwd default behavior is unchanged; dogfood covers temp initialized workspace | solo planificado; sin evidencia ejecutada enlazada |
172
+ | INIT-NEXT | No cumple | planned | project init prints health task and workflow/web next steps; advisory init prints advisory-specific next steps; existing workspace failure explains status health force and target-dir options; unknown workspace guidance explains confirm-unknown advisory and target-dir; structured output exists or is documented as follow-up | solo planificado; sin evidencia ejecutada enlazada |
173
+ | INIT-SAFETY | No cumple | planned | init reports existing managed artifacts and preserve/overwrite behavior; force mode lists generated files refreshed; dry-run or check path writes nothing; conflicts include remediation; safety docs cover project and advisory modes | solo planificado; sin evidencia ejecutada enlazada |
174
+ | INIT-DOGFOOD | No cumple | planned | e2e uses orchestra from PATH not node bin/orchestra.js; covers project init advisory init unknown confirmation existing workspace and follow-up health/status; uses real temp dirs with no mocks; CI or release gate can run suite; release readiness records evidence | solo planificado; sin evidencia ejecutada enlazada |
175
+ | PORTABILITY | No cumple | gap | validate:workflow runs without Unix sh; CI covers cross-platform smoke paths; docs state supported platforms and limitations; macOS and Linux behavior remains unchanged | gap de automatizacion/evidencia |
176
+ | ONBOARDING-E2E | No cumple | planned | real temp workspace; no mocks; uses installed orchestra binary; documents happy path; failure output includes recovery steps | solo planificado; sin evidencia ejecutada enlazada |
177
+ | WEB-OPS | No cumple | planned | shows tasks owners statuses blockers gates evidence and next actions; task detail includes AC DoR DoD risks handoffs reviews evidence release readiness; mobile desktop responsive; Playwright no-mock coverage | solo planificado; sin evidencia ejecutada enlazada |
178
+ | GITHUB-SYNC | No cumple | planned | sync imports issue metadata; status/evidence comments are idempotent; closure requires DoD evidence or accepted risk; mapping documented and configurable | solo planificado; sin evidencia ejecutada enlazada |
179
+ | GITHUB-SYNC | No cumple | planned | Command can import/sync GitHub issue metadata into Orchestra tasks. | solo planificado; sin evidencia ejecutada enlazada |
180
+ | GITHUB-SYNC | No cumple | planned | Command can update GitHub issue comments with evidence and status. | solo planificado; sin evidencia ejecutada enlazada |
181
+ | GITHUB-SYNC | No cumple | planned | Closure requires passing DoD evidence or explicit accepted risk. | solo planificado; sin evidencia ejecutada enlazada |
182
+ | GITHUB-SYNC | No cumple | planned | Labels/milestones/status mapping is documented and configurable. | solo planificado; sin evidencia ejecutada enlazada |
183
+ | GITHUB-SYNC | No cumple | planned | Failures are idempotent and do not duplicate comments/tasks. | solo planificado; sin evidencia ejecutada enlazada |
184
+ | MEMORY-GOVERNANCE | No cumple | planned | role bundles for PO architect developer QA release; included/omitted sections visible; token budget and estimates shown; high-history tests stay bounded; no raw secrets or provider responses | solo planificado; sin evidencia ejecutada enlazada |
185
+ | MEMORY-GOVERNANCE | No cumple | planned | Memory output explains included and omitted sections. | solo planificado; sin evidencia ejecutada enlazada |
186
+ | MEMORY-GOVERNANCE | No cumple | planned | Bundles are role-scoped for PO, architect, developer, QA, and release. | solo planificado; sin evidencia ejecutada enlazada |
187
+ | MEMORY-GOVERNANCE | No cumple | planned | Lessons learned and prompt registry entries are retrieved through explicit hooks. | solo planificado; sin evidencia ejecutada enlazada |
188
+ | MEMORY-GOVERNANCE | No cumple | planned | Token budget, estimated tokens, and trimming rationale are visible in JSON and human output. | solo planificado; sin evidencia ejecutada enlazada |
189
+ | MEMORY-GOVERNANCE | No cumple | planned | Tests prove high-history workspaces stay within budget without dropping critical AC. | solo planificado; sin evidencia ejecutada enlazada |
190
+ | QA-RELEASE | No cumple | planned | AC maps to unit integration e2e manual or accepted-risk evidence; release check reports uncovered AC blockers locks smoke rollback gaps; browser AC requires Playwright evidence or accepted risk | solo planificado; sin evidencia ejecutada enlazada |
191
+ | QA-RELEASE | No cumple | planned | Each acceptance criterion can be mapped to unit, integration, E2E, manual, or accepted-risk evidence. | solo planificado; sin evidencia ejecutada enlazada |
192
+ | QA-RELEASE | No cumple | gap | Release check reports uncovered AC, unresolved blocker reviews, active locks, and missing rollback/smoke evidence. | gap de automatizacion/evidencia |
193
+ | QA-RELEASE | No cumple | planned | Browser/UI AC requires Playwright evidence or accepted risk. | solo planificado; sin evidencia ejecutada enlazada |
194
+ | QA-RELEASE | No cumple | planned | Output is available as JSON and human-readable summary. | solo planificado; sin evidencia ejecutada enlazada |
195
+ | QA-RELEASE | No cumple | planned | Web console can display release readiness status. | solo planificado; sin evidencia ejecutada enlazada |
196
+ | UPGRADE-DOGFOOD | No cumple | planned | detects latest beta versions; prints exact canonical install command; post-install smoke check available; health shows installed root/version; docs explain stable vs beta | solo planificado; sin evidencia ejecutada enlazada |
197
+ | UPGRADE-DOGFOOD | No cumple | planned | Command or health output detects latest/beta versions and prints exact install command. | solo planificado; sin evidencia ejecutada enlazada |
198
+ | UPGRADE-DOGFOOD | No cumple | gap | Upgrade workflow can run a post-install smoke check. | gap de automatizacion/evidencia |
199
+ | UPGRADE-DOGFOOD | No cumple | planned | Installed package root/version are visible in health output. | solo planificado; sin evidencia ejecutada enlazada |
200
+ | UPGRADE-DOGFOOD | No cumple | planned | Dogfood suite can verify package contents and CLI binary from PATH. | solo planificado; sin evidencia ejecutada enlazada |
201
+ | UPGRADE-DOGFOOD | No cumple | planned | Docs explain stable vs beta installation. | solo planificado; sin evidencia ejecutada enlazada |
202
+ | DOCS-PERSONAS | No cumple | planned | persona docs include commands artifacts blockers recovery; docs link to current product flows; site reflects implemented capabilities; canonical package and CLI names used | solo planificado; sin evidencia ejecutada enlazada |
203
+ | DOCS-PERSONAS | No cumple | planned | Docs include paths for PO refinement, developer execution, QA validation, tech lead oversight, and release management. | solo planificado; sin evidencia ejecutada enlazada |
204
+ | DOCS-PERSONAS | No cumple | planned | Each path includes commands, expected artifacts, common blockers, and recovery steps. | solo planificado; sin evidencia ejecutada enlazada |
205
+ | DOCS-PERSONAS | No cumple | planned | Docs link to first-use onboarding, web console, memory, GitHub sync, and release readiness. | solo planificado; sin evidencia ejecutada enlazada |
206
+ | DOCS-PERSONAS | No cumple | planned | Public site reflects the same current product capabilities. | solo planificado; sin evidencia ejecutada enlazada |
207
+ | DOCS-PERSONAS | No cumple | planned | Docs avoid stale package names and use installed CLI form. | solo planificado; sin evidencia ejecutada enlazada |
208
+ | ADVISORY-MODE | No cumple | planned | advisory init creates clear artifacts decisions role guides conversion path; findings can promote to project tasks; mode visible in health/status; unsafe roots blocked; docs explain advisory vs project mode | solo planificado; sin evidencia ejecutada enlazada |
209
+ | ADVISORY-MODE | No cumple | planned | Advisory init creates clear artifacts, decisions, role guides, and conversion path. | solo planificado; sin evidencia ejecutada enlazada |
210
+ | ADVISORY-MODE | No cumple | planned | Advisory findings can be promoted into real project tasks. | solo planificado; sin evidencia ejecutada enlazada |
211
+ | ADVISORY-MODE | No cumple | planned | Advisory mode is visible in health/status output. | solo planificado; sin evidencia ejecutada enlazada |
212
+ | ADVISORY-MODE | No cumple | planned | Unsafe roots remain blocked, and advisory writes stay inside workflow-owned paths unless explicitly targeted. | solo planificado; sin evidencia ejecutada enlazada |
213
+ | ADVISORY-MODE | No cumple | planned | Docs explain when to use advisory vs project mode. | solo planificado; sin evidencia ejecutada enlazada |
214
+ | ADVISORY-MODE | No cumple | planned | Advisory init creates clear artifacts, decisions, role guides, and conversion path. | solo planificado; sin evidencia ejecutada enlazada |
215
+ | ADVISORY-MODE | No cumple | planned | Advisory findings can be promoted into real project tasks. | solo planificado; sin evidencia ejecutada enlazada |
216
+ | ADVISORY-MODE | No cumple | planned | Advisory mode is visible in health/status output. | solo planificado; sin evidencia ejecutada enlazada |
217
+ | ADVISORY-MODE | No cumple | planned | Unsafe roots remain blocked, and advisory writes stay inside workflow-owned paths unless explicitly targeted. | solo planificado; sin evidencia ejecutada enlazada |
218
+ | ADVISORY-MODE | No cumple | planned | Docs explain when to use advisory vs project mode. | solo planificado; sin evidencia ejecutada enlazada |
219
+ | EVENT-VALIDATOR | No cumple | planned | ESTIMATE_RECORDED is accepted; estimate then validate has no unknown event type warning; tests cover estimate/validate path; emitted event catalog drift is reviewed | solo planificado; sin evidencia ejecutada enlazada |
220
+ | ARCH-DIAGRAMS | No cumple | planned | Site and docs include architecture diagrams; diagrams are readable in light/dark contexts; build and precommit pass | solo planificado; sin evidencia ejecutada enlazada |
221
+ | OO-208 | No cumple | planned | Workflow configuration can insert a challenge role between Architect and Developer without hardcoding a single domain-specific role. | solo planificado; sin evidencia ejecutada enlazada |
222
+ | OO-208 | No cumple | planned | The default challenge role can be reviewer_critic, domain_expert, platform_engineer, or a configured project role. | solo planificado; sin evidencia ejecutada enlazada |
223
+ | OO-208 | No cumple | planned | Phase-mode gates can pause at the new architecture challenge transition for human triage. | solo planificado; sin evidencia ejecutada enlazada |
224
+ | OO-208 | No cumple | planned | Challenge output is stored as a workflow artifact and included in downstream phase context. | solo planificado; sin evidencia ejecutada enlazada |
225
+ | OO-208 | No cumple | planned | If the challenge phase blocks the design, the workflow routes back to Architect or stops with a clear recovery command. | solo planificado; sin evidencia ejecutada enlazada |
226
+ | OO-208 | No cumple | planned | Existing six-phase workflows continue to work when no challenge phase is configured. | solo planificado; sin evidencia ejecutada enlazada |
227
+ | OO-212 | No cumple | skipped | Calibration tests cover the case where actualDays is far below declared estimate days and assert bias is `over`. | estado skipped no comprobado |
228
+ | OO-212 | No cumple | skipped | Existing under-estimate coverage remains intact for actualDays above estimates. | estado skipped no comprobado |
229
+ | OO-212 | No cumple | skipped | Lesson metadata and recommendation text match the bias direction. | estado skipped no comprobado |
230
+ | OO-212 | No cumple | skipped | The test uses deterministic timestamps and does not rely on wall-clock race conditions. | estado skipped no comprobado |
231
+ | OO-211 | No cumple | gap | Release playbook includes a mandatory `Deployment Risk Challenge` section. | gap de automatizacion/evidencia |
232
+ | OO-211 | No cumple | planned | Release must flag deployment smells such as excessive rollout waves for story size, rollback complexity disproportionate to change size, production-impacting config/API changes, security boundary changes, and missing observability. | solo planificado; sin evidencia ejecutada enlazada |
233
+ | OO-211 | No cumple | gap | If risk smells exceed a configurable threshold, Release records a blocking review or action-policy approval request instead of rubber-stamping the runbook. | gap de automatizacion/evidencia |
234
+ | OO-211 | No cumple | gap | Release readiness gate surfaces unresolved deployment challenges. | gap de automatizacion/evidencia |
235
+ | OO-211 | No cumple | planned | Existing release behavior remains unchanged when no challenge findings are present. | solo planificado; sin evidencia ejecutada enlazada |
236
+ | OO-210 | No cumple | gap | `orchestra workflow run` supports `--mode new\|redo\|sign-off`, defaulting to `new`. | gap de automatizacion/evidencia |
237
+ | OO-210 | No cumple | gap | `redo` mode prepends a clear rework protocol to the active phase prompt. | gap de automatizacion/evidencia |
238
+ | OO-210 | No cumple | gap | In `redo` mode, decisions tagged `OBSERVATION:` are treated as mandatory review inputs. | gap de automatizacion/evidencia |
239
+ | OO-210 | No cumple | gap | Phase output must address every matching observation with quote, accept/reject/defer, reasoning, and evidence. | gap de automatizacion/evidencia |
240
+ | OO-210 | No cumple | gap | `sign-off` mode must not silently clear unresolved observations. | gap de automatizacion/evidencia |
241
+ | OO-210 | No cumple | gap | Tests cover rerunning from Architect with observation decisions and assert the prompt/output contract includes each observation. | gap de automatizacion/evidencia |
242
+ | OO-209 | No cumple | skipped | Developer playbook requires an `Architectural Concerns (inherited)` section for inherited design drift. | estado skipped no comprobado |
243
+ | OO-209 | No cumple | skipped | Developer playbook requires an `Architectural Concerns (self-imposed)` section for new abstractions, files, metadata, APIs, config, scripts, or workflow changes proposed by Developer. | estado skipped no comprobado |
244
+ | OO-209 | No cumple | skipped | Each self-imposed item must justify why existing project patterns or simpler alternatives are insufficient. | estado skipped no comprobado |
245
+ | OO-209 | No cumple | skipped | Empty concern sections must be explicit rather than omitted. | estado skipped no comprobado |
246
+ | OO-209 | No cumple | skipped | Phase structured output can carry challenge findings forward to QA and Release. | estado skipped no comprobado |
247
+ | OO-209 | No cumple | skipped | Tests verify Developer prompt/playbook includes both inherited and self-imposed review requirements. | estado skipped no comprobado |
248
+ | OO-224 | No cumple | planned | Recommendations explain rationale; frontend or UX-risk tasks include UX/accessibility validation; docs/site/release-risk tasks include technical writer or release-manager validation; manual workflow.phaseSequence remains authoritative; CLI exposes dry-run and JSON phase-plan output; tests cover default, frontend, docs/release, duplicate prevention, and manual override behavior | solo planificado; sin evidencia ejecutada enlazada |
249
+ | OO-224 | No cumple | planned | Given project signals from `orchestra detect`, the planner recommends additional phases only when the task scope or risk justifies them. | solo planificado; sin evidencia ejecutada enlazada |
250
+ | OO-224 | No cumple | planned | Given a frontend or UX-risk task, the recommendation includes UX/accessibility review before QA or release. | solo planificado; sin evidencia ejecutada enlazada |
251
+ | OO-224 | No cumple | planned | Given docs/site/release-impacting work, the recommendation includes technical writer or release-manager validation where appropriate. | solo planificado; sin evidencia ejecutada enlazada |
252
+ | OO-224 | No cumple | planned | Manual `workflow.phaseSequence` remains authoritative and is not overwritten silently. | solo planificado; sin evidencia ejecutada enlazada |
253
+ | OO-224 | No cumple | planned | The CLI exposes a dry-run/JSON view of the recommended phase plan and rationale. | solo planificado; sin evidencia ejecutada enlazada |
254
+ | OO-224 | No cumple | planned | Unit tests cover default behavior, frontend risk, docs/release risk, duplicate phase prevention, and manual override behavior. | solo planificado; sin evidencia ejecutada enlazada |
255
+ | OO-224 | No cumple | planned | Given project signals from `orchestra detect`, the planner recommends additional phases only when the task scope or risk justifies them. | solo planificado; sin evidencia ejecutada enlazada |
256
+ | OO-224 | No cumple | planned | Given a frontend or UX-risk task, the recommendation includes UX/accessibility review before QA or release. | solo planificado; sin evidencia ejecutada enlazada |
257
+ | OO-224 | No cumple | planned | Given docs/site/release-impacting work, the recommendation includes technical writer or release-manager validation where appropriate. | solo planificado; sin evidencia ejecutada enlazada |
258
+ | OO-224 | No cumple | planned | Manual `workflow.phaseSequence` remains authoritative and is not overwritten silently. | solo planificado; sin evidencia ejecutada enlazada |
259
+ | OO-224 | No cumple | planned | The CLI exposes a dry-run/JSON view of the recommended phase plan and rationale. | solo planificado; sin evidencia ejecutada enlazada |
260
+ | OO-224 | No cumple | planned | Unit tests cover default behavior, frontend risk, docs/release risk, duplicate phase prevention, and manual override behavior. | solo planificado; sin evidencia ejecutada enlazada |
261
+ | OO-225 | No cumple | planned | Initialization creates focused playbooks or sections when relevant; user-edited playbooks are preserved unless an explicit force or refresh path is used; provider-backed phase prompts load only active playbook content; workflow render and runtime brief show loaded playbook source; tests cover init, idempotency, missing fallback, and prompt inclusion boundaries | solo planificado; sin evidencia ejecutada enlazada |
262
+ | OO-225 | No cumple | gap | Default initialization creates focused playbooks or playbook sections for `qa-checklist`, `regression`, `smoke-test`, `doc-review`, `release-promote`, and `ux-review` when those phases/roles are active. | gap de automatizacion/evidencia |
263
+ | OO-225 | No cumple | planned | Existing user-edited playbooks are not overwritten unless an explicit force/refresh path is used. | solo planificado; sin evidencia ejecutada enlazada |
264
+ | OO-225 | No cumple | planned | Provider-backed phase prompts load only the active phase/specialized playbook content, not every playbook. | solo planificado; sin evidencia ejecutada enlazada |
265
+ | OO-225 | No cumple | planned | Workflow render/runtime brief output shows which playbook source was loaded. | solo planificado; sin evidencia ejecutada enlazada |
266
+ | OO-225 | No cumple | planned | Tests cover initialization, idempotency, missing playbook fallback, and prompt inclusion boundaries. | solo planificado; sin evidencia ejecutada enlazada |
267
+ | OO-226 | No cumple | planned | Refresh command or mode updates managed runtime bootstrap files, default playbooks, instruction manifests, and generated metadata from .agent-workflow/config.json; supports check dry-run force and json semantics; preserves user-authored content outside managed blocks; reports drift clearly and requires force before replacement; tests cover no-op, dry-run, check, force regeneration, path safety, and user content preservation | solo planificado; sin evidencia ejecutada enlazada |
268
+ | OO-226 | No cumple | planned | A command or documented mode refreshes managed runtime bootstrap files, default playbooks, instruction manifests, and generated metadata from existing `.agent-workflow/config.json`. | solo planificado; sin evidencia ejecutada enlazada |
269
+ | OO-226 | No cumple | planned | The command supports `--check`, `--dry-run`, `--force`, and `--json` semantics consistent with existing instruction commands. | solo planificado; sin evidencia ejecutada enlazada |
270
+ | OO-226 | No cumple | planned | User-authored content outside managed blocks is preserved. | solo planificado; sin evidencia ejecutada enlazada |
271
+ | OO-226 | No cumple | planned | Drifted managed blocks are reported clearly, with force required before replacement. | solo planificado; sin evidencia ejecutada enlazada |
272
+ | OO-226 | No cumple | planned | Tests cover no-op refresh, dry-run/check output, force regeneration, path safety, and preservation of user content. | solo planificado; sin evidencia ejecutada enlazada |
273
+ | OO-227 | No cumple | planned | Non-JSON workflow runs emit phase start provider model retry fallback elapsed heartbeat and completion or failure messages; JSON output remains clean; timeout messages include phase id provider model elapsed time and sanitized failure reason; Web/API status exposes active phase progress data; tests cover heartbeat, JSON silence, fallback diagnostics, and timeout messaging | solo planificado; sin evidencia ejecutada enlazada |
274
+ | OO-227 | No cumple | planned | Non-JSON workflow runs emit phase start, provider/model attempt, retry/fallback, elapsed-time heartbeat, and phase completion/failure messages. | solo planificado; sin evidencia ejecutada enlazada |
275
+ | OO-227 | No cumple | planned | JSON output remains machine-readable and does not interleave heartbeat text into JSON payloads. | solo planificado; sin evidencia ejecutada enlazada |
276
+ | OO-227 | No cumple | planned | Timeout messages include phase id, provider/model, elapsed time, and sanitized failure reason. | solo planificado; sin evidencia ejecutada enlazada |
277
+ | OO-227 | No cumple | planned | Web/API run status can expose enough state for the UI to show active phase progress. | solo planificado; sin evidencia ejecutada enlazada |
278
+ | OO-227 | No cumple | planned | Tests cover non-JSON heartbeat behavior, JSON silence, provider fallback diagnostics, and timeout messaging. | solo planificado; sin evidencia ejecutada enlazada |
279
+ | OO-228 | No cumple | planned | Cursor-scoped command or skill reports canvas sync status without requiring Cursor in non-Cursor workspaces; sync supports dry-run status and clean behavior with clear source and destination paths; paths are validated and never write outside workspace; non-Cursor projects get unsupported or no-op result; tests cover status dry-run sync clean path safety and non-Cursor fallback | solo planificado; sin evidencia ejecutada enlazada |
280
+ | OO-228 | No cumple | planned | A Cursor-scoped command or skill can report canvas sync status without requiring Cursor in non-Cursor workspaces. | solo planificado; sin evidencia ejecutada enlazada |
281
+ | OO-228 | No cumple | planned | Sync supports dry-run/status/clean behavior and clear paths for cache source and repo destination. | solo planificado; sin evidencia ejecutada enlazada |
282
+ | OO-228 | No cumple | planned | The command validates paths and never writes outside the workspace. | solo planificado; sin evidencia ejecutada enlazada |
283
+ | OO-228 | No cumple | planned | Non-Cursor projects get a clear unsupported/no-op result. | solo planificado; sin evidencia ejecutada enlazada |
284
+ | OO-228 | No cumple | planned | Tests cover status, dry-run sync, clean, path safety, and non-Cursor fallback. | solo planificado; sin evidencia ejecutada enlazada |
285
+ | OO-238 | No cumple | planned | Tests cover spawn limit, depth limit, queue/reject behavior, crash/timeout recovery, stale claim release, and context budget enforcement. | solo planificado; sin evidencia ejecutada enlazada |
286
+ | GH-228 | No cumple | planned | Tests cover prompt coverage | solo planificado; sin evidencia ejecutada enlazada |
287
+ | GH-228 | No cumple | planned | stale entries | solo planificado; sin evidencia ejecutada enlazada |
288
+ | GH-228 | No cumple | planned | lesson promotion | solo planificado; sin evidencia ejecutada enlazada |
289
+ | GH-228 | No cumple | planned | and task context retrieval. | solo planificado; sin evidencia ejecutada enlazada |
290
+ | GH-228 | No cumple | planned | Prompt registry entries link to tasks issues decisions evidence reviews and changed paths; validation reports missing or stale prompt coverage with actionable remediation; lesson promotion can reference originating task and artifact; memory context retrieval prefers relevant entries without prompt bloat; tests cover prompt coverage stale entries lesson promotion and task context retrieval | solo planificado; sin evidencia ejecutada enlazada |
291
+ | GH-229 | No cumple | planned | Unit and workflow tests cover success | solo planificado; sin evidencia ejecutada enlazada |
292
+ | GH-229 | No cumple | planned | retry | solo planificado; sin evidencia ejecutada enlazada |
293
+ | GH-229 | Cumple | covered | fallback | evidencia=1 |
294
+ | GH-229 | No cumple | planned | timeout | solo planificado; sin evidencia ejecutada enlazada |
295
+ | GH-229 | No cumple | planned | denied permission | solo planificado; sin evidencia ejecutada enlazada |
296
+ | GH-229 | No cumple | planned | and blocked fallback cases. | solo planificado; sin evidencia ejecutada enlazada |
297
+ | GH-229 | No cumple | planned | Runtime adapter contracts define retry fallback timeout permission and failure semantics; provider failures are sanitized and recorded consistently across CLI web API and evidence; timeout handling distinguishes provider timeout phase timeout and run timeout; permission modes are testable without invoking real external providers; tests cover success retry fallback timeout denied permission and blocked fallback cases | solo planificado; sin evidencia ejecutada enlazada |
298
+ | GH-230 | No cumple | planned | Tests cover browser | solo planificado; sin evidencia ejecutada enlazada |
299
+ | GH-230 | Cumple | covered | CLI | evidencia=1 |
300
+ | GH-230 | Cumple | covered | shell | evidencia=1 |
301
+ | GH-230 | No cumple | planned | and non-applicable task scenarios. | solo planificado; sin evidencia ejecutada enlazada |
302
+ | GH-230 | No cumple | planned | QA phase selects Playwright CLI shell or other E2E style based on task scope and project signals; generated E2E artifacts are workflow-local and executable; QA handoff includes commands setup assumptions and evidence references; non-applicable tasks record why E2E was skipped; tests cover browser CLI shell and non-applicable scenarios | solo planificado; sin evidencia ejecutada enlazada |
303
+ | GH-231 | No cumple | planned | Tests cover unchanged | solo planificado; sin evidencia ejecutada enlazada |
304
+ | GH-231 | No cumple | planned | drifted | solo planificado; sin evidencia ejecutada enlazada |
305
+ | GH-231 | No cumple | planned | blocked | solo planificado; sin evidencia ejecutada enlazada |
306
+ | GH-231 | No cumple | planned | forced | solo planificado; sin evidencia ejecutada enlazada |
307
+ | GH-231 | No cumple | planned | missing | solo planificado; sin evidencia ejecutada enlazada |
308
+ | GH-231 | No cumple | planned | and unsupported target cases. | solo planificado; sin evidencia ejecutada enlazada |
309
+ | GH-231 | No cumple | planned | Refresh reports include per-file before and after status managed block identity target runtime and recommended command; check mode exits with machine-readable drift status; dry-run shows planned writes without touching files; force mode preserves user-authored content outside managed blocks; tests cover unchanged drifted blocked forced missing and unsupported target cases | solo planificado; sin evidencia ejecutada enlazada |
310
+ | GH-232 | No cumple | planned | Tests cover rendering active | solo planificado; sin evidencia ejecutada enlazada |
311
+ | GH-232 | No cumple | planned | failed | solo planificado; sin evidencia ejecutada enlazada |
312
+ | GH-232 | No cumple | planned | paused | solo planificado; sin evidencia ejecutada enlazada |
313
+ | GH-232 | No cumple | planned | and completed workflow runs. | solo planificado; sin evidencia ejecutada enlazada |
314
+ | GH-232 | No cumple | planned | Active runs show current phase role provider model elapsed time and latest status; failed provider phases show sanitized reason and fallback state; paused gates and resumable phases remain visually distinct from running phases; UI remains responsive on mobile and desktop; tests cover active failed paused and completed workflow runs | solo planificado; sin evidencia ejecutada enlazada |
315
+ | GH-233 | No cumple | planned | Tests cover CLI available | solo planificado; sin evidencia ejecutada enlazada |
316
+ | GH-233 | No cumple | planned | CLI missing with MCP fallback | solo planificado; sin evidencia ejecutada enlazada |
317
+ | GH-233 | No cumple | planned | unsupported tracker | solo planificado; sin evidencia ejecutada enlazada |
318
+ | GH-233 | No cumple | planned | and failed fallback. | solo planificado; sin evidencia ejecutada enlazada |
319
+ | GH-233 | No cumple | planned | Tracking integration contract supports CLI transport and MCP-skill fallback transport; GitHub remains supported while Jira GitLab and Bitbucket can be added without changing core workflow logic; missing CLI but available MCP skill produces clear fallback path; sync records selected transport in evidence or events; tests cover CLI available CLI missing with MCP fallback unsupported tracker and failed fallback | solo planificado; sin evidencia ejecutada enlazada |
320
+ | GH-234 | No cumple | planned | Tests cover ready | solo planificado; sin evidencia ejecutada enlazada |
321
+ | GH-234 | No cumple | planned | blocked | solo planificado; sin evidencia ejecutada enlazada |
322
+ | GH-234 | No cumple | planned | accepted-risk | solo planificado; sin evidencia ejecutada enlazada |
323
+ | GH-234 | No cumple | planned | and rollback-required release paths. | solo planificado; sin evidencia ejecutada enlazada |
324
+ | GH-234 | No cumple | planned | Release readiness summarizes acceptance criteria tests security checks docs migration risk rollback and known gaps; release candidate artifacts can be generated and reviewed from CLI and web console; required evidence gates can be configured by project risk profile; release notes and changelog inputs are generated from tasks commits and evidence; tests cover ready blocked accepted-risk and rollback-required paths | solo planificado; sin evidencia ejecutada enlazada |
325
+ | GH-235 | No cumple | planned | Documentation validation passes. | solo planificado; sin evidencia ejecutada enlazada |
326
+ | GH-235 | No cumple | planned | Docs cover workflow phase plans specialized playbooks generated file refresh provider progress and Cursor canvas sync; public site includes concise examples and command references; docs state CLI-only web-supported and runtime-specific behavior; screenshots or examples are updated where web console behavior changed; documentation validation passes | solo planificado; sin evidencia ejecutada enlazada |
327
+ | GH-236 | No cumple | planned | Tests cover automatic sizing | solo planificado; sin evidencia ejecutada enlazada |
328
+ | GH-236 | No cumple | planned | manual override | solo planificado; sin evidencia ejecutada enlazada |
329
+ | GH-236 | Cumple | covered | missing sizing | evidencia=1 |
330
+ | GH-236 | No cumple | planned | and benchmark integration. | solo planificado; sin evidencia ejecutada enlazada |
331
+ | GH-236 | No cumple | planned | Architect phase can propose T-shirt size with rationale; developer phase can propose or confirm story points with implementation risk notes; estimates are stored as structured events and feed benchmark and burndown reports; calibration compares predicted vs actual effort and records lessons when bias repeats; tests cover automatic sizing manual override missing sizing and benchmark integration | solo planificado; sin evidencia ejecutada enlazada |
332
+ | GH-237 | No cumple | gap | Docs include setup examples for local and API-backed providers. | gap de automatizacion/evidencia |
333
+ | GH-237 | No cumple | gap | Each supported runtime has documented configuration capability detection invocation plan and permission model; runtime selection is provider-agnostic and can mix parent execution with delegated providers; missing runtime dependencies produce clear remediation messages; deterministic adapter tests cover each runtime path; docs include setup examples for local and API-backed providers | gap de automatizacion/evidencia |
334
+ | GH-292 | No cumple | planned | npm test passes | solo planificado; sin evidencia ejecutada enlazada |
335
+ | GH-293 | No cumple | planned | tests prove placeholder provider output does not silently pass as done | solo planificado; sin evidencia ejecutada enlazada |
336
+ | RUN-VS-WORKFLOW | No cumple | planned | tests cover the updated help copy | solo planificado; sin evidencia ejecutada enlazada |
337
+ | GH-294 | No cumple | planned | npm run lint passes; npm run precommit passes; MCP redacted errors preserve cause/context; Mermaid regex lint issues are removed without behavior regression | solo planificado; sin evidencia ejecutada enlazada |
338
+ | GH-294 | No cumple | planned | npm run lint passes with zero errors. | solo planificado; sin evidencia ejecutada enlazada |
339
+ | GH-294 | No cumple | planned | npm run precommit passes locally. | solo planificado; sin evidencia ejecutada enlazada |
340
+ | GH-294 | No cumple | planned | src/tool-commands.ts preserves caught error cause or equivalent context when redacting MCP errors. | solo planificado; sin evidencia ejecutada enlazada |
341
+ | GH-294 | No cumple | planned | web-console/src/main.jsx regex lint issues are removed without changing Mermaid parsing behavior. | solo planificado; sin evidencia ejecutada enlazada |
342
+ | GH-294 | No cumple | planned | Add or update focused tests only if behavior changes. | solo planificado; sin evidencia ejecutada enlazada |
343
+ | GH-298 | No cumple | planned | React console is split into focused modules; dashboard supports section-level endpoint failure states; task/evidence/workflow/provider/release/recovery flows remain available; responsive/accessibility behavior remains covered; E2E proves one partial API failure does not blank the console | solo planificado; sin evidencia ejecutada enlazada |
344
+ | GH-298 | No cumple | planned | Split web-console/src/main.jsx into focused components or feature modules. | solo planificado; sin evidencia ejecutada enlazada |
345
+ | GH-298 | No cumple | gap | Dashboard loading handles partial endpoint failures with section-level empty/error states. | gap de automatizacion/evidencia |
346
+ | GH-298 | No cumple | planned | Existing task, evidence, workflow, provider, release, and recovery flows remain available. | solo planificado; sin evidencia ejecutada enlazada |
347
+ | GH-298 | No cumple | planned | Responsive and accessibility behavior remains covered. | solo planificado; sin evidencia ejecutada enlazada |
348
+ | GH-298 | No cumple | gap | E2E coverage proves at least one partial API failure does not blank the whole console. | gap de automatizacion/evidencia |
349
+ | GH-297 | No cumple | planned | Architecture decision records module boundaries; at least one high-risk oversized module is split into focused services; public command behavior is preserved; focused tests cover moved behavior; unrelated churn is avoided | solo planificado; sin evidencia ejecutada enlazada |
350
+ | GH-297 | No cumple | planned | Identify stable module boundaries before editing and record the architecture decision. | solo planificado; sin evidencia ejecutada enlazada |
351
+ | GH-297 | No cumple | planned | Extract at least one high-risk oversized module into focused services without changing public command behavior. | solo planificado; sin evidencia ejecutada enlazada |
352
+ | GH-297 | No cumple | planned | Preserve barrel/public imports and avoid deep import churn where possible. | solo planificado; sin evidencia ejecutada enlazada |
353
+ | GH-297 | No cumple | planned | Focused tests continue to cover moved behavior. | solo planificado; sin evidencia ejecutada enlazada |
354
+ | GH-297 | No cumple | planned | No unrelated refactor or formatting churn. | solo planificado; sin evidencia ejecutada enlazada |
355
+ | GH-295 | No cumple | gap | Release check vs direct npm test discrepancy is understood and fixed; version/tag mismatch is documented or resolved; smoke and rollback evidence guidance is clear; historical uncovered AC output has candidate/task scoping or actionable remediation | gap de automatizacion/evidencia |
356
+ | GH-295 | No cumple | planned | Investigate and fix the release check vs direct npm test discrepancy. | solo planificado; sin evidencia ejecutada enlazada |
357
+ | GH-295 | No cumple | planned | Release check reports command failure details compactly and actionably. | solo planificado; sin evidencia ejecutada enlazada |
358
+ | GH-295 | No cumple | planned | Version/tag mismatch behavior is documented or resolved for the current release path. | solo planificado; sin evidencia ejecutada enlazada |
359
+ | GH-295 | No cumple | planned | Smoke and rollback evidence requirements are clear in CLI output and docs. | solo planificado; sin evidencia ejecutada enlazada |
360
+ | GH-295 | No cumple | planned | Release readiness does not drown users in historical uncovered AC without a clear candidate/task scope or remediation path. | solo planificado; sin evidencia ejecutada enlazada |
361
+ | GH-296 | No cumple | planned | Target first-run journey and success metric are defined; README/adoption/site copy provide shorter guided path; full governed production path remains documented; examples use real commands; docs/help tests cover the changed copy | solo planificado; sin evidencia ejecutada enlazada |
362
+ | GH-296 | No cumple | planned | Define the target first-run journey and success metric. | solo planificado; sin evidencia ejecutada enlazada |
363
+ | GH-296 | No cumple | planned | Provide a shorter guided path or command copy that gets users from init to visible evidence with fewer concepts upfront. | solo planificado; sin evidencia ejecutada enlazada |
364
+ | GH-296 | No cumple | planned | Keep the full governed path documented for production work. | solo planificado; sin evidencia ejecutada enlazada |
365
+ | GH-296 | No cumple | planned | Update README, adoption guide, and public site copy consistently. | solo planificado; sin evidencia ejecutada enlazada |
366
+ | GH-296 | No cumple | planned | Add tests that validate help/docs examples use real commands. | solo planificado; sin evidencia ejecutada enlazada |
367
+ | GH-299 | No cumple | planned | task update --qa-plan and --qa-execution-status persist qaGate metadata; command manifest/help lists QA gate metadata flags; qa-release gate passes after evidence plus task update metadata without manual file edits; regression tests cover passed and deferred QA execution metadata | solo planificado; sin evidencia ejecutada enlazada |
368
+ | GH-300 | No cumple | planned | Audit identifies duplicated dedupe/normalization patterns with affected files and chosen consolidation boundaries | solo planificado; sin evidencia ejecutada enlazada |
369
+ | GH-300 | No cumple | planned | Existing public behavior is covered by regression tests or focused existing tests | solo planificado; sin evidencia ejecutada enlazada |
370
+ | GH-300 | No cumple | planned | Shared helpers are introduced only where at least two modules benefit and behavior stays identical | solo planificado; sin evidencia ejecutada enlazada |
371
+ | UX-UI-005 | No cumple | planned | Filters expose state owner text and internal workflow visibility | solo planificado; sin evidencia ejecutada enlazada |
372
+ | UX-UI-007 | No cumple | planned | Mobile layout remains readable without horizontal overflow | solo planificado; sin evidencia ejecutada enlazada |
373
+ | UX-UI-007 | No cumple | planned | Recovery Center Decisions and Release Readiness do not create awkward cross-panel misalignment | solo planificado; sin evidencia ejecutada enlazada |
374
+ | UX-UI-007 | No cumple | planned | Work Quality Release Operations and Settings content are separated into scan-friendly sections | solo planificado; sin evidencia ejecutada enlazada |
375
+ | UX-UI-007 | No cumple | planned | Work Release Evidence Operations and Settings content are separated into scan-friendly sections | solo planificado; sin evidencia ejecutada enlazada |
376
+ | UX-UI-008 | No cumple | planned | Mobile remains single-column with no horizontal overflow | solo planificado; sin evidencia ejecutada enlazada |
377
+ | UX-UI-009 | No cumple | planned | Mobile remains single-column without horizontal overflow | solo planificado; sin evidencia ejecutada enlazada |
378
+ | UX-UI-010 | No cumple | planned | Roles does not dominate the first Settings viewport | solo planificado; sin evidencia ejecutada enlazada |
379
+ | UX-UI-011 | No cumple | planned | Release summary markdown renders as structured readable content without unsafe HTML | solo planificado; sin evidencia ejecutada enlazada |
380
+ | UX-UI-012 | No cumple | planned | Existing Playwright flows remain usable through the new navigation | solo planificado; sin evidencia ejecutada enlazada |
381
+ | ESTIMATE-BENCHMARK-CALIBRATION | No cumple | skipped | estimate reads completed workflow benchmark data when at least two comparable runs exist. | estado skipped no comprobado |
382
+ | ESTIMATE-BENCHMARK-CALIBRATION | No cumple | skipped | output includes baseline estimate, historical median, variance, and calibration note. | estado skipped no comprobado |
383
+ | ESTIMATE-BENCHMARK-CALIBRATION | No cumple | skipped | --ignore-history bypasses calibration. | estado skipped no comprobado |
384
+ | ESTIMATE-BENCHMARK-CALIBRATION | No cumple | skipped | --json includes historicalMedian, variance, and calibrationNote fields. | estado skipped no comprobado |
385
+ | ESTIMATE-BENCHMARK-CALIBRATION | No cumple | skipped | tests cover no history, one run, two-plus runs, and ignore-history. | estado skipped no comprobado |
386
+ | ESTIMATE-BENCHMARK-CALIBRATION | No cumple | skipped | Backlog Item ID: ESTIMATE-BENCHMARK-CALIBRATION | estado skipped no comprobado |
387
+ | DEV-STANDARDS-GENERALIZE | No cumple | skipped | Open Orchestra rules document stack-agnostic versions of the reusable developer standards. | estado skipped no comprobado |
388
+ | DEV-STANDARDS-GENERALIZE | No cumple | skipped | Examples cover Java, .NET, TypeScript, and Python without importing Apex-only terminology. | estado skipped no comprobado |
389
+ | DEV-STANDARDS-GENERALIZE | No cumple | skipped | Apex/Salesforce-specific items remain out of Open Orchestra core. | estado skipped no comprobado |
390
+ | DEV-STANDARDS-GENERALIZE | No cumple | skipped | docs/setup-agents-applicability-review.md is used as the source review artifact. | estado skipped no comprobado |
391
+ | DEV-STANDARDS-GENERALIZE | No cumple | skipped | Backlog Item ID: DEV-STANDARDS-GENERALIZE | estado skipped no comprobado |
392
+ | VISUAL-VALIDATION-GATE | No cumple | planned | [ ] Orchestrator supports a `visual_validation` gate type | solo planificado; sin evidencia ejecutada enlazada |
393
+ | VISUAL-VALIDATION-GATE | No cumple | planned | [ ] Gate is triggered automatically when sub-agent manifest includes visual tool writes | solo planificado; sin evidencia ejecutada enlazada |
394
+ | VISUAL-VALIDATION-GATE | No cumple | planned | [ ] Assertion suite is configurable per project (YAML or JSON) | solo planificado; sin evidencia ejecutada enlazada |
395
+ | VISUAL-VALIDATION-GATE | No cumple | planned | [ ] Auto-remediation runs for fixable issues (duplicates, overlaps, fallback text) | solo planificado; sin evidencia ejecutada enlazada |
396
+ | VISUAL-VALIDATION-GATE | No cumple | planned | [ ] PNG export artifact is attached to workflow evidence | solo planificado; sin evidencia ejecutada enlazada |
397
+ | VISUAL-VALIDATION-GATE | No cumple | planned | [ ] Gate blocks phase completion if non-remediable issues are found | solo planificado; sin evidencia ejecutada enlazada |
398
+ | VISUAL-VALIDATION-GATE | No cumple | planned | [ ] Works with Lucid MCP; extensible to Figma, draw.io, Mermaid | solo planificado; sin evidencia ejecutada enlazada |
399
+ | VISUAL-VALIDATION-GATE | No cumple | planned | Gate exists and is discoverable; CLI validates visual manifests; Lucid rotations default to radians; JSON config supports thresholds; PNG export evidence is recorded; gate blocks missing/failed validation; tests cover passing/blocking paths. | solo planificado; sin evidencia ejecutada enlazada |
400
+ | SETUP-IMPORT-ROLE-ALIASES | No cumple | skipped | setup-agents import maps pm, product, product_manager aliases to product_manager/product_owner as appropriate. | estado skipped no comprobado |
401
+ | SETUP-IMPORT-ROLE-ALIASES | No cumple | skipped | Existing setup-agents import tests cover PM and PO aliases. | estado skipped no comprobado |
402
+ | SETUP-IMPORT-ROLE-ALIASES | No cumple | skipped | Imported tasks do not persist non-canonical ownerRole values for PM/PO. | estado skipped no comprobado |
403
+ | SETUP-IMPORT-ROLE-ALIASES | No cumple | skipped | Backlog Item ID: SETUP-IMPORT-ROLE-ALIASES | estado skipped no comprobado |
404
+ | RULES-PLAYBOOKS-HEALTH | No cumple | planned | health or status output includes generated guidance health. | solo planificado; sin evidencia ejecutada enlazada |
405
+ | RULES-PLAYBOOKS-HEALTH | No cumple | planned | output identifies stale managed blocks or generated files with actionable refresh command. | solo planificado; sin evidencia ejecutada enlazada |
406
+ | RULES-PLAYBOOKS-HEALTH | No cumple | planned | output identifies missing expected playbooks and suggests scaffolding or authoring next step. | solo planificado; sin evidencia ejecutada enlazada |
407
+ | RULES-PLAYBOOKS-HEALTH | No cumple | planned | --json exposes structured health data. | solo planificado; sin evidencia ejecutada enlazada |
408
+ | RULES-PLAYBOOKS-HEALTH | No cumple | planned | Backlog Item ID: RULES-PLAYBOOKS-HEALTH | solo planificado; sin evidencia ejecutada enlazada |
409
+ | WORKFLOW-DOCS-PLAYBOOKS-GATES | No cumple | planned | docs include an end-to-end Open Orchestra workflow narrative from init to release evidence. | solo planificado; sin evidencia ejecutada enlazada |
410
+ | WORKFLOW-DOCS-PLAYBOOKS-GATES | No cumple | planned | docs include phase matrix with roles, gates, and human approval points. | solo planificado; sin evidencia ejecutada enlazada |
411
+ | WORKFLOW-DOCS-PLAYBOOKS-GATES | No cumple | planned | docs explain gate vs clarify with examples and decision table. | solo planificado; sin evidencia ejecutada enlazada |
412
+ | WORKFLOW-DOCS-PLAYBOOKS-GATES | No cumple | planned | docs explain playbook authoring/resolution and link from command reference. | solo planificado; sin evidencia ejecutada enlazada |
413
+ | WORKFLOW-DOCS-PLAYBOOKS-GATES | No cumple | planned | Backlog Item ID: WORKFLOW-DOCS-PLAYBOOKS-GATES | solo planificado; sin evidencia ejecutada enlazada |
414
+ | PLAYBOOK-SCAFFOLD | No cumple | planned | command scaffolds missing workflow playbook stubs without overwriting existing files. | solo planificado; sin evidencia ejecutada enlazada |
415
+ | PLAYBOOK-SCAFFOLD | No cumple | planned | supports phase filter and dry-run. | solo planificado; sin evidencia ejecutada enlazada |
416
+ | PLAYBOOK-SCAFFOLD | No cumple | planned | stubs include phase role context and placeholder instruction sections. | solo planificado; sin evidencia ejecutada enlazada |
417
+ | PLAYBOOK-SCAFFOLD | No cumple | planned | output lists created or skipped paths. | solo planificado; sin evidencia ejecutada enlazada |
418
+ | PLAYBOOK-SCAFFOLD | No cumple | planned | tests cover all missing, skip existing, dry-run, and phase filter. | solo planificado; sin evidencia ejecutada enlazada |
419
+ | PLAYBOOK-SCAFFOLD | No cumple | planned | Backlog Item ID: PLAYBOOK-SCAFFOLD | solo planificado; sin evidencia ejecutada enlazada |
420
+ | QA-PLAN-READY-GATE | No cumple | planned | Ready-for-dev or execution is blocked when qaGate.plan is missing unless QA is explicitly not applicable or deferred with rationale and owner; QA plan covers acceptance criteria regression edge cases data automation and evidence; existing qa-release gate remains compatible; CLI and web messaging make the missing plan actionable; tests cover plan present missing and not-applicable paths. | solo planificado; sin evidencia ejecutada enlazada |
421
+ | QA-AUTOMATION-ASSERTIONS | No cumple | planned | Automation evidence requires assertions over observable outcomes; web API CLI and integration categories define expected observable checks; external validation can be sandbox mock contract webhook event log or deferred with owner rationale; CLI evidence validates outputs files events and state not only exit code; QA evidence records gaps mocked boundaries and follow-up owner; existing evidence workflows remain compatible. | solo planificado; sin evidencia ejecutada enlazada |
422
+ | GH-331 | No cumple | planned | Workflow phases run and record mandatory memory hooks before implementation, handoff, QA, and release-significant phases; Handoffs include lessons consulted/applied and prompt registry entries consulted/updated; Final deliverable gates block substantial changed artifacts without prompt registry coverage or accepted rationale; Recoverable failures with verified fixes create a lesson learned automatically or require documented not-applicable rationale before closure; Model provenance records link to prompt registry entries or privacy-preserving prompt summary/rationale; CLI output and web UI make missing memory consumption actionable; Tests cover lesson read, lesson captured, prompt registry read/update required, missing consumption blocked, and recorded evidence passing. | solo planificado; sin evidencia ejecutada enlazada |
423
+ | GH-332 | Cumple | covered | Every AC has evidence or deferred owner/rationale | evidencia=1 |
424
+ | GH-332 | Cumple | covered | automation evidence validates observable outcomes | evidencia=1 |
425
+ | GH-332 | Cumple | covered | evidence distinguishes AC coverage from smoke/regression | evidencia=1 |
426
+ | GH-332 | Cumple | covered | standards and tests document the rule | evidencia=1 |
427
+ | E2E-AC-RESULTS-HARDENING | No cumple | planned | CLI E2E captures stdout stderr and exit code | solo planificado; sin evidencia ejecutada enlazada |
428
+ | E2E-AC-RESULTS-HARDENING | No cumple | planned | CLI E2E maps each scenario to acceptance criteria outcomes | solo planificado; sin evidencia ejecutada enlazada |
429
+ | E2E-AC-RESULTS-HARDENING | No cumple | planned | web E2E status is documented against observable UI and API outcomes | solo planificado; sin evidencia ejecutada enlazada |
430
+ | E2E-AC-RESULTS-HARDENING | No cumple | planned | focused tests pass | solo planificado; sin evidencia ejecutada enlazada |
431
+ | ARCH-SALESFORCE-INTEGRATION-DIAGRAM | No cumple | skipped | Architecture diagram includes all requested systems and visible relationships | estado skipped no comprobado |
432
+ | ARCH-SALESFORCE-INTEGRATION-DIAGRAM | No cumple | skipped | connectors | estado skipped no comprobado |
433
+ | ARCH-SALESFORCE-INTEGRATION-DIAGRAM | No cumple | skipped | boundaries | estado skipped no comprobado |
434
+ | ARCH-SALESFORCE-INTEGRATION-DIAGRAM | No cumple | skipped | and integration direction. | estado skipped no comprobado |
@@ -42,6 +42,14 @@ workflow instructions for a specific runtime.
42
42
  commands and which task loop to run without copying the full manual into the
43
43
  always-loaded context.
44
44
 
45
+ Open Orchestra does not own the entire instruction file. It appends or refreshes
46
+ only the marked managed block between `<!-- open-orchestra:start ... -->` and
47
+ `<!-- open-orchestra:end ... -->`. Project-authored rules before or after that
48
+ block remain owned by the project and are preserved. If the managed block was
49
+ edited manually, refresh reports drift and refuses to overwrite it unless
50
+ `--force` is supplied; `--force` replaces only the managed block, not the rest of
51
+ the file.
52
+
45
53
  Use explicit init targets when a project should generate runtime-specific files:
46
54
 
47
55
  ```bash