BaseInfinityBaseInfinityCommunityยท5 Agent Skills Included

claude-sdlc-wizard

Enforces planning, testing, and review discipline on coding sessions

Enforces a full software development lifecycle on every coding session: plan before coding, write tests first, state confidence, and run cross-model review before shipping. Scans any project, detects its stack and test framework, and generates tailored CLAUDE.md, SDLC.md, TESTING.md, and ARCHITECTURE.md files automatically. Eliminates guess-and-check coding, skipped tests, and unreviewed merges through hooks that fire on every interaction.
npx skills add BaseInfinity/claude-sdlc-wizard --all -g -y
Available:

Tells the agent how this repository is structured, which files ship to users, and what review, testing, and merge-evidence rules to enforce when working on or with the SDLC skills.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-sdlc-wizard?โ–ผ

Run `npx skills add BaseInfinity/claude-sdlc-wizard --all -g -y` in your terminal to install all skills in this suite globally.

What does the SDLC wizard actually do?โ–ผ

It makes your coding agent plan before writing code, write tests first, state its confidence level, and get a second model to review changes before anything ships.

How do I set up SDLC enforcement in my project?โ–ผ

Run the setup skill once; it scans your codebase, detects your stack and test framework, and generates tailored CLAUDE.md, SDLC.md, TESTING.md, and ARCHITECTURE.md files.

Does it work with my existing test framework?โ–ผ

Yes. The setup scan auto-detects Jest, Vitest, Pytest, and other frameworks, then adapts the testing checklist and commands to match your project.

Can I update without losing my customizations?โ–ผ

Yes. The update skill shows what changed in each release, detects your local customizations, and lets you adopt, skip, or merge each change individually.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’