lantisprime

53 mods across 1 repository, 3 stars between them.

status

49

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill when the user asks "where am I", "what's the current task", "what's blocking me", "show status", "what needs sign-off", or "what's next". Prints a snapshot of the active plan, gate, sign-off progress, and next action. Reads only — writes nothing.

3 4mo ago A 67 tokens original MIT

support

50

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill during Phase 7 after a successful deployment to generate or update monitoring, logging, alerting, and observability artifacts that catch exceptions and issues in the deployed code. Produces platform-neutral scripts when no observability platform is configured, and integrates with…

3 4mo ago A 100 tokens original MIT

surgical-edit

51

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill on EVERY Edit, Write, or code-modification tool call. Enforces minimum-diff discipline — only touch files listed in the plan's in-scope list, only modify functions listed in the plan's in-scope functions, never modify adjacent functions, never refactor or rename unrelated code, never "fix while you're…

3 4mo ago A 115 tokens original MIT

suspend

52

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill when the user runs /suspend or asks to pause, disable, or temporarily turn off the SDLC workflow. Disables enforcement by snapshotting governance artifacts and switching the active marker to .suspended. Requires a stated reason. Hard-blocks if workflow is not currently enabled.

3 4mo ago A 62 tokens original MIT

test

53

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill during Phase 5 to execute functional tests, record results, log defects, and validate UX conformance. Logs defects to Git Issues when available, otherwise to markdown (or JSON, per config) under .claude/sdlc/defects/. Reports code coverage against the configured threshold. Triggered after build is…

3 4mo ago A 97 tokens original MIT