By douglance
Skill-centric SDLC. Each software lifecycle phase is a skill that routes to a specialized subagent: feasibility-analysis, requirements-gathering, planning, design, visual-design, implementation, testing, quality, maintenance, deployment, operations, documentation.
Design specialist — produces precise technical design covering interfaces, contracts, file structure, and trade-offs. Use to settle how a non-trivial change will be built.
Implementation specialist — builds production code test-first with incremental delivery. Use when code must be written, a feature built, or a bug fixed.
Graphic designer — designs and verifies the user-facing surface: layout, visual hierarchy, composition, states, and accessibility. Use for any UI/visual work, and to confirm a rendered change actually looks right.
Maintenance specialist — removes dead code, simplifies, and reduces complexity without changing behavior. Use for cleanup and refactors.
Requirements specialist — interrogates and falsifies requirements relentlessly, turning a vague request into a clear, scoped spec. Use when a request is ambiguous, high-blast-radius, or hard to reverse.
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
Start here to ship built-and-tested code to its target safely — release steps, rollout, smoke checks, and rollback.
Start here to settle how a non-trivial change will be built — interfaces, contracts, file-level structure, and trade-offs.
Remove AI-generated code slop and clean up code style
Uses power tools
Uses Bash, Write, or Edit tools
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.
A skill-centric software-delivery lifecycle. Each lifecycle phase is a skill that routes to a specialized subagent; the Claude Code harness orchestrates the subagents.
The phases:
This repo doubles as a marketplace for both Claude Code and Codex CLI. The skills
live once, at plugins/sdlc/skills/; each toolchain's manifest points at them.
claude plugin marketplace add douglance/sdlc-plugin
claude plugin install sdlc@sdlc-marketplace
Or load it for one session only: claude --plugin-dir <repo-path>.
Manage with claude plugin list | disable sdlc | update sdlc.
codex plugin marketplace add douglance/sdlc-plugin
codex plugin add sdlc@sdlc-marketplace
Manage with codex plugin list | remove sdlc.
Both forms also accept a local path instead of douglance/sdlc-plugin.
The 26 lifecycle skills install and trigger by description on both toolchains.
The agents (agents/*.md) and the skill→subagent auto-routing (context: fork /
agent: frontmatter) are Claude Code features — Codex reads the skills as
description-triggered guidance, and spawns subagents only when explicitly asked.
Query your Claude Code history with SQL. Analyze conversations, commits, and productivity patterns.
Screenshot annotation tool that bridges human visual thinking with AI comprehension
LLM protection hook - blocks secrets, dangerous commands, and data exfiltration
npx claudepluginhub douglance/sdlc-plugin --plugin sdlcA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.