Skip to content
OpenSmartRoute
Skillv1.0.0

sdlc

Software Development Lifecycle enforcement including stage transitions, Definition of Done validation, rework rules, and lifecycle governance.

by ReaperOAK(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ReaperOAK/ForgeOS (.claude/skills/sdlc/SKILL.md). Install upstream with npx skills add ReaperOAK/ForgeOS --skill sdlc. Copyright stays with the author.

Overview

Software Development Lifecycle enforcement including stage transitions, Definition of Done validation, rework rules, and lifecycle governance.

SDLC Enforcement

When to Use

  • Validating ticket stage transitions
  • Enforcing Definition of Done (DoD)
  • Managing rework cycles
  • Governing the SDLC pipeline

Definition of Done (10 Items)

  1. All acceptance criteria implemented
  2. Tests written (≥80% coverage for new code)
  3. Lint passes (zero errors, zero warnings)
  4. Type checks pass
  5. CI passes
  6. Docs updated (JSDoc/TSDoc, README if applicable)
  7. Validator independently reviewed
  8. No console errors (structured logger only)
  9. No unhandled promises
  10. No TODO comments in code

Rework Rules

  • Maximum 3 combined rework attempts per ticket
  • After 3 reworks → ESCALATED to human
  • Rework re-enters at implementation stage with rejection evidence

Resources

See the references/ directory for:

  • Stage transition guards
  • DoD validation checklist
  • Rework handling procedures

Rules

  • Follow the conventions defined in this skill
  • Apply these patterns consistently across all relevant code

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/reaperoak-forgeos-sdlc/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

reaperoak-forgeos-sdlc.ocm.jsonjson
{
  "ocm": "1",
  "id": "reaperoak-forgeos-sdlc",
  "kind": "skill",
  "name": "sdlc",
  "description": "Software Development Lifecycle enforcement including stage transitions, Definition of Done validation, rework rules, and lifecycle governance.",
  "publisher": "ReaperOAK",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "sdlc",
      "lifecycle",
      "governance",
      "definition-of-done",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Software Development Lifecycle enforcement including stage transitions, Definition of Done validation, rework rules, and lifecycle governance."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/ReaperOAK/ForgeOS",
      "path": ".claude/skills/sdlc/SKILL.md",
      "ref": "419c876714000b1f719ff722c0fee576421b4d0a",
      "url": "https://github.com/ReaperOAK/ForgeOS/blob/419c876714000b1f719ff722c0fee576421b4d0a/.claude/skills/sdlc/SKILL.md",
      "key": "ReaperOAK/ForgeOS/.claude/skills/sdlc/SKILL.md"
    }
  },
  "instructions": "## Overview\n\nSoftware Development Lifecycle enforcement including stage transitions, Definition of Done validation, rework rules, and lifecycle governance.\n\n\n# SDLC Enforcement\n\n## When to Use\n- Validating ticket stage transitions\n- Enforcing Definition of Done (DoD)\n- Managing rework cycles\n- Governing the SDLC pipeline\n\n## Definition of Done (10 Items)\n1. All acceptance criteria implemented\n2. Tests written (≥80% coverage for new code)\n3. Lint passes (zero errors, zero warnings)\n4. Type checks pass\n5. CI passes\n6. Docs updated (JSDoc/TSDoc, README if applicable)\n7. Validator independently re",
  "cost": {
    "context_tokens": 282
  }
}

Fetch it by URL: GET /api/v1/registry/reaperoak-forgeos-sdlc/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.