sdlc

Official

Automate SDLC with TDD-first workflow.

Authorcncorp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the software development lifecycle workflow by orchestrating a TDD-driven specification, test-runner execution, file identification, and git-commit command preparation for user review.

Core Features & Use Cases

  • TDD-driven spec handling: invoke the TDD skill with a spec/plan.
  • Test-Runner coordination: executes lint, type checks, and tests.
  • Commit commands preparation: identifies modified files and formats commit commands for user review.
  • Use Case: When you have a feature spec, SDLC skill returns a set of commands to review and apply manually.
  • Note: It does not perform git commits or pushes.

Quick Start

Run the SDLC skill with your feature spec to auto-run TDD and test-runner, then prepare user-reviewable commit commands.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sdlc
Download link: https://github.com/cncorp/arsenal/archive/main.zip#sdlc

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository