sdlc

Orchestrate the full SDLC workflow from planning to deployment.

42|5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/BaseInfinity/claude-sdlc-wizard --skill sdlc-baseinfinity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdlc
Source: https://github.com/BaseInfinity/claude-sdlc-wizard/tree/main/skills/sdlc
Command: npx skills add https://github.com/BaseInfinity/claude-sdlc-wizard --skill sdlc-baseinfinity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This SDLC Skill organizes and enforces a full software development lifecycle protocol for features, bug fixes, refactors, testing, and deployment, ensuring disciplined practices are followed automatically.

Core Features & Use Cases

  • End-to-end SDLC workflow coordinates planning, implementation, testing, review, and release with structured gates and checklists.
  • Planning-first governance generates a TodoWrite-style plan to capture tasks, risks, and dependencies before coding.
  • Documentation and governance ensures feature docs, CLAUDE.md, TESTING.md, and ARCHITECTURE.md stay synchronized with code changes.
  • Context-aware execution loads operational instructions from SKILL.md and resolves repo-local vs global skill versions for consistency.

Quick Start

Ask Claude to execute the full SDLC workflow for the current feature from planning to release.

Frequently Asked Questions about sdlc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the full software development lifecycle workflow for feature implementation?

You automate the SDLC workflow by orchestrating planning, implementation, testing, review, and deployment through structured quality gates. This skill generates a TodoWrite-style plan to capture tasks, risks, and dependencies before coding to enforce disciplined practices automatically.

What is planning-first governance in software engineering automation?

Planning-first governance is an SDLC protocol that generates a TodoWrite-style plan to capture tasks, risks, and dependencies before coding begins. It ensures disciplined software development practices are followed automatically across the entire project lifecycle.

How do I keep documentation synchronized with code changes during refactoring?

You keep documentation synchronized by enforcing governance checks that update feature docs, CLAUDE.md, TESTING.md, and ARCHITECTURE.md alongside code changes. This ensures project documentation stays consistent throughout the development lifecycle.

Do I need a repository-contained SKILL.md to enable SDLC workflow automation?

Yes, you need a repository-contained SKILL.md file with name and description frontmatter to enable deterministic tasks and context during activation. Optional fields, operational body, and resources like scripts or references can further enhance context-aware execution.

Can I use this SDLC workflow automation for both bug fixes and deployment?

Yes, you can use this SDLC workflow automation for features, bug fixes, refactors, testing, release, and deployment. It coordinates the entire process with structured gates and checklists to ensure quality across all software engineering tasks.

What's the best way to enforce quality gates during code review and release?

The best way to enforce quality gates is by orchestrating a structured SDLC checklist that coordinates planning, testing, review, and release phases. This approach ensures disciplined practices are followed automatically before deployment proceeds.