By yamatatsu
AI-DLC (AI-Driven Development Life Cycle) workflow plugin for Claude Code. Provides adaptive software development lifecycle management with inception, construction, and operations phases.
Generate build instructions and comprehensive test strategy for all units.
Generate code, tests, and deployment artifacts for a unit. Two-part stage with planning and generation.
Design detailed business logic, domain models, and business rules for a unit (technology-agnostic).
Map logical software components to actual infrastructure services for deployment.
Incorporate NFR patterns and logical components into unit design.
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.
An implementation of AI-DLC (AI-Driven Development Life Cycle) as a Claude Code plugin. Packages an adaptive software development workflow as skills, agents, and hooks.
Inside Claude Code REPL:
# 1. Register the marketplace
/plugin marketplace add yamatatsu/claude-aidlc
# 2. Install the plugin
/plugin install aidlc@yamatatsu-aidlc
git clone https://github.com/yamatatsu/claude-aidlc.git
claude --plugin-dir ./claude-aidlc
After enabling the plugin, run in chat:
/aidlc:start
AI-DLC analyzes the workspace, initializes state files, and guides you to the next step.
/aidlc:start to begin a project.md) -- you fill in the answersUse /aidlc:resume to continue after a session break, and /aidlc:status to check progress at any time.
| Command | Description |
|---|---|
/aidlc:start | Start a new workflow (workspace detection + state initialization) |
/aidlc:resume | Resume from a previous session |
/aidlc:status | Display current progress (read-only) |
| Command | Condition | Description |
|---|---|---|
/aidlc:inception-reverse-engineering | Brownfield only | Analyze existing codebase |
/aidlc:inception-requirements | Always | Requirements analysis and question generation |
/aidlc:inception-user-stories | Conditional | User story creation |
/aidlc:inception-workflow-planning | Always | Create execution plan (EXECUTE/SKIP per stage) |
/aidlc:inception-application-design | Conditional | Application design |
/aidlc:inception-units-generation | Conditional | Decompose into units of work |
| Command | Argument | Description |
|---|---|---|
/aidlc:construction-functional-design [unit] | Unit name | Business logic design |
/aidlc:construction-nfr-requirements [unit] | Unit name | NFR assessment + tech stack selection |
/aidlc:construction-nfr-design [unit] | Unit name | NFR pattern design |
/aidlc:construction-infrastructure-design [unit] | Unit name | Infrastructure design |
/aidlc:construction-code-generation [unit] | Unit name | Code generation (2-part: planning then generation) |
/aidlc:construction-build-and-test | None | Build & test across all units |
/aidlc:start — Start new workflowAnalyzes the workspace, auto-detects the project type (greenfield / brownfield), and initializes AI-DLC state management.
aidlc-docs/ directory, aidlc-state.md (state tracking), and audit.md (audit log)If aidlc-state.md already exists, suggests /aidlc:resume instead.
/aidlc:resume — Resume from previous sessionResumes a paused workflow from the last completed stage.
/aidlc:status — Display progressRead-only view of current project progress. No files are modified.
/aidlc:inception-reverse-engineering — Analyze existing codebaseComprehensively analyzes a brownfield codebase and generates technical documentation.
npx claudepluginhub yamatatsu/claude-aidlc --plugin aidlcAI-Driven Development Lifecycle - a structured, adaptive software development methodology guided by AI
Complete SDLC framework with 58 specialized agents for software development lifecycle management. Phase-based workflows (Inception→Elaboration→Construction→Transition), security reviews, testing orchestration, and deployment automation.
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.
AI/ML specialist agents — architects, prompt engineers, RAG designers
GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.
Code transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.