By 45ck
SDLC workflow automation with Storybook-powered planning hub covering full software development lifecycle
Business analysis expert specializing in stakeholder analysis, process modeling, problem structuring, and requirements elicitation. Use when creating business analysis artifacts for enterprise or complex projects.
Business domain expert specializing in requirements analysis, user story creation, and stakeholder needs translation. Use proactively when defining features or gathering requirements.
Project management expert specializing in planning, scheduling, risk management, and stakeholder communication. Use when creating project management artifacts like charters, WBS, schedules, and risk registers.
Software quality expert specializing in quality models, code metrics, technical debt management, and refactoring strategies. Use when creating quality assurance artifacts.
Design conformance specialist who verifies implemented code matches planning artifacts. Compares OpenAPI specs to route handlers, ERD to database schemas, and domain models to TypeScript classes.
Implement software from validated planning artifacts using TDD and quality gates. Reads /sdlc:plan outputs and guides proper implementation.
Initialize a new SDLC monorepo with Storybook planning hub, pnpm workspace, and git configuration. Use when starting a new project.
Iterative planning wizard with client validation at each stage. Generates SDLC artifacts in proper dependency order (scenarios → workflows → models → data → API → design).
Quality assurance verification. Checks test coverage against thresholds, validates test quality, identifies E2E/integration gaps, runs security dependency audit, performs static analysis, and generates QA report with quality score.
Sync and search local reference repositories (curated awesome-* lists) to support planning/design decisions.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that automates software development lifecycle (SDLC) workflows with an interactive Storybook-based planning hub.
Generate professional SDLC artifacts with AI-assisted iterative planning.
The SDLC plugin scaffolds complete software projects with proper documentation, then guides you through an iterative planning process that validates each stage with you before proceeding.
| Command | Description |
|---|---|
/sdlc:init | Scaffold a monorepo with Storybook planning hub, design system, and quality tooling |
/sdlc:plan | Interactive planning wizard - generates artifacts in dependency order with validation |
/sdlc:implement | TDD implementation from validated planning artifacts with quality gates |
/sdlc:update | Sync artifacts with implementation progress from git history |
/sdlc:review | Verify implementation matches planning artifacts (API spec, ERD, domain model, acceptance criteria) |
/sdlc:qa | Quality assurance - test coverage, test quality, E2E gaps, security scanning |
/sdlc:refs | Sync/search local reference repos (curated awesome-* lists) for planning support |
claude --plugin-dir "/path/to/claude-sdlc-plugin"
git clone https://github.com/45ck/claude-sdlc-plugin.git
~/.claude/settings.json):{
"enabledPlugins": {
"sdlc@sdlc-local": true
},
"extraKnownMarketplaces": {
"sdlc-local": {
"url": "file:///path/to/claude-sdlc-plugin/.claude-plugin/marketplace.json"
}
}
}
/sdlc:init my-app
Creates:
my-app/
├── docs/ # SDLC artifacts
├── packages/
│ ├── planning-hub/ # Storybook site
│ └── ui/ # Design system
├── pnpm-workspace.yaml
├── package.json
└── ... (quality configs)
cd my-app
pnpm install
pnpm dev:storybook
Opens at http://localhost:6006
/sdlc:plan
The wizard walks you through:
Each stage is validated with you before proceeding.
/sdlc:plan can run in Solo mode (single agent) or Team mode (parallel specialist subagents + synthesis). The skill will ask which you want at the start.
Typical Team mode workflow:
# (optional) keep local references current
/sdlc:refs
# plan with parallel subagents + synthesis
/sdlc:plan
/sdlc:implement
TDD implementation driven by your validated planning artifacts. Generates code with quality gates: tests first, then implementation, then verification against acceptance criteria.
/sdlc:update
Scans git commits and updates artifact status.
/sdlc:review
Checks that code matches planning artifacts: API routes vs OpenAPI spec, database schema vs ERD, TypeScript classes vs domain model, and acceptance criteria traceability.
/sdlc:qa
Runs quality checks: test coverage against thresholds, test quality assessment, E2E/integration gap analysis, security dependency audit, and static analysis. Generates a quality score (0-100) with fix-forward options.
The plugin includes expert subagents for different SDLC disciplines:
npx claudepluginhub 45ck/claude-sdlc-plugin --plugin sdlcA control-flow runtime for Claude Code with verification gates, persistent state, and deterministic execution. Loops, conditionals, retries, and completion enforcement.
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
Plugin de ingeniería de software completa: 10 agentes de núcleo y 9 opcionales con personalidad propia, memoria persistente por proyecto, quality gates y flujos automatizados desde la idea hasta producción.
Requirements-driven development workflow with quality gates for practical feature implementation
Project management agents — agile coach, delivery manager, progress tracking
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.