Sdlc Init banner
srg-kostyrko srg-kostyrko

Sdlc Init

Testing community

Description

--- description: Bootstrap the ai-sdlc spec-driven workflow in the current project (creates .sdlc/ tree and appends instructions to CLAUDE.md). argument-hint: (no arguments) --- You are bootstrapping the ai-sdlc spec-driven workflow in the user's current project. ## Pre-flight 1. Verify the working directory looks like a project root (presence of `.git/`, `package.json`, `Cargo.toml`, `pyproject.toml`, or similar). If not, ask the user to confirm before proceeding — running this in a home dir

Installation

Installs to ~/.claude/skills/srg-kostyrko-ai-sdlc-sdlc-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/srg-kostyrko-ai-sdlc-sdlc-init && curl -fsSL https://raw.githubusercontent.com/srg-kostyrko/ai-sdlc/HEAD/commands/sdlc-init.md -o ~/.claude/skills/srg-kostyrko-ai-sdlc-sdlc-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository