@williambeto/ai-workflow 2.2.0 → 2.2.6

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/README.md CHANGED
@@ -75,22 +75,18 @@ Optional provider adapters can also generate `CLAUDE.md`, `GEMINI.md`, and Codex
75
75
 
76
76
  ## Documentation
77
77
 
78
- | Topic | Canonical source |
79
- | --- | --- |
80
- | Getting started | [`docs/getting-started/quickstart.md`](docs/getting-started/quickstart.md) |
81
- | Upgrade to v2 | [`docs/getting-started/upgrading-to-v2.md`](docs/getting-started/upgrading-to-v2.md) |
82
- | Architecture | [`docs/internal/architecture.md`](docs/internal/architecture.md) |
83
- | Runtime flow | [`docs/internal/runtime-flow.md`](docs/internal/runtime-flow.md) |
84
- | Agents and ownership | [`docs/internal/agents-and-ownership.md`](docs/internal/agents-and-ownership.md) |
85
- | Skills and loading | [`docs/internal/skills-and-loading.md`](docs/internal/skills-and-loading.md) |
86
- | Workflow modes | [`docs/internal/workflow-modes.md`](docs/internal/workflow-modes.md) |
87
- | Evidence and quality gates | [`docs/internal/evidence-and-quality-gates.md`](docs/internal/evidence-and-quality-gates.md) |
88
- | Runtime compatibility | [`docs/compatibility/runtime-matrix.md`](docs/compatibility/runtime-matrix.md) |
89
- | Provider usage | [`docs/compatibility/provider-usage.md`](docs/compatibility/provider-usage.md) |
90
- | Known limitations | [`docs/internal/known-limitations.md`](docs/internal/known-limitations.md) |
91
- | Publish readiness | [`docs/releases/PUBLISH_READINESS_CRITERIA.md`](docs/releases/PUBLISH_READINESS_CRITERIA.md) |
92
- | v2 release notes | [`docs/releases/v2-release-notes.md`](docs/releases/v2-release-notes.md) |
93
- | v2 release decision | [`docs/releases/v2-release-decision.md`](docs/releases/v2-release-decision.md) |
78
+ For full guides, tutorials, and specifications, visit the [AI Workflow Kit Documentation Website](https://ai-workflow-kit-site.pages.dev/).
79
+
80
+ ### Local Consumer Files (created after `init`)
81
+
82
+ When you initialize the kit in your project with `ai-workflow init`, the following guides are created locally in your `.ai-workflow/` folder:
83
+
84
+ - **Getting Started**: `.ai-workflow/QUICKSTART.md`
85
+ - **Architectural Policy**: `.ai-workflow/docs/architecture-policy.md`
86
+ - **Design Conventions**: `.ai-workflow/docs/design-patterns-policy.md`
87
+ - **Visual E2E Validation**: `.ai-workflow/docs/visual-validation-guide.md`
88
+ - **Compatibility Matrix**: `.ai-workflow/docs/compatibility/runtime-matrix.md`
89
+ - **Platform Governance**: `.ai-workflow/AGENTS.md`
94
90
 
95
91
  ## Statuses
96
92
 
@@ -88,7 +88,6 @@ npx @williambeto/ai-workflow doctor
88
88
  - release
89
89
  - deploy
90
90
 
91
-
92
91
  ## Examples and runbooks
93
92
 
94
93
  Examples maturity: Complete (15 examples in catalog).
@@ -31,7 +31,6 @@ Report:
31
31
  - missing error handling for critical action;
32
32
  - UI does not satisfy requested behavior.
33
33
 
34
-
35
34
  ## Rendered UI evidence
36
35
 
37
36
  For user-facing UI work, validation should inspect the rendered interface when the runtime can run or open the app. Prefer a browser screenshot, Playwright check, viewport check, or equivalent rendered inspection.
@@ -0,0 +1,85 @@
1
+ # Skills Common Governance Policy
2
+
3
+ This document defines the shared execution contracts, quality gates, and finalization requirements for all skill-backed capability files inside `@williambeto/ai-workflow`.
4
+
5
+ ---
6
+
7
+ ## Behavioral contract core
8
+
9
+ All executing agents and specialist roles must respect these rules:
10
+ - **Preserve Scope**: Preserve the requested scope and existing behavior unless change is explicit.
11
+ - **Ownership**: Use the owning primary agent; a skill supplies domain judgment and must not pretend that delegation occurred.
12
+ - **Reference Lookups**: Load the project conventions and the domain references named by this skill before making decisions.
13
+ - **Truthfulness**: Do not invent capabilities, integrations, metrics, users, evidence, validation, security properties, or completed work.
14
+ - **Proportionality**: Use the smallest safe execution mode and keep artifacts proportional.
15
+ - **Delivery Support**: Implementation support must include relevant documentation, tests, validation, and current-task evidence.
16
+ - **No Compromise**: A blocking finding remains `FAIL_QUALITY_GATE` or `BLOCKED`; never soften it to obtain completion.
17
+
18
+ ## Required context
19
+
20
+ Before domain work, inspect the files, conventions, scripts, constraints, and existing behavior directly relevant to the request. If required context is unavailable, return a precise handoff or blocker instead of guessing.
21
+
22
+ ## Use when
23
+
24
+ Use the skill when the task matches the specific domain expertise described in the skill purpose.
25
+
26
+ ## Do not use when
27
+
28
+ - The task belongs to another primary owner or skill.
29
+ - Bypassing branch safety, quality gates, or evidence is requested.
30
+
31
+ ## Purpose
32
+
33
+ Provide common governance and execution guidelines for skills.
34
+
35
+ ## Core responsibilities
36
+
37
+ - Enforce standard workflow guardrails.
38
+ - Ensure consistent output reports and validation metrics.
39
+
40
+ ## Expected output
41
+
42
+ All skill reports should be returned in this markdown format:
43
+
44
+ ```md
45
+ ## Skill Support Report
46
+
47
+ Status: PASS | PASS_WITH_NOTES | FAIL_QUALITY_GATE | BLOCKED | NOT_RUN
48
+
49
+ Skill:
50
+ - [skill-name]
51
+
52
+ Guidance:
53
+ - [Domain-specific guidance and judgment applied]
54
+
55
+ Evidence:
56
+ - [Observed validation results and modifications]
57
+
58
+ Recommendation:
59
+ - [Actionable next steps]
60
+ ```
61
+
62
+ ## Stop conditions
63
+
64
+ - Stop when domain guidance is complete and recommendations are compiled.
65
+ - Stop if required validation or evidence is missing.
66
+
67
+ ## Quality failure examples
68
+
69
+ - Claiming success without concrete observed evidence.
70
+ - Attempting to edit files on protected main/master branches.
71
+ - Bypassing quality gates or omitting mandatory test coverage.
72
+
73
+ ## Severity scale
74
+
75
+ ### High
76
+
77
+ High severity means likely to break runtime behavior, safety gates, user-facing functionality, data integrity, or required docs/tests/evidence.
78
+
79
+ ### Medium
80
+
81
+ Medium severity means reduces quality, maintainability, consistency, accessibility, or validation confidence without immediately breaking execution.
82
+
83
+ ### Low
84
+
85
+ Low severity means wording, clarity, minor polish, or non-blocking maintainability improvement.
@@ -34,7 +34,6 @@ Use this runbook to choose the right capability skill for each workflow step in
34
34
  | `Sage` | `qa-workflow`, `deployment` |
35
35
  | `Orion` | `deployment`, `qa-workflow` |
36
36
 
37
-
38
37
  ## Validation reminder
39
38
 
40
39
  Before handoff or completion:
@@ -1,166 +1,17 @@
1
1
  ---
2
2
  name: architecture
3
3
  description: Skill-backed capability for architecture work
4
+ governance: dist-assets/docs/policies/SKILLS_COMMON_GOVERNANCE.md
4
5
  ---
5
6
 
6
7
  # Architecture Skill Contract
7
8
 
8
-
9
- ## Runtime compatibility
10
-
11
- This file is plain Markdown and must remain usable as project instructions in OpenCode, Codex, Gemini, and Claude.
12
-
13
- Do not use runtime-specific tool syntax unless the file is explicitly a runtime adapter/template.
14
-
15
- If the runtime cannot call another agent directly, provide a useful handoff with exact next action instead of pretending delegation happened.
16
-
9
+ This skill operates under the rules defined in the [Skills Common Governance Policy](../../docs/policies/SKILLS_COMMON_GOVERNANCE.md).
17
10
 
18
11
  ## Purpose
19
12
 
20
13
  Provide reusable domain guidance for `architecture` work.
21
14
 
22
- ## Behavioral contract core
23
-
24
- These rules are loaded directly because they are too important to depend on optional reference lookup.
25
-
26
- - Preserve the requested scope and existing behavior unless change is explicit.
27
- - Use the owning primary agent; a skill supplies domain judgment and must not pretend that delegation occurred.
28
- - Load the project conventions and the domain references named by this skill before making domain decisions.
29
- - Do not invent capabilities, integrations, metrics, users, evidence, validation, security properties, or completed work.
30
- - Use the smallest safe execution mode and keep artifacts proportional.
31
- - Implementation support must include relevant documentation, tests, validation, and current-task evidence.
32
- - A blocking finding remains `FAIL_QUALITY_GATE` or `BLOCKED`; never soften it to obtain completion.
33
-
34
- ## Required context
35
-
36
- Before domain work, inspect the files, conventions, scripts, constraints, and existing behavior directly relevant to the request. If required context is unavailable, return a precise handoff or blocker instead of guessing.
37
-
38
- ## Finalization requirements
39
-
40
- - Return the canonical status and concrete evidence to the owning agent.
41
- - Write-capable work requires a safe non-protected branch, observed relevant validation, and no unresolved material failure. Workflow files are not proof by themselves.
42
- - Do not self-approve work that requires an independent validation owner.
43
-
44
- ## Execution modes
45
-
46
- ```txt
47
- readonly → Inspect → Report → Recommendation
48
- quick → Branch recovery/check → Implement → Document if behavior or usage changed → Test/Validate → Evidence
49
- standard → Compact requirement → Compact technical plan → Implement → Document → Test/Validate → Compact evidence
50
- full → Spec draft → Spec review → Technical plan → PR breakdown → Implementation → Documentation → Test/Validate → Evidence report
51
- ```
52
-
53
- ## Use when
54
-
55
- Use this skill when the owning primary agent needs domain support related to `architecture`.
56
-
57
- ## Do not use when
58
-
59
- - The task belongs to another primary owner.
60
- - The skill would bypass Branch Gate, validation, or evidence.
61
- - The skill would expand scope beyond the user request.
62
-
63
- ## What good looks like
64
-
65
- - clear scope;
66
- - correct file placement;
67
- - evidence-based output;
68
- - validation appropriate to the selected mode;
69
- - useful handoff when outside domain.
70
-
71
- ## Execution checklist
72
-
73
- 1. Confirm the primary owner.
74
- 2. Confirm the execution mode.
75
- 3. Confirm scope.
76
- 4. Apply domain-specific guidance.
77
- 5. Identify validation and evidence needs.
78
- 6. Return output to the primary owner.
79
-
80
-
81
- ## Workflow guardrails
82
-
83
- Skills standardize domain work; they do not replace execution ownership.
84
-
85
- - Do not bypass Branch Gate Auto-Recovery.
86
- - Do not tell the owner to skip documentation, tests, validation, or evidence.
87
- - For implementation support, require modern UI quality when user-facing UI is involved.
88
- - Return guidance to the owning primary agent/command so execution can continue.
89
-
90
- ## Validation checklist
91
-
92
- - Evidence is concrete.
93
- - Validation is run or marked NOT_RUN with reason.
94
- - Tests, documentation, and UI impact are addressed using explicit criteria: docs for runtime/API/config/user-facing changes; tests for behavior/data/validation/API helpers; UI checks for user-facing surfaces.
95
- - Output is not generic.
96
-
97
-
98
- ## Quality gates
99
-
100
- Do not mark `PASS` when:
101
-
102
- - validation is missing or invented;
103
- - automated tests were technically viable but ignored or downgraded to `NOT_RUN`;
104
- - documentation was required but ignored;
105
- - user-facing UI is poor/raw or lacks relevant states;
106
- - files are in the wrong location;
107
- - scope expanded without approval;
108
- - the response is generic and not useful;
109
- - release/publish/tag/deploy action lacks explicit approval.
110
-
111
-
112
-
113
- ## Severity scale
114
-
115
- Use this scale whenever the skill classifies findings or risks.
116
-
117
- ### High
118
-
119
- High severity means likely to break runtime behavior, safety gates, user-facing functionality, data integrity, release safety, or required docs/tests/evidence.
120
-
121
- ### Medium
122
-
123
- Medium severity means likely to reduce quality, maintainability, consistency, accessibility, or validation confidence without immediately breaking execution.
124
-
125
- ### Low
126
-
127
- Low severity means wording, clarity, minor polish, or non-blocking maintainability improvement.
128
-
129
- ## Expected output
130
-
131
- ```md
132
- ## Skill Support Report
133
-
134
- Status: PASS | PASS_WITH_NOTES | FAIL_QUALITY_GATE | BLOCKED | NOT_RUN
135
-
136
- Skill:
137
- - architecture
138
-
139
- Mode:
140
- - readonly | quick | standard | full
141
-
142
- Guidance:
143
- - ...
144
-
145
- Evidence:
146
- - ...
147
-
148
- Recommendation:
149
- - ...
150
- ```
151
-
152
- ## Quality failure examples
153
-
154
- - Claiming success without evidence.
155
- - Editing files on a protected branch.
156
- - Ignoring correct file placement.
157
- - Producing generic advice when executable guidance is required.
158
- - Over-engineering a simple task.
159
- - Skipping relevant UI/test/docs quality when the task requires it.
160
-
161
- ## Stop conditions
15
+ ## Domain-Specific Guidance
162
16
 
163
- - Stop when domain guidance is complete.
164
- - Do not complete as “done” when another owner is required; return the needed owner/command so the owning agent can continue when the runtime can act.
165
- - Stop if required evidence is missing.
166
- - Stop if asked to bypass safety gates.
17
+ Add specific capability guidelines, validation checklists, or design rules related to `architecture` here.
@@ -1,166 +1,17 @@
1
1
  ---
2
2
  name: backend-development
3
3
  description: Skill-backed capability for backend development work
4
+ governance: dist-assets/docs/policies/SKILLS_COMMON_GOVERNANCE.md
4
5
  ---
5
6
 
6
7
  # Backend Development Skill Contract
7
8
 
8
-
9
- ## Runtime compatibility
10
-
11
- This file is plain Markdown and must remain usable as project instructions in OpenCode, Codex, Gemini, and Claude.
12
-
13
- Do not use runtime-specific tool syntax unless the file is explicitly a runtime adapter/template.
14
-
15
- If the runtime cannot call another agent directly, provide a useful handoff with exact next action instead of pretending delegation happened.
16
-
9
+ This skill operates under the rules defined in the [Skills Common Governance Policy](../../docs/policies/SKILLS_COMMON_GOVERNANCE.md).
17
10
 
18
11
  ## Purpose
19
12
 
20
13
  Provide reusable domain guidance for `backend-development` work.
21
14
 
22
- ## Behavioral contract core
23
-
24
- These rules are loaded directly because they are too important to depend on optional reference lookup.
25
-
26
- - Preserve the requested scope and existing behavior unless change is explicit.
27
- - Use the owning primary agent; a skill supplies domain judgment and must not pretend that delegation occurred.
28
- - Load the project conventions and the domain references named by this skill before making domain decisions.
29
- - Do not invent capabilities, integrations, metrics, users, evidence, validation, security properties, or completed work.
30
- - Use the smallest safe execution mode and keep artifacts proportional.
31
- - Implementation support must include relevant documentation, tests, validation, and current-task evidence.
32
- - A blocking finding remains `FAIL_QUALITY_GATE` or `BLOCKED`; never soften it to obtain completion.
33
-
34
- ## Required context
35
-
36
- Before domain work, inspect the files, conventions, scripts, constraints, and existing behavior directly relevant to the request. If required context is unavailable, return a precise handoff or blocker instead of guessing.
37
-
38
- ## Finalization requirements
39
-
40
- - Return the canonical status and concrete evidence to the owning agent.
41
- - Write-capable work requires a safe non-protected branch, observed relevant validation, and no unresolved material failure. Workflow files are not proof by themselves.
42
- - Do not self-approve work that requires an independent validation owner.
43
-
44
- ## Execution modes
45
-
46
- ```txt
47
- readonly → Inspect → Report → Recommendation
48
- quick → Branch recovery/check → Implement → Document if behavior or usage changed → Test/Validate → Evidence
49
- standard → Compact requirement → Compact technical plan → Implement → Document → Test/Validate → Compact evidence
50
- full → Spec draft → Spec review → Technical plan → PR breakdown → Implementation → Documentation → Test/Validate → Evidence report
51
- ```
52
-
53
- ## Use when
54
-
55
- Use this skill when the owning primary agent needs domain support related to `backend development`.
56
-
57
- ## Do not use when
58
-
59
- - The task belongs to another primary owner.
60
- - The skill would bypass Branch Gate, validation, or evidence.
61
- - The skill would expand scope beyond the user request.
62
-
63
- ## What good looks like
64
-
65
- - clear scope;
66
- - correct file placement;
67
- - evidence-based output;
68
- - validation appropriate to the selected mode;
69
- - useful handoff when outside domain.
70
-
71
- ## Execution checklist
72
-
73
- 1. Confirm the primary owner.
74
- 2. Confirm the execution mode.
75
- 3. Confirm scope.
76
- 4. Apply domain-specific guidance.
77
- 5. Identify validation and evidence needs.
78
- 6. Return output to the primary owner.
79
-
80
-
81
- ## Workflow guardrails
82
-
83
- Skills standardize domain work; they do not replace execution ownership.
84
-
85
- - Do not bypass Branch Gate Auto-Recovery.
86
- - Do not tell the owner to skip documentation, tests, validation, or evidence.
87
- - For implementation support, require modern UI quality when user-facing UI is involved.
88
- - Return guidance to the owning primary agent/command so execution can continue.
89
-
90
- ## Validation checklist
91
-
92
- - Evidence is concrete.
93
- - Validation is run or marked NOT_RUN with reason.
94
- - Tests, documentation, and UI impact are addressed using explicit criteria: docs for runtime/API/config/user-facing changes; tests for behavior/data/validation/API helpers; UI checks for user-facing surfaces.
95
- - Output is not generic.
96
-
97
-
98
- ## Quality gates
99
-
100
- Do not mark `PASS` when:
101
-
102
- - validation is missing or invented;
103
- - automated tests were technically viable but ignored or downgraded to `NOT_RUN`;
104
- - documentation was required but ignored;
105
- - user-facing UI is poor/raw or lacks relevant states;
106
- - files are in the wrong location;
107
- - scope expanded without approval;
108
- - the response is generic and not useful;
109
- - release/publish/tag/deploy action lacks explicit approval.
110
-
111
-
112
-
113
- ## Severity scale
114
-
115
- Use this scale whenever the skill classifies findings or risks.
116
-
117
- ### High
118
-
119
- High severity means likely to break runtime behavior, safety gates, user-facing functionality, data integrity, release safety, or required docs/tests/evidence.
120
-
121
- ### Medium
122
-
123
- Medium severity means likely to reduce quality, maintainability, consistency, accessibility, or validation confidence without immediately breaking execution.
124
-
125
- ### Low
126
-
127
- Low severity means wording, clarity, minor polish, or non-blocking maintainability improvement.
128
-
129
- ## Expected output
130
-
131
- ```md
132
- ## Skill Support Report
133
-
134
- Status: PASS | PASS_WITH_NOTES | FAIL_QUALITY_GATE | BLOCKED | NOT_RUN
135
-
136
- Skill:
137
- - backend-development
138
-
139
- Mode:
140
- - readonly | quick | standard | full
141
-
142
- Guidance:
143
- - ...
144
-
145
- Evidence:
146
- - ...
147
-
148
- Recommendation:
149
- - ...
150
- ```
151
-
152
- ## Quality failure examples
153
-
154
- - Claiming success without evidence.
155
- - Editing files on a protected branch.
156
- - Ignoring correct file placement.
157
- - Producing generic advice when executable guidance is required.
158
- - Over-engineering a simple task.
159
- - Skipping relevant UI/test/docs quality when the task requires it.
160
-
161
- ## Stop conditions
15
+ ## Domain-Specific Guidance
162
16
 
163
- - Stop when domain guidance is complete.
164
- - Do not complete as “done” when another owner is required; return the needed owner/command so the owning agent can continue when the runtime can act.
165
- - Stop if required evidence is missing.
166
- - Stop if asked to bypass safety gates.
17
+ Add specific capability guidelines, validation checklists, or design rules related to `backend-development` here.
@@ -1,166 +1,17 @@
1
1
  ---
2
2
  name: deployment
3
3
  description: Skill-backed capability for deployment work
4
+ governance: dist-assets/docs/policies/SKILLS_COMMON_GOVERNANCE.md
4
5
  ---
5
6
 
6
7
  # Deployment Skill Contract
7
8
 
8
-
9
- ## Runtime compatibility
10
-
11
- This file is plain Markdown and must remain usable as project instructions in OpenCode, Codex, Gemini, and Claude.
12
-
13
- Do not use runtime-specific tool syntax unless the file is explicitly a runtime adapter/template.
14
-
15
- If the runtime cannot call another agent directly, provide a useful handoff with exact next action instead of pretending delegation happened.
16
-
9
+ This skill operates under the rules defined in the [Skills Common Governance Policy](../../docs/policies/SKILLS_COMMON_GOVERNANCE.md).
17
10
 
18
11
  ## Purpose
19
12
 
20
13
  Provide reusable domain guidance for `deployment` work.
21
14
 
22
- ## Behavioral contract core
23
-
24
- These rules are loaded directly because they are too important to depend on optional reference lookup.
25
-
26
- - Preserve the requested scope and existing behavior unless change is explicit.
27
- - Use the owning primary agent; a skill supplies domain judgment and must not pretend that delegation occurred.
28
- - Load the project conventions and the domain references named by this skill before making domain decisions.
29
- - Do not invent capabilities, integrations, metrics, users, evidence, validation, security properties, or completed work.
30
- - Use the smallest safe execution mode and keep artifacts proportional.
31
- - Implementation support must include relevant documentation, tests, validation, and current-task evidence.
32
- - A blocking finding remains `FAIL_QUALITY_GATE` or `BLOCKED`; never soften it to obtain completion.
33
-
34
- ## Required context
35
-
36
- Before domain work, inspect the files, conventions, scripts, constraints, and existing behavior directly relevant to the request. If required context is unavailable, return a precise handoff or blocker instead of guessing.
37
-
38
- ## Finalization requirements
39
-
40
- - Return the canonical status and concrete evidence to the owning agent.
41
- - Write-capable work requires a safe non-protected branch, observed relevant validation, and no unresolved material failure. Workflow files are not proof by themselves.
42
- - Do not self-approve work that requires an independent validation owner.
43
-
44
- ## Execution modes
45
-
46
- ```txt
47
- readonly → Inspect → Report → Recommendation
48
- quick → Branch recovery/check → Implement → Document if behavior or usage changed → Test/Validate → Evidence
49
- standard → Compact requirement → Compact technical plan → Implement → Document → Test/Validate → Compact evidence
50
- full → Spec draft → Spec review → Technical plan → PR breakdown → Implementation → Documentation → Test/Validate → Evidence report
51
- ```
52
-
53
- ## Use when
54
-
55
- Use this skill when the owning primary agent needs domain support related to `deployment`.
56
-
57
- ## Do not use when
58
-
59
- - The task belongs to another primary owner.
60
- - The skill would bypass Branch Gate, validation, or evidence.
61
- - The skill would expand scope beyond the user request.
62
-
63
- ## What good looks like
64
-
65
- - clear scope;
66
- - correct file placement;
67
- - evidence-based output;
68
- - validation appropriate to the selected mode;
69
- - useful handoff when outside domain.
70
-
71
- ## Execution checklist
72
-
73
- 1. Confirm the primary owner.
74
- 2. Confirm the execution mode.
75
- 3. Confirm scope.
76
- 4. Apply domain-specific guidance.
77
- 5. Identify validation and evidence needs.
78
- 6. Return output to the primary owner.
79
-
80
-
81
- ## Workflow guardrails
82
-
83
- Skills standardize domain work; they do not replace execution ownership.
84
-
85
- - Do not bypass Branch Gate Auto-Recovery.
86
- - Do not tell the owner to skip documentation, tests, validation, or evidence.
87
- - For implementation support, require modern UI quality when user-facing UI is involved.
88
- - Return guidance to the owning primary agent/command so execution can continue.
89
-
90
- ## Validation checklist
91
-
92
- - Evidence is concrete.
93
- - Validation is run or marked NOT_RUN with reason.
94
- - Tests, documentation, and UI impact are addressed using explicit criteria: docs for runtime/API/config/user-facing changes; tests for behavior/data/validation/API helpers; UI checks for user-facing surfaces.
95
- - Output is not generic.
96
-
97
-
98
- ## Quality gates
99
-
100
- Do not mark `PASS` when:
101
-
102
- - validation is missing or invented;
103
- - automated tests were technically viable but ignored or downgraded to `NOT_RUN`;
104
- - documentation was required but ignored;
105
- - user-facing UI is poor/raw or lacks relevant states;
106
- - files are in the wrong location;
107
- - scope expanded without approval;
108
- - the response is generic and not useful;
109
- - release/publish/tag/deploy action lacks explicit approval.
110
-
111
-
112
-
113
- ## Severity scale
114
-
115
- Use this scale whenever the skill classifies findings or risks.
116
-
117
- ### High
118
-
119
- High severity means likely to break runtime behavior, safety gates, user-facing functionality, data integrity, release safety, or required docs/tests/evidence.
120
-
121
- ### Medium
122
-
123
- Medium severity means likely to reduce quality, maintainability, consistency, accessibility, or validation confidence without immediately breaking execution.
124
-
125
- ### Low
126
-
127
- Low severity means wording, clarity, minor polish, or non-blocking maintainability improvement.
128
-
129
- ## Expected output
130
-
131
- ```md
132
- ## Skill Support Report
133
-
134
- Status: PASS | PASS_WITH_NOTES | FAIL_QUALITY_GATE | BLOCKED | NOT_RUN
135
-
136
- Skill:
137
- - deployment
138
-
139
- Mode:
140
- - readonly | quick | standard | full
141
-
142
- Guidance:
143
- - ...
144
-
145
- Evidence:
146
- - ...
147
-
148
- Recommendation:
149
- - ...
150
- ```
151
-
152
- ## Quality failure examples
153
-
154
- - Claiming success without evidence.
155
- - Editing files on a protected branch.
156
- - Ignoring correct file placement.
157
- - Producing generic advice when executable guidance is required.
158
- - Over-engineering a simple task.
159
- - Skipping relevant UI/test/docs quality when the task requires it.
160
-
161
- ## Stop conditions
15
+ ## Domain-Specific Guidance
162
16
 
163
- - Stop when domain guidance is complete.
164
- - Do not complete as “done” when another owner is required; return the needed owner/command so the owning agent can continue when the runtime can act.
165
- - Stop if required evidence is missing.
166
- - Stop if asked to bypass safety gates.
17
+ Add specific capability guidelines, validation checklists, or design rules related to `deployment` here.