Skip to content

fix(sdlc): always invoke full workflow when user requests /sdlc (#417)#419

Merged
BaseInfinity merged 1 commit into
mainfrom
fix/sdlc-always-invoke
Jun 12, 2026
Merged

fix(sdlc): always invoke full workflow when user requests /sdlc (#417)#419
BaseInfinity merged 1 commit into
mainfrom
fix/sdlc-always-invoke

Conversation

@BaseInfinity

Copy link
Copy Markdown
Owner

Summary

Closes #417 — Claude was silently skipping the SDLC skill for "mechanical" tasks even when explicitly requested.

Added one-liner before the checklist: if user requests /sdlc, ALWAYS run full workflow. Never silently skip; if overkill, say so and ask.

Trimmed debugging workflow section (verbose env-specific guidance) to fit under 20K budget.

Test plan

  • tests/test-skill-graduations.sh — 6/6
  • tests/test-cowork-drift.sh — 9/9
  • tests/test-doc-consistency.sh — 42/42
  • CI validate passes

Claude was silently skipping the skill for "mechanical" tasks. Added
explicit instruction: if user requests /sdlc, ALWAYS run full workflow.
Never silently skip; if overkill, say so and ask.
@BaseInfinity BaseInfinity merged commit 106fcee into main Jun 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: SDLC skill not auto-invoked when user explicitly requests it

1 participant