SDLC Toolkit plugin marketplace
npx claudepluginhub youarenext/sdlc-toolkitEnd-to-end SDLC workflow: Ideation → PRD → Task Decomposition → Development → Context Updates
Claude Code plugin for the full MVP development cycle: Ideation → Foundation → PRD → Task Decomposition → Development → Context Updates.
In Claude Code interactive session (VSCode or CLI), run:
/plugin marketplace add youarenext/sdlc-toolkit
Option A: Via UI
/plugin
Then go to "Discover" tab, find sdlc-toolkit, press Enter and choose scope.
Option B: Via command
/plugin install sdlc-toolkit@youarenext-sdlc-toolkit --scope project
--scope user — globally for all your projects--scope project — only for current project (shared with team)--scope local — only for current project (gitignored)claude --plugin-dir /path/to/sdlc-toolkit
/sdlc-toolkit:foundation to set up tech stack and project structure/sdlc-toolkit:prd "feature description" (or /sdlc-toolkit:ideate if the idea is raw)(optional — if idea is raw)
/sdlc-toolkit:ideate "idea description"
↓ docs/discovery/01-slug/idea-brief.md
(optional — for greenfield projects)
/sdlc-toolkit:foundation
↓ .claude/rules/tech-stack.md
↓ docs/system-context.md (Tech Stack section)
/sdlc-toolkit:prd "feature description" ← directly
/sdlc-toolkit:prd 01-article-processing ← from Idea Brief
↓ docs/discovery/01-slug/prd.md
/sdlc-toolkit:decompose 01-article-processing
↓ docs/discovery/01-slug/tasks.md
... development ...
/sdlc-toolkit:update-context
↓ docs/system-context.md (updated)
sdlc-toolkit/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ ├── ideation/
│ │ ├── SKILL.md
│ │ └── templates/
│ │ └── idea-brief.md
│ ├── foundation/
│ │ ├── SKILL.md
│ │ └── templates/
│ │ ├── tech-stack-rules.md
│ │ ├── tech-stack-presets.md
│ │ └── project-structures.md
│ ├── prd/
│ │ ├── SKILL.md
│ │ └── templates/
│ │ ├── prd.md
│ │ └── discovery-index.md
│ ├── task-decomposition/
│ │ ├── SKILL.md
│ │ └── templates/
│ │ └── task.md
│ ├── adr/
│ │ ├── SKILL.md
│ │ └── templates/
│ │ └── adr.md
│ ├── generate-claude-md/
│ │ ├── SKILL.md
│ │ └── templates/
│ │ ├── claude-md.md
│ │ ├── claude-local-md.md
│ │ └── scoped-rule.md
│ └── update-context/
│ ├── SKILL.md
│ └── templates/
│ └── system-context.md
├── commands/
│ ├── ideate.md
│ ├── foundation.md
│ ├── prd.md
│ ├── adr.md
│ ├── generate-claude-md.md
│ ├── decompose.md
│ └── update-context.md
├── hooks/
│ └── hooks.json
└── README.md
| Command | Description |
|---|---|
/sdlc-toolkit:ideate | (optional) Package a raw idea into an Idea Brief (<100 lines) |
/sdlc-toolkit:foundation | (greenfield) Establish tech stack, project structure, conventions |
/sdlc-toolkit:prd | Generate PRD from Idea Brief, description, or System Context |
/sdlc-toolkit:adr | Create Architecture Decision Record (ADR) for technical decisions |
/sdlc-toolkit:generate-claude-md | Generate a CLAUDE.md for the current project (under 80 lines, best practices) |
/sdlc-toolkit:decompose | Break down PRD into tasks with dependencies |
/sdlc-toolkit:update-context | Update system-context.md after implementation |
Each iteration lives in a separate folder docs/discovery/NN-slug/ in your project:
docs/discovery/01-article-processing/
├── idea-brief.md # (optional) what and why
├── prd.md # Detailed requirements
├── decisions/ # Architecture Decision Records
│ └── ADR-001.md
└── tasks.md # All tasks with waves and dependencies
Iteration statuses: Discovery → In Review → Approved → Done
Instead of chaotic "write me code" — a structured process:
In your project's CLAUDE.md add:
sdlc-toolkit installed, commands via /sdlc-toolkit:*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.