Check Workflow banner
bybren-llc bybren-llc

Check Workflow

Productivity community

Description

--- description: Quick status check of current workflow state allowed-tools: [Read, Write, Edit, Bash, Grep, Glob] --- Perform a quick workflow health check against @CONTRIBUTING.md requirements. ## Status Checks ### 1. Git Status ```bash git status git branch --show-current ``` Verify: - Current branch follows `{{TICKET_PREFIX}}-{number}-{description}` format - No uncommitted changes (or document what's uncommitted) - Branch relationship to origin/dev ### 2. Linear Ticket Connection Ext

Installation

Installs to ~/.claude/commands/bybren-llc-safe-agentic-workflow-check-workflow.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bybren-llc/safe-agentic-workflow/HEAD/.claude/commands/check-workflow.md -o ~/.claude/commands/bybren-llc-safe-agentic-workflow-check-workflow.md

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

Full documentation available on GitHub

View Source Repository