MCKRUZ

Sdlc Refresh — Testing skill for Claude Code

Testing community

/sdlc-refresh — Back-Propagate a Built Spec into Its Upstream Artifacts.

How to install Sdlc Refresh

Installs to ~/.claude/skills/mckruz-claude-code-sdlc-sdlc-refresh/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mckruz-claude-code-sdlc-sdlc-refresh && curl -fsSL https://raw.githubusercontent.com/MCKRUZ/claude-code-sdlc/HEAD/commands/sdlc-refresh.md -o ~/.claude/skills/mckruz-claude-code-sdlc-sdlc-refresh/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sdlc Refresh does

/sdlc-refresh — Back-Propagate a Built Spec into Its Upstream Artifacts

Traceability normally flows forward (requirement → spec → code). This command runs it **backward**: when a spec merges, it surfaces the pre-Build artifacts that spec implies an edit to — `requirements.md`, `epics.md`, `feature-brief.md`, `business-rules.md` — so they stop silently drifting from what actually shipped. It reads as `/sdlc-revise` **inverted**: instead of you changing one artifact and rippling forward, a merg

Alternatives in Testing

  • OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★
  • Spec Sync — Sync nlpm's convention overlays with the latest official Claude Code / Codex / Antigravity specs — research up 131 ★
  • Solve — QA: solve levels 0 through N by creating minimum passing artifacts 92 ★

Full documentation available on GitHub

View Source Repository