claude-sdlc-wizard
Enforces planning, testing, and review discipline on coding sessions
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdeploy
Automates deployment workflows to move code into production across environments.
update-wizard
Compare local SDLC wizard templates with latest versions and apply selective updates.
setup-wizard
Scan codebases and generate SDLC artifacts via guided Q&A.
feedback
Collect user feedback and issues into structured reports after explicit consent.
sdlc
Orchestrate the full SDLC workflow from planning to deployment.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core