Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cowork/skills/sdlc/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Native `/goal <condition>` (**v2.1.143+**). Haiku evaluator re-checks transcript

**Recommended: `claude-opus-4-6` or `opusplan` (Opus 4.6 max).** Pin in settings or `/model` at session start. `opusplan` = Opus Plan Mode + Sonnet execute — both Max-bundled. Persist effort: `CLAUDE_CODE_EFFORT_LEVEL=max` in env block.

**Session gotcha:** `/model` does not survive exit+continue. Re-run at session start or pin in project settings.json.
**Session gotcha:** `/model` persists by default, but project/managed settings can override. Picker `s` (session-only) does not.

**If pinning `claude-opus-4-6`:** pair with `CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=30` (1M). **Do not set this for `opusplan`** — 200K, 30% too aggressive.

Expand Down
2 changes: 1 addition & 1 deletion skills/sdlc/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Native `/goal <condition>` (**v2.1.143+**). Haiku evaluator re-checks transcript

**Recommended: `claude-opus-4-6` or `opusplan` (Opus 4.6 max).** Pin in settings or `/model` at session start. `opusplan` = Opus Plan Mode + Sonnet execute — both Max-bundled. Persist effort: `CLAUDE_CODE_EFFORT_LEVEL=max` in env block.

**Session gotcha:** `/model` does not survive exit+continue. Re-run at session start or pin in project settings.json.
**Session gotcha:** `/model` persists by default, but project/managed settings can override. Picker `s` (session-only) does not.

**If pinning `claude-opus-4-6`:** pair with `CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=30` (1M). **Do not set this for `opusplan`** — 200K, 30% too aggressive.

Expand Down