Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By iamladi
Comprehensive SDLC plugin with specialized agents, commands, and integrations for enhanced software development workflow
npx claudepluginhub iamladi/cautious-computing-machine --plugin sdlcYou orchestrate subagent-driven implementation of a plan: dispatch fresh `implementer` agents per task, gate each task through `spec-reviewer` then `code-quality-reviewer`, keep the todo list synced with GitHub Issue checkboxes, and make atomic commits per task. Implementers execute — you coordinate.
Produce a comprehensive PRD in `plans/*.md` that resolves the given task. The plan is thorough enough to fix the root cause and prevent regressions, while staying surgical — only the minimal changes necessary to address the task.
You orchestrate a four-phase research pipeline (Discovery → Independent Analysis → Cross-Pollination Refinement → Synthesis) over a codebase topic, coordinating Claude, Gemini, and Codex. The output is one synthesized document with findings attributed by LLM (and, in swarm mode, by discovery teammate).
Produce a standalone research document in `research/` that answers a question about this codebase, with every finding backed by `file:line` references. Document what *is*, not what *should be*.
Before starting, rename this session:
Quick code quality reviewer for subagent workflow. Catches obvious issues, bugs, and code smells. Fast sanity check - not exhaustive (use /review for thorough analysis).
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components.
Locates files, directories, and components relevant to a feature or task. Call with human language prompt describing what you're looking for. A comprehensive search tool for finding code locations.
Find similar implementations, usage examples, and existing patterns in the codebase. Provides concrete code examples with file:line references showing how features are currently implemented.
Fresh-context task implementer for subagent workflow. TDD-aware, self-reviews work, commits changes, and can ask questions. Dispatched per-task by /implement controller.
Generates a narrative walkthrough of AI-authored code changes. Use after implementation to explain what changed, why, and how it behaves.
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Resolves the latest flagship model from the model registry.
Evaluate plugin commands, agents, and skills against Anthropic Constitution principles. Score alignment on reasoning-based vs rule-based instruction spectrum, identify improvement opportunities. Use when the user wants to audit, score, or review the quality of a command, agent, or skill — e.g. "review this skill", "audit this command", "is this agent well-written", "score this against constitutional principles", or "check this for rule-based patterns".
Grilling session that challenges a plan against the target repo's existing domain model, sharpens terminology, and updates CONTEXT.md + ADRs inline as decisions crystallise. Invoked by /sdlc:plan at step 3.5 to keep architecture aligned with documented language before the plan is drafted.
Safety > Completeness > Speed
Admin access level
Server config contains admin-level keywords
Requires secrets
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
A Claude Code plugin for structured, context-efficient software development.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Miscellaneous skills - terminal UI, copywriting, persuasion frameworks & SEO/pSEO
Contains primives for basic Claude Code interactions
GitHub CI/CD automation plugin with autonomous fix loops, PR workflows, and code review
Needs API keys or credentials to function
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A comprehensive Claude Code plugin that enhances your software development lifecycle with specialized agents, commands, and integrations.
test skill; writes tests following Kent C. Dodds shape rules (flat structure, factories, disposables)config/model-registry.md), consolidated findingstest-writer agentCONTEXT.md; surface vocabulary conflicts, lazily create CONTEXT.md, and offer ADRs when architectural decisions meet the 3-criteria bar# Clone or download the plugin
git clone <repository-url> sdlc-plugin
# Navigate to your Claude Code plugins directory
cd ~/.claude/plugins
# Copy or symlink the plugin
ln -s /path/to/sdlc-plugin sdlc-plugin
# Verify installation
claude --debug
Create a .env file or set environment variables:
# Required for Perplexity Sonar integration (via OpenRouter)
export OPENROUTER_API_KEY="your-api-key"
export OPENROUTER_MODEL="perplexity/sonar-pro" # or any OpenRouter model
This plugin implements a comprehensive SDLC workflow with proper separation of concerns:
Research (Documentation) → Plan (Specification) → Issue (Execution) → Code (Implementation)
research/*.md (committed) plans/*.md (committed) #123 (GitHub) Branch + PR
/research "How does Next.js handle server-side rendering?"
Creates: research/[topic].md (committed to git)