MCKRUZ

Sdlc Phase Report — Development skill for Claude Code

Development community

/sdlc-phase-report — Generate Phase HTML Report.

How to install Sdlc Phase Report

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

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

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

What Sdlc Phase Report does

/sdlc-phase-report — Generate Phase HTML Report

Render all artifacts for the current (or specified) phase into a self-contained HTML report for stakeholder review.

Instructions

  1. **Locate state file:** Look for `.sdlc/state.yaml` in the current project directory. If not found, tell the user to run `/sdlc-setup` first.

  2. **Determine target phase:**

    • No argument → use current_phase from state file
    • Phase-id argument (e.g., /sdlc-phase-report 2) → use that phase id
    • Valid

Alternatives in Development

  • Web Artifacts Builder — Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui 94.1k ★
  • HTML Report — /html-report - Generate Application Tracker Dashboard 36.6k ★
  • HTML Ppt Skill — HTML PPT Studio — AgentSkill with 24 themes, 31 layouts, 20+ animations for building professional HTML present 8.1k ★

Full documentation available on GitHub

View Source Repository