From sdlc-team
Inventory the capabilities already available in the current session so the SDLC team can reuse them. Use at pipeline start (Phase 0) to discover project-local agents and skills (.claude/agents, .claude/skills), agents/skills from other installed plugins, and connected MCP servers, plus the repo's CLAUDE.md. Produces a capability map the orchestrator uses to decide delegation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc-team:capability-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The team is additive in existing projects: prefer the plugin's own components, but reuse what a project already has when it helps.
The team is additive in existing projects: prefer the plugin's own components, but reuse what a project already has when it helps.
.claude/agents/ (name + description)..claude/skills/ (name + description).CLAUDE.md for stated workflow/tooling preferences.List, per role/phase, any candidate project agent and any relevant project skills, plus available MCP servers (e.g. Notion).
npx claudepluginhub danniel-isiah-libor/claude-sdlc-team --plugin sdlc-teamGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.