Engage.Status banner
hypnguyen1209 hypnguyen1209

Engage.Status

Data community

Description

--- description: Show current engagement status and pipeline progress --- # /engage.status Displays the current state of the active engagement workflow. ## Usage `/engage.status` ## Output Shows: - **Engagement Info**: Client name, workflow type, start date - **Current Phase**: Active phase name and number (0-8) - **Completed Phases**: List of phases that passed gate validation - **Gate Status**: Current phase gate validation status (pass/fail/pending) - **Findings Count**: Total findings

Installation

Installs to ~/.claude/skills/hypnguyen1209-offensive-claude-engage.status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hypnguyen1209-offensive-claude-engage.status && curl -fsSL https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/commands/engage.status.md -o ~/.claude/skills/hypnguyen1209-offensive-claude-engage.status/SKILL.md

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

Full documentation available on GitHub

View Source Repository