By youarenext
End-to-end SDLC workflow: Ideation → PRD → Task Decomposition → Development → Context Updates
Create an Architecture Decision Record (ADR)
Break down the PRD into atomic tasks for developers
Establish technical foundation for a new project
Generate a CLAUDE.md file for the current project
Structure the idea into an Idea Brief
Generate a Product Requirements Document from an Idea Brief or raw description. Always reads system-context.md to account for existing system state. Includes functional requirements, API contracts, data models, and test strategy. Triggers: "prd", "requirements", "write PRD", "product requirements"
Break down a PRD into developer tasks with dependencies, acceptance criteria, and role assignments. Generates ordered task list ready for sprint planning. Triggers: "decompose", "break down tasks", "task breakdown", "split into tasks"
Create an Architecture Decision Record (ADR) to document technical decisions. Use when making significant architectural choices that affect the system. Triggers: "adr", "decision record", "architecture decision", "document decision"
Establish technical foundation for a new project. Proactively suggests stack-appropriate decisions including project structure. Creates .claude/rules/tech-stack.md with project conventions. Triggers: "foundation", "tech stack", "setup project", "project structure"
Generate a high-quality CLAUDE.md file for any project. Analyzes project structure, asks clarifying questions, and produces a concise CLAUDE.md following proven best practices (WHAT/WHY/HOW framework, under 80 lines, progressive disclosure, MUST/NEVER language). Also generates .claude/rules/ for path-scoped conventions. Triggers: "generate claude.md", "create claude.md", "init claude.md", "bootstrap project"
Modifies files
Hook triggers on file write and edit operations
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.
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:*npx claudepluginhub youarenext/sdlc-toolkit --plugin sdlc-toolkitHarness-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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques