-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart-sdlc.sh
More file actions
32 lines (26 loc) · 865 Bytes
/
start-sdlc.sh
File metadata and controls
32 lines (26 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash
cat <<'EOF'
Codex does not have a native /sdlc command.
Use this kickoff prompt:
Work in SDLC mode for this repo.
Before editing:
1. Restate the task in one sentence.
2. Set a scope guard.
3. State confidence as HIGH, MEDIUM, or LOW.
4. Use high reasoning by default. Only use xhigh if the task is blocked, architecturally ambiguous, or high-stakes.
5. Define the red check first.
6. Define the prove-it gate before coding.
During implementation:
- Make the smallest useful change.
- Keep the work to one slice at a time.
- If setup/auth work is involved, prefer full access and capture the evidence.
After implementation:
1. Run the targeted checks.
2. Summarize the prove-it evidence.
3. Review the diff for risk and junk.
4. Do not commit until the checks are green.
Open these files while working:
- SDLC-LOOP.md
- PROVE-IT.md
- AGENTS.md
EOF