FootprintAI

Open Sdlc Skills — DevOps skill for Claude Code

DevOps community

A software team as Claude Code agent skills — PM, Architect, Project Manager, Sprint Master, Engineer, QA, Reviewer, DevOps, Release Manager.

How to install Open Sdlc Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open FootprintAI/open-sdlc-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Open Sdlc Skills does

A software team as Claude Code agent skills — PM, Architect, Project Manager, Sprint Master, Engineer, QA, Reviewer, DevOps, Release Manager. Covers the full SDLC and software quality management flow, coordinated through GitHub issues and committed markdown.

Alternatives in DevOps

  • Ship Release — Systematic release workflow for RTK: build verification, version bump, changelog update, git tag, and push to 11.9k ★
  • Helm Conductor — Use the @helm-conductor agent to orchestrate the engineering cycle — sequence features, decide what to work on 523 ★
  • MCP SSH Manager — MCP SSH Server: 37 tools for remote SSH management Claude Code & OpenAI Codex DevOps automation, backups, data 460 ★

README

open-sdlc-skills

A software team as [Claude Code agent skills](https://docs.claude.com/en/docs/claude-code) — Product Manager, Software Architect, Project Manager, Scrum Master, Software Engineer, QA Tester, Code Reviewer, DevOps, and Release Manager.

Each skill is one role with its own principles, deliverables, and guardrails. Together they cover the whole software delivery lifecycle — from "someone has a problem" to a tagged, deployed, e2e-proven release — and the whole **software quality management** flow inside it: unit tests, integration tests, batched verification against the deployed version, e2e proof, defect reporting, and code review, each with an explicit evidence gate.

The roles coordinate the way a real team does: through **GitHub issues and PRs**, and **markdown docs committed in your repo**. There is no hidden state, no database, no service to run. If you delete every skill tomorrow, the artifacts they produced are still there and still readable.

Built and used daily by [FootprintAI](https://github.com/FootprintAI) — these are the skills our own team ships with, not a demo. Licensed under [Apache 2.0](LICENSE); no account, service, or vendor required to run any of them.

Roles

Role Skill What it does
Product Manager `/product-define` Turns a raw idea or user problem into a PRD: problem with evidence, target user, success metrics, MVP scope, and P0 user stories with testable acceptance criteria. Ruthlessly cuts to the smallest thing worth shipping, then hands the stories off as GitHub issues.
Software Architect `/architect-design` Designs (or reviews) the technical solution. Opinionated stack — Docker, protobuf/gRPC + grpc-gateway, Next.js/React/Tailwind — across three sanctioned languages picked per component and justified in the doc: Go for services and CLIs, Python for ML/data (where the ecosystem is the reason), **TypeScript