You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- LOW: Style/wording improvements, or minor redundancy not affecting execution order.
67
67
68
68
6. Produce a Markdown report (no file writes) with sections:
69
69
@@ -95,9 +95,9 @@ Execution steps:
95
95
* Critical Issues Count
96
96
97
97
7. At end of report, output a concise Next Actions block:
98
-
- If CRITICAL issues exist: Recommend resolving before `/implement`.
99
-
- If only LOW/MEDIUM: User may proceed, but provide improvement suggestions.
100
-
- Provide explicit command suggestions: e.g., "Run /specify with refinement", "Run /plan to adjust architecture", "Manually edit tasks.md to add coverage for 'performance-metrics'".
98
+
- If CRITICAL issues exist: Recommend resolving them before `/implement`.
99
+
- If only LOW/MEDIUM issues: User may proceed, but provide improvement suggestions.
100
+
- Provide explicit command suggestions: e.g., "Run /specify with refinement", "Run /plan to adjust architecture", or "Manually edit tasks.md to add coverage for 'performance-metrics'".
101
101
102
102
8. Ask the user: "Would you like me to suggest concrete remediation edits for the top N issues?" (Do NOT apply them automatically.)
Copy file name to clipboardExpand all lines: .github/prompts/clarify.prompt.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,10 @@ Execution steps:
79
79
- Information is better deferred to planning phase (note internally)
80
80
81
81
3. Generate (internally) a prioritized queue of candidate clarification questions (maximum 5). Do NOT output them all at once. Apply these constraints:
82
-
- Maximum of 5 total questions across the whole session.
82
+
- Maximum of 5 total questions across the entire session.
83
83
- Each question must be answerable with EITHER:
84
84
* A short multiple‑choice selection (2–5 distinct, mutually exclusive options), OR
85
-
* A one-word / short‑phrase answer (explicitly constrain: "Answer in <=5 words").
85
+
* A one-word / short‑phrase answer (explicitly constrain: "Answer in ≤5 words").
86
86
- Only include questions whose answers materially impact architecture, data modeling, task decomposition, test design, UX behavior, operational readiness, or compliance validation.
87
87
- Ensure category coverage balance: attempt to cover the highest impact unresolved categories first; avoid asking two low-impact questions when a single high-impact area (e.g., security posture) is unresolved.
Copy file name to clipboardExpand all lines: .github/prompts/constitution.prompt.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Follow this execution flow:
16
16
17
17
1. Load the existing constitution template at `.specify/memory/constitution.md`.
18
18
- Identify every placeholder token of the form `[ALL_CAPS_IDENTIFIER]`.
19
-
**IMPORTANT**: The user might require less or more principles than the ones used in the template. If a number is specified, respect that - follow the general template. You will update the doc accordingly.
19
+
**IMPORTANT**: The user might require fewer or more principles than the ones used in the template. If a number is specified, respect that - follow the general template. You will update the document accordingly.
20
20
21
21
2. Collect/derive values for placeholders:
22
22
- If user input (conversation) supplies a value, use it.
@@ -52,7 +52,7 @@ Follow this execution flow:
52
52
6. Validation before final output:
53
53
- No remaining unexplained bracket tokens.
54
54
- Version line matches report.
55
-
- Dates ISO format YYYY-MM-DD.
55
+
- Dates in ISO format (YYYY-MM-DD).
56
56
- Principles are declarative, testable, and free of vague language ("should" → replace with MUST/SHOULD rationale where appropriate).
57
57
58
58
7. Write the completed constitution back to `.specify/memory/constitution.md` (overwrite).
- Place in your test directories (`tests/AfterAll.ps1`)
298
297
- Runs once after all test matrix jobs complete to clean up the test environment
299
-
- Remove test resources, cleanup databases, stop services, upload artifacts
298
+
- Remove test resources, clean up databases, stop services, or upload artifacts
300
299
- Has access to the same environment variables as your tests
301
300
302
301
##### Example - `AfterAll.ps1`
@@ -327,9 +326,7 @@ in the workflow file.
327
326
328
327
## Permissions
329
328
330
-
The action requires the following permissions:
331
-
332
-
If running the action in a restrictive mode, the following permissions needs to be granted to the action:
329
+
If running the action in a restrictive mode, the following permissions need to be granted to the action:
333
330
334
331
```yaml
335
332
permissions:
@@ -357,4 +354,4 @@ Process-PSModule follows:
357
354
- [Test-Driven Development](https://testdriven.io/test-driven-development/) using [Pester](https://pester.dev) and [PSScriptAnalyzer](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/overview?view=ps-modules)
0 commit comments