Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
sdlc logo

sdlc

cautious-computing-machine

OtherClaude Codeby iamladi

Summary

Comprehensive SDLC plugin with specialized agents, commands, and integrations for enhanced software development workflow

Install to Claude Code

/plugin install sdlc@cautious-computing-machine

Run in Claude Code. Add the marketplace first with /plugin marketplace add iamladi/cautious-computing-machine if you haven't already.

README.md

cautious-computing-machine

Official marketplace for Claude Code plugins by Ladi. Essential tools and workflows to supercharge your development experience.

Installation

Add this marketplace to your Claude Code:

/plugins marketplace add iamladi/cautious-computing-machine

Once added, you can browse and install plugins directly through Claude Code.

Available Plugins

🚀 SDLC Plugin

Comprehensive SDLC plugin with specialized agents, commands, and integrations for enhanced software development workflow.

Version: 1.6.0

Install:

/plugin install sdlc

Repository: cautious-computing-machine--sdlc-plugin

What's included:

Specialized Agents

  • codebase-analyzer - Deep implementation analysis with file:line references
  • codebase-locator - Fast component discovery across your codebase
  • codebase-pattern-finder - Pattern detection and architecture understanding
  • web-search-researcher - Real-time research via web search

Slash Commands

  • /plan - Generate comprehensive PRDs with phases and validation
  • /research - AI-powered research with project context
  • /implement - Execute implementation based on plans
  • /verify - Validate implementation (build, tests, plugin schema, code review)
  • /submit - Prepare work for review (auto-runs verify as quality gate)

Skills

  • codex - OpenAI Codex integration for automated refactoring
  • gemini - Google Gemini integration

Integrations

  • Context7 - Up-to-date library documentation
  • Perplexity - Advanced web search

Best for:

  • Planning features with comprehensive PRDs
  • Understanding complex codebases
  • AI-assisted refactoring and analysis
  • Research-driven development
  • End-to-end SDLC workflows

Time saved: ~2 hours per feature planning, ~1 hour on codebase analysis

View full documentation →

---

🔧 Primitives

Essential building blocks for Claude Code workflows.

Version: 1.6.0

Install:

/plugin install primitives

Repository: cautious-computing-machine--primitives-plugin

What's included:

Slash Commands

  • /commit - Smart commit specialist with automatic batching and conventional commit standards
  • /debug - Investigate issues through parallel analysis of logs, database, and git history
  • /install - Verify tooling and install dependencies with health checks
  • /prime - Quick codebase understanding and context loading
  • /start - Start development environment from project docs
  • /tools - List all available built-in development tools

Skills

  • ask-oracle - GPT-5 Pro / GPT-5.1 reasoning for complex architectural problems
  • check-env-keys - Validate environment variables without exposing secrets
  • de-slop - Clean AI-generated artifacts before committing

Best for:

  • Teams enforcing coding standards
  • Streamlining git workflows
  • Debugging during development
  • Quick project onboarding
  • Secure environment validation

Time saved: ~14 minutes per feature, ~40 minutes on project setup

View full documentation →

---

🔄 GitHub Plugin

GitHub CI/CD automation plugin for auto-detecting, analyzing, and fixing CI/CD failures on any branch.

Version: 1.4.0

Install:

/plugin install github

Repository: cautious-computing-machine--github-plugin

What's included:

Specialized Agents

  • ci-log-analyzer - Parse CI logs and identify error patterns
  • ci-error-fixer - Apply fixes based on CI error types

Slash Commands

  • /fix-ci - Auto-detect, analyze, and fix CI/CD failures on any branch
  • /create-issue-from-plan - Convert implementation plans into GitHub Issues with checklists
  • /create-pr - Create GitHub Pull Request with proper formatting and plan linking
  • /address-pr-comments - Interactive or autonomous PR comment resolution with confidence scoring
  • /review-pr - Comprehensive PR review with detailed analysis and actionable feedback

Best for:

  • Automated CI/CD failure detection and resolution
  • PR workflow automation
  • Code review assistance
  • GitHub integration workflows

Time saved: ~30 minutes per CI failure, ~20 minutes per PR workflow

View full documentation →

---

🤖 Workflows Plugin

Autonomous workflow orchestration for the full SDLC pipeline - from research to PR submission.

Version: 0.1.0

Install:

/plugin install workflows

Repository: cautious-computing-machine--workflows-plugin

What's included:

Slash Commands

  • /build - Orchestrate the full SDLC pipeline from research file to merged PR

Shell Scripts (Ralph Pattern)

  • workflow-ralph.sh - Main orchestrator: runs build loop, then CI and comment resolution
  • ci-ralph.sh - Autonomous CI fix loop with stuck detection (max 10 iterations)
  • comments-ralph.sh - Autonomous comment resolution with configurable wait times

Features

  • Phase Signals - XML-style signals for external script coordination
  • Progress Tracking - State file at worktree root for resume capability
  • Notification System - Logs to ~/.workflow-notifications.log for monitoring

Best for:

  • Fully autonomous feature development
  • AFK workflow execution (start and walk away)
  • CI/CD failure auto-resolution
  • PR review comment handling
  • Monitoring workflow progress remotely

Time saved: ~4 hours per feature (research → merged PR)

View full documentation →

Usage

After adding the marketplace, install any plugin:

/plugin install <plugin-name>

List installed plugins:

/plugin list

Remove a plugin:

/plugin remove <plugin-name>

Contributing

Want to add your plugin to this marketplace? Open an issue or PR at the marketplace repository.

License

MIT - See LICENSE for details

Related plugins

Browse all →