lantisprime

53 mods across 1 repository, 3 stars between them.

plan

25

lantisprime/claude-sdlc

Command

Start Phase 1 — plan a new task, fix, or change request. Produces a plan artifact required by all downstream phases.

3 4mo ago A 27 tokens original MIT

review

26

lantisprime/claude-sdlc

Command

Run code-review and security-review skills against the current diff. Safe to run repeatedly during Build.

3 4mo ago A 19 tokens original MIT

start

27

lantisprime/claude-sdlc

Command

Activate the SDLC workflow (opt-in), re-enable after suspension, or start a new task when already enabled. On fresh install — auto-detects repo/CI/stack/tracker (≤3 prompts), creates .enabled, takes a one-sentence task description, and auto-generates scope.md and a draft plan. On re-enable — verifies the suspension…

3 4mo ago A 101 tokens original MIT

status

28

lantisprime/claude-sdlc

Command

Show the current in-flight task state — active phase, plan, gate, sign-off progress, and next action. Read-only; writes nothing.

3 4mo ago A 29 tokens original MIT

support

29

lantisprime/claude-sdlc

Command

Start Phase 7 — add monitoring, logging, alerts, dashboards, and a runbook stub for the deployed change.

3 4mo ago A 24 tokens original MIT

suspend

30

lantisprime/claude-sdlc

Command

Pause SDLC enforcement. Snapshots governance artifacts (SHA-256, AES-256 encrypted) so tampering is detectable on re-enable. Requires a stated reason. Hard-blocks if the workflow is not currently enabled. Run /start to re-enable and reconcile any changes made during the suspension window.

3 4mo ago A 60 tokens original MIT

test

31

lantisprime/claude-sdlc

Command

Start Phase 5 — execute functional tests, log defects, report coverage, validate UX conformance.

3 4mo ago A 20 tokens original MIT

token-review

32

lantisprime/claude-sdlc

Command

Analyze SDLC token usage from .claude/sdlc/token-log.json (last run) and token-history.jsonl (rolling). Surfaces the biggest cost centers and concrete optimization candidates. Read-only.

3 4mo ago A 41 tokens original MIT

PreToolUse

33

lantisprime/claude-sdlc

Hook

Runs before the agent uses a tool for Edit, Write, MultiEdit and Bash tool calls, executing plan-gate.sh, phase-gate.sh, work-item-validation.sh and bash-safety.sh (4 commands). From lantisprime/claude-sdlc.

3 4mo ago A tokens not measured copy · 64% MIT

SessionStart

34

lantisprime/claude-sdlc

Hook

Runs when a session starts, executing env-detect.sh and session-plan-check.sh (2 commands). From lantisprime/claude-sdlc.

3 4mo ago A tokens not measured copy · 67% MIT

analyze

35

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill after Phase 1 Plan to create or intake requirements for a task. Produces requirements with stable IDs (REQ-001, REQ-002, ...), validates each requirement against the project's scope statement, and — critically — halts and asks for UX designs and brand guidelines whenever the work touches a frontend or…

3 4mo ago A 111 tokens original MIT

api-integration

36

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill whenever a task requires integrating with an external or internal API — HTTP clients, SDK calls, gRPC stubs, webhooks, or any network boundary. Verifies that an API spec (OpenAPI/Swagger, GraphQL schema, Protobuf, AsyncAPI, or equivalent) is configured and referenced in the plan or design artifact, then…

3 4mo ago A 218 tokens original MIT

configure

37

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill when the user runs /configure, /configure --needs, or /configure --check. Also auto-invoked by env-detect.sh on fresh install (Layer 0) and by skills that find required config missing at runtime (Layer 2). Guides setup of config/tools.json and config/tools.local.json through a question bank; handles…

3 4mo ago A 88 tokens original MIT

deploy

38

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill during Phase 6 to deploy code that has passed Phase 5 Test. Updates tickets with deployment details when a ticketing system is configured; otherwise generates deployment artifacts as markdown or JSON under .claude/sdlc/deployments/. Never auto-executes a deployment — always proposes and waits for…

3 4mo ago A 91 tokens original MIT

design

39

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill after Phase 2 Analyze to produce the design artifacts a build depends on — application architecture, data/platform/infrastructure/security architecture, test architecture, test cases, technical specifications, and DevOps pipeline design. Validates existing architecture artifacts against current…

3 4mo ago A 109 tokens original MIT

docs

40

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill at the end of any phase that changed SDLC artifacts to update the SDLC documentation tree — the artifact index, requirements traceability matrix, architecture manifest, changelog, and any user-facing docs affected by the change. Also trigger when the user says "update docs", "refresh the index"…

3 4mo ago A 78 tokens original MIT

domain-expert

41

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill during /plan (between scope validation and writing the plan artifact) to inject domain-specific context, gap questions, and regulatory concerns into the plan. Triggers automatically when the plan skill evaluates the task and scope.md against the domain registry in domains/index.json using semantic…

3 4mo ago A 70 tokens original MIT

gate-signoff

42

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill to capture a human phase-gate sign-off through chat rather than requiring the user to manually edit the gate markdown file. Prompts the user with the artifact path, collects a work-item URL (REQ / ticket / CR) as the non-trivial acknowledgment, validates the URL shape against the ticket system…

3 4mo ago A 170 tokens original MIT

help

43

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill when the user runs /help, /help commands, or /help . Shows plugin command reference. Read-only — writes nothing, modifies nothing.

3 4mo ago A 37 tokens original MIT

minimal-code

44

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill alongside the build skill to resist over-engineering. Enforces YAGNI (no speculative features), KISS (the simplest thing that could possibly work), and DRY-when-it-actually-repeats (not DRY-in-advance). Prefer standard library over new dependencies. Prefer editing existing code over creating new files.…

3 4mo ago A 124 tokens original MIT

plan

45

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill at the START of every coding task — new builds, bug fixes, and change requests. Classifies the work item, validates it against project scope, produces a high-level estimate, proposes a technology stack, and checks stack compatibility. Writes a plan artifact to .claude/sdlc/plans/ that every downstream…

3 4mo ago A 130 tokens original MIT

scoping

46

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill whenever a request is ambiguous, vague, or missing critical information — e.g. "fix the login bug" (which one?), "make this faster" (how fast? measured how?), "add caching" (where? invalidation strategy?). Forces clarification BEFORE planning or coding begins, and writes the clarified scope into the…

3 4mo ago A 109 tokens original MIT

security-review

47

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill to review code changes for security concerns before they merge. Covers input validation, authentication and authorization, secrets handling, injection surfaces (SQL, command, template, prompt), unsafe APIs and dependencies, sensitive data handling, and output encoding. Runs against the current diff (NOT…

3 4mo ago A 113 tokens original MIT

start

48

lantisprime/claude-sdlc

Skill Claude CodeCodex

Use this skill when the user runs /start, says "start", "enable the SDLC workflow", "I want to build", "I want to fix", "set up", "get started", or otherwise signals they want to activate or re-enable the SDLC workflow. Handles three distinct paths based on marker state — fresh install (opt-in activation), re-enable…

3 4mo ago A 107 tokens original MIT