check-workflow-status
Check current workflow state and progress
What this skill does
# Workflow Status Command Show current workflow state, progress, and next steps. ## Process ### 1. Read Workflow State Check `.claude/workflow/current.json` for active workflow. ### 2. Display Summary ``` ═══════════════════════════════════════ 📊 Workflow Status ═══════════════════════════════════════ Feature: payment-processing Block: B (Spec Change + TDD) Phase: Testing (3/5 tests passing) Started: 2 hours ago Progress: ✅ Spec change created ✅ Test cases generated (12 total) ✅ Implementation plan created 🔄 TDD implementation (60% complete) ⏳ Validation pending Tasks: ✅ 15 completed 🔄 3 in progress ⏳ 2 pending ━━━━━━━━━━━━━━━━━━━━━━━━ 75% Next Steps: 1. Fix failing tests (2 remaining) 2. Complete refactoring phase 3. Run full test suite 4. Deploy to staging Integrations: ✓ task-management (tracking 20 tasks) ✓ tdd-workflow (active) ✓ OpenSpec (using openspec/ structure) ``` ### 3. Verbose Mode (if --verbose) **Show additional details:** - Full task list with status - Test results breakdown - Files modified - Commits made - Time spent per phase ## No Active Workflow If no workflow active: ``` No active workflow To start a new workflow: /workflow:start-development-workflow "your requirement" Or use specific blocks: /workflow:create-workflow-spec create "feature" (Stage A) /workflow:plan-simple-workflow "task" (Stage C) ``` ## Example Output ### Stage A in Progress ``` Feature: multi-tenant-architecture Block: A (Spec + Meta-Validation) Phase: Meta-testing Started: 30 minutes ago Progress: ✅ Research completed ✅ Initial spec created 🔄 Meta-testing in progress ✅ PoC Test 1: Database isolation ✅ PoC Test 2: Tenant switching ⏳ Manual Q: Scaling strategy ⏳ Spec iteration pending ⏳ Finalization pending Next: Answer scaling questions, iterate spec ``` ### Stage B in Progress ``` Feature: email-notifications Block: B (Spec Change + TDD) Phase: Implementation Started: 1 hour ago Progress: ✅ Spec change created ✅ Test cases generated (8) ✅ Plan created (12 steps) 🔄 TDD implementation ✅ RED: 8/8 tests failing 🔄 GREEN: 6/8 tests passing ⏳ REFACTOR pending Tasks: 12 total ✅ 8 completed | 🔄 2 in progress | ⏳ 2 pending Next: Fix 2 failing tests, then refactor ``` ### Stage C in Progress ``` Feature: fix-login-button Block: C (Simple Planning) Phase: Implementation Started: 15 minutes ago Progress: ✅ Plan created (4 steps) ✅ Tasks created (4) 🔄 Implementation in progress Tasks: 4 total ✅ 3 completed | 🔄 1 in progress Next: Complete final task, test, done! ``` ## Implementation Notes **Read state from:** - `.claude/workflow/current.json` (workflow state) - `.claude/tasks/` (task-management integration) - TodoWrite state (built-in tasks) - Git log (commits since workflow start) **Calculate progress:** - Phase completion - Task completion percentage - Test pass rate - Time estimates **Format for clarity:** - Use emoji indicators (✅🔄⏳❌) - Show progress bars - Highlight next steps - Color code by priority (if terminal supports)
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.