Auto-discovered marketplace from yamatatsu/claude-aidlc
npx claudepluginhub yamatatsu/claude-aidlcAI-DLC (AI-Driven Development Life Cycle) workflow plugin for Claude Code. Provides adaptive software development lifecycle management with inception, construction, and operations phases.
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.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.