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
Copy file name to clipboardExpand all lines: .codex/skills/mcaf-ci-cd/SKILL.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,17 +72,20 @@ compatibility: "Requires repository access; may update CI workflows, pipeline do
72
72
73
73
Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.
74
74
75
-
1.Plan first (mandatory):
75
+
1.Brainstorm first (mandatory):
76
76
- analyze current state
77
-
- define target outcome, constraints, and risks
78
-
- write a detailed execution plan
77
+
- define the problem, target outcome, constraints, and risks
78
+
- generate options and think through trade-offs before committing
79
+
- capture the recommended direction and open questions
80
+
2. Plan second (mandatory):
81
+
- write a detailed execution plan from the chosen direction
79
82
- list final validation skills to run at the end, with order and reason
80
-
2. Execute one planned step and produce a concrete delta.
81
-
3. Review the result and capture findings with actionable next fixes.
82
-
4. Apply fixes in small batches and rerun the relevant checks or review steps.
83
-
5. Update the plan after each iteration.
84
-
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
85
-
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
83
+
3. Execute one planned step and produce a concrete delta.
84
+
4. Review the result and capture findings with actionable next fixes.
85
+
5. Apply fixes in small batches and rerun the relevant checks or review steps.
86
+
6. Update the plan after each iteration.
87
+
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
88
+
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
86
89
87
90
### Required Result Format
88
91
@@ -98,7 +101,7 @@ For setup-only requests with no execution, return `status: configured` and exact
98
101
## Load References
99
102
100
103
- read `references/ci-cd.md` first
101
-
- for .NET quality gates, use `mcaf-dotnet-quality-ci`
104
+
- for .NET quality gates, use the external `mcaf-dotnet-quality-ci` skill from [managedcode/dotnet-skills](https://github.com/managedcode/dotnet-skills)
0 commit comments