agent-sdlc
v0.1.0Skills, slash commands, rules and a diff-scoped mutation gate for a ticket-to-PR software development lifecycle.
By Pavel GuzenfeldLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agent-sdlc for Codex and Claude Code
codex plugin marketplace add PavelGuzenfeld/agent-sdlc
codex plugin marketplace upgrade agent-sdlc
codex plugin add agent-sdlc@agent-sdlcPaste and run these commands in a terminal with Codex. They add and refresh the agent-sdlc catalog, then install this plugin.
Compatibility: the page URL and API slug “agent-sdlc” remain stable.
- Codex:
agent-sdlc@agent-plugin-marketplace→agent-sdlc@agent-sdlc
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/PavelGuzenfeld/agent-sdlcClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/blind/SKILL.md├── skills/diagnose/SKILL.md├── skills/land/SKILL.md├── skills/ps/SKILL.md├── skills/simplify/SKILL.md├── skills/sol-budget/SKILL.md├── skills/upstream/SKILL.md├── skills/verify-generated-diff/SKILL.md├── skills/wizard/SKILL.md└── skills/writing-for-agents/SKILL.md
Included Skills10
Two-pass blind vs informed hypothesis test; the difference between the rankings is the finding.
Diagnose something broken, hanging, flaky, or slower than before — or a bug that already resisted one fix. Builds a red feedback loop before ranking hypotheses. Skip when the cause is already visible.
Deploy the current work into Docker for system testing. Use when asked to land, deploy, or bring up the change, or to see it working in the real app rather than in tests.
Park a tangential idea mid-task and return immediately. Use when the user says p.s., "remind me later," or "note that down," or raises an aside worth keeping that would derail the current work.
Over-engineering review: reports what to delete from a diff or repo.
Speed-of-light performance budgeting for a hot path. Use to optimize, profile, or benchmark a stage; when asked if it's fast enough; on a slow frame-rate, latency, or throughput report; or when a diff touches perf/budget.md.
Decide where a feature belongs: our tree, the dependency, or both, in order.
Verify a diff whose tests were written alongside it, so tests can't be trusted as spec. Use to review, audit, or sanity-check AI-generated code, when tests pass but aren't trusted, or a diff is too large or unfamiliar to read.
Generate a bash wizard for a step only a human can perform — credentials, hardware, or a migration. Reach for it the moment you hit one. Skip anything the agent can do.
Writing documents for agents, fires when creating or editing a skill, command, rule, CLAUDE.md, or a memory file.
Plugin manifests2
{
"name": "agent-sdlc",
"version": "0.1.0",
"description": "Skills, slash commands, rules and a diff-scoped mutation gate for a ticket-to-PR software development lifecycle.",
"author": {
"name": "Pavel Guzenfeld",
"url": "https://github.com/PavelGuzenfeld"
},
"homepage": "https://github.com/PavelGuzenfeld/agent-sdlc",
"repository": "https://github.com/PavelGuzenfeld/agent-sdlc",
"license": "MIT",
"keywords": [
"claude-code",
"codex",
"agent-config",
"mutation-testing"
],
"skills": "./skills/",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Agent SDLC",
"shortDescription": "Ticket-to-PR agent config: skills, commands, rules, mutation gate",
"longDescription": "Installs a full software development lifecycle as agent config: skills for diagnosing, landing and reviewing changes, slash commands for the kata/done/grill workflow, rules for diff discipline and testing, and a diff-scoped mutation gate wired into commit and Stop hooks.",
"developerName": "Pavel Guzenfeld",
"category": "Productivity",
"capabilities": [
"Skills",
"Hooks"
],
"websiteURL": "https://github.com/PavelGuzenfeld/agent-sdlc"
}
}{
"name": "agent-sdlc",
"version": "0.1.0",
"description": "Skills, slash commands, rules and a diff-scoped mutation gate for a ticket-to-PR software development lifecycle.",
"author": {
"name": "Pavel Guzenfeld",
"url": "https://github.com/PavelGuzenfeld"
},
"homepage": "https://github.com/PavelGuzenfeld/agent-sdlc",
"repository": "https://github.com/PavelGuzenfeld/agent-sdlc",
"license": "MIT",
"commands": "./commands/",
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-sdlc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-sdlc)