/f5-help
Smart contextual help - shows what to do next based on current state
$ npx -y skills add Fujigo-Software/f5-framework-claude --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/f5-help
Context preview
What this command does when you run it.
Smart contextual help - shows what to do next based on current state
Command definition
f5-help.mddescription: "Smart contextual help - shows what to do next based on current state"
argument-hint: "[topic] or \"task description\""
F5 Help - Smart Contextual Assistant
Usage
/f5-help # Show status + next actions
/f5-help --quickstart # 5-minute getting started
/f5-help --next # Single next action
/f5-help --resume # Resume previous session
/f5-help --stuck # Troubleshooting help
/f5-help "task description" # Specific task guidance
/f5-help <topic> # Topic help (gates, workflow, commands, agents)
Context Detection
First, analyze current state by checking:
1. Project Initialization
# Check if F5 is initialized
ls -la .f5/ 2>/dev/null
If .f5/ doesn't exist โ Project not initialized
2. Current Gate & Workflow
# Read current state
cat .f5/manifest.yaml 2>/dev/null
cat .f5/gates-status.yaml 2>/dev/null
cat .f5/session.yaml 2>/dev/null
3. Recent Activity
# Check recent file changes
git status --short 2>/dev/null | head -10
# Check session file if exists
cat .f5/session.json 2>/dev/null
Response Format
For No Arguments (Default)
๐ Current Status:
Project: [initialized/not initialized]
Workflow: [workflow name or "none"]
Phase: [X/Y (phase name)]
Gate: [gate ID (gate name)]
Mode: [mode] | Persona: [persona]
โ
Completed (this phase):
โข [completed item 1]
โข [completed item 2]
๐ Next Actions:
1. [action 1 with command]
2. [action 2 with command]
3. [action 3 with command]
๐ฏ Suggested Command:
[most appropriate next command with example]
๐ก Tips:
โข [relevant tip 1]
โข [relevant tip 2]
For --quickstart
Provide 5-minute getting started guide:
๐ F5 Framework - 5 Minute Quickstart
F5 Framework is an AI-powered development toolkit that guides you through
documentation-first development with quality gates (D1-D4, G2-G4).
๐ Step 1: Initialize (30 seconds)
/f5-init
This creates .f5/ configuration and sets up quality gates.
๐ Step 2: Load Workflow (30 seconds)
/f5-load
Auto-detects your stack and asks 2 questions:
โข Starting point (requirements/basic-design/detail-design)
โข Project type (poc/mvp/production)
๐ Step 3: Check Status (10 seconds)
/f5-status
Shows current gate, pending items, and progress.
๐ Step 4: Start Working
Based on your gate:
โข D1-D2: /f5-research, /f5-ba
โข D3-D4: /f5-design, /f5-spec
โข G2: /f5-implement
โข G3: /f5-test
๐ Step 5: Get Help Anytime
/f5-help # What to do next
/f5-help --stuck # Troubleshooting
/f5-help "your task" # Task-specific guidance
โฑ๏ธ Total setup time: ~2 minutes
๐ฏ You're ready to go!
For --next
Single most important next action:
๐ฏ Next Action:
[command with full example]
Why: [brief explanation]
For --resume
๐ Session Resume
๐ Last Session:
Date: [timestamp from .f5/session.json]
Task: [what was being worked on]
Progress: [X% or description]
๐ Uncommitted Changes:
[list from git status]
๐ฏ Continue With:
[suggested command to continue]
๐ก Or: /f5-help --next for fresh start
For --stuck
๐ง Troubleshooting
๐ Current State:
[detected state]
โ Common Issues at This Stage:
1. [issue 1] โ [solution]
2. [issue 2] โ [solution]
๐ Diagnostics:
โข Gate status: [status]
โข Recent errors: [if any]
โข Missing requirements: [if any]
๐ก Try:
[specific command to resolve]
๐ Still stuck?
Describe your issue: /f5-help "your problem description"
For Specific Task ("task description")
๐ Task: [parsed task]
๐ฏ Recommended Approach:
[Step-by-step with commands]
๐ Current Context:
Gate: [relevant gate]
Fits: [yes/no with explanation]
๐ก Related Commands:
[related commands]
For Topics
Topics: gates, workflow, commands, agents, skills, modes
Topic: gates
๐ F5 Quality Gates
Design Gates (Documentation):
D1 - Research & Discovery : Evidence โฅ3, Quality โฅ80%
D2 - Requirements (SRS) : SRS exists + Customer approval
D3 - Basic Design : Architecture + Customer approval
D4 - Detail Design : All docs + Confidence โฅ90%
Implementation Gates:
G2 - Implementation Ready : Code complete + Review passed
G2.5 - Verification Complete: Assets + Integration + Visual QA
G3 - Testing Complete : Coverage โฅ80% + Visual regression
G4 - Deployment Ready : All gates passed
Commands:
/f5-gate status # Check current gate
/f5-gate check D3 # Check specific gate
/f5-gate advance # Move to next gate
Topic: workflow
๐ F5 Workflows
Available Workflows:
mvp - Fast startup (1-3 months) D1โG3
greenfield - New enterprise (3-6 months) D1โG4
poc - Quick prototype (2-4 weeks) D1โG2
feature - Adding features (1-4 weeks) D3โG3
maintenance - Bug fixes (1-5 days) G2โG3
Commands:
/f5-load # Auto-detect + load
/f5-workflow load mvp # Load specific workflow
/f5-workflow help # Workflow guidance
Topic: commands
๐ F5 Commands (48 Active)
Core:
/f5-init Initialize project
/f5-load Load workflow + detect stack
/f5-status Show current state
/f5-help Contextual help (this command)
Development:
/f5-implement Feature implementation
/f5-design Generate designs
/f5-test Run tests
/f5-review Code review
Stack:
/f5-backend Backend development
/f5-web Frontend development
/f5-db Database management
/f5-infra Infrastructure
Management:
/f5-gate Quality gates
/f5-agent AI agents
/f5-ctx Context management
/f5-team Team collaboration
Full list: /f5-status commands
Topic: agents
๐ค F5 AI Agents (16 Specialists)
Architecture:
@f5:architect System design, patterns
@f5:uia
Read more
description: "Smart contextual help - shows what to do next based on current state" argument-hint: "[topic] or \"task description\""
F5 Help - Smart Contextual Assistant
Usage
/f5-help # Show status + next actions /f5-help --quickstart # 5-minute getting started /f5-help --next # Single next action /f5-help --resume # Resume previous session /f5-help --stuck # Troubleshooting help /f5-help "task description" # Specific task guidance /f5-help <topic> # Topic help (gates, workflow, commands, agents)
Context Detection
First, analyze current state by checking:
1. Project Initialization
# Check if F5 is initialized ls -la .f5/ 2>/dev/null
If .f5/ doesn't exist โ Project not initialized
2. Current Gate & Workflow
# Read current state cat .f5/manifest.yaml 2>/dev/null cat .f5/gates-status.yaml 2>/dev/null cat .f5/session.yaml 2>/dev/null
3. Recent Activity
# Check recent file changes git status --short 2>/dev/null | head -10 # Check session file if exists cat .f5/session.json 2>/dev/null
Response Format
For No Arguments (Default)
๐ Current Status: Project: [initialized/not initialized] Workflow: [workflow name or "none"] Phase: [X/Y (phase name)] Gate: [gate ID (gate name)] Mode: [mode] | Persona: [persona] โ Completed (this phase): โข [completed item 1] โข [completed item 2] ๐ Next Actions: 1. [action 1 with command] 2. [action 2 with command] 3. [action 3 with command] ๐ฏ Suggested Command: [most appropriate next command with example] ๐ก Tips: โข [relevant tip 1] โข [relevant tip 2]
For --quickstart
Provide 5-minute getting started guide:
๐ F5 Framework - 5 Minute Quickstart F5 Framework is an AI-powered development toolkit that guides you through documentation-first development with quality gates (D1-D4, G2-G4). ๐ Step 1: Initialize (30 seconds) /f5-init This creates .f5/ configuration and sets up quality gates. ๐ Step 2: Load Workflow (30 seconds) /f5-load Auto-detects your stack and asks 2 questions: โข Starting point (requirements/basic-design/detail-design) โข Project type (poc/mvp/production) ๐ Step 3: Check Status (10 seconds) /f5-status Shows current gate, pending items, and progress. ๐ Step 4: Start Working Based on your gate: โข D1-D2: /f5-research, /f5-ba โข D3-D4: /f5-design, /f5-spec โข G2: /f5-implement โข G3: /f5-test ๐ Step 5: Get Help Anytime /f5-help # What to do next /f5-help --stuck # Troubleshooting /f5-help "your task" # Task-specific guidance โฑ๏ธ Total setup time: ~2 minutes ๐ฏ You're ready to go!
For --next
Single most important next action:
๐ฏ Next Action: [command with full example] Why: [brief explanation]
For --resume
๐ Session Resume ๐ Last Session: Date: [timestamp from .f5/session.json] Task: [what was being worked on] Progress: [X% or description] ๐ Uncommitted Changes: [list from git status] ๐ฏ Continue With: [suggested command to continue] ๐ก Or: /f5-help --next for fresh start
For --stuck
๐ง Troubleshooting ๐ Current State: [detected state] โ Common Issues at This Stage: 1. [issue 1] โ [solution] 2. [issue 2] โ [solution] ๐ Diagnostics: โข Gate status: [status] โข Recent errors: [if any] โข Missing requirements: [if any] ๐ก Try: [specific command to resolve] ๐ Still stuck? Describe your issue: /f5-help "your problem description"
For Specific Task ("task description")
๐ Task: [parsed task] ๐ฏ Recommended Approach: [Step-by-step with commands] ๐ Current Context: Gate: [relevant gate] Fits: [yes/no with explanation] ๐ก Related Commands: [related commands]
For Topics
Topics: gates, workflow, commands, agents, skills, modes
Topic: gates
๐ F5 Quality Gates Design Gates (Documentation): D1 - Research & Discovery : Evidence โฅ3, Quality โฅ80% D2 - Requirements (SRS) : SRS exists + Customer approval D3 - Basic Design : Architecture + Customer approval D4 - Detail Design : All docs + Confidence โฅ90% Implementation Gates: G2 - Implementation Ready : Code complete + Review passed G2.5 - Verification Complete: Assets + Integration + Visual QA G3 - Testing Complete : Coverage โฅ80% + Visual regression G4 - Deployment Ready : All gates passed Commands: /f5-gate status # Check current gate /f5-gate check D3 # Check specific gate /f5-gate advance # Move to next gate
Topic: workflow
๐ F5 Workflows Available Workflows: mvp - Fast startup (1-3 months) D1โG3 greenfield - New enterprise (3-6 months) D1โG4 poc - Quick prototype (2-4 weeks) D1โG2 feature - Adding features (1-4 weeks) D3โG3 maintenance - Bug fixes (1-5 days) G2โG3 Commands: /f5-load # Auto-detect + load /f5-workflow load mvp # Load specific workflow /f5-workflow help # Workflow guidance
Topic: commands
๐ F5 Commands (48 Active) Core: /f5-init Initialize project /f5-load Load workflow + detect stack /f5-status Show current state /f5-help Contextual help (this command) Development: /f5-implement Feature implementation /f5-design Generate designs /f5-test Run tests /f5-review Code review Stack: /f5-backend Backend development /f5-web Frontend development /f5-db Database management /f5-infra Infrastructure Management: /f5-gate Quality gates /f5-agent AI agents /f5-ctx Context management /f5-team Team collaboration Full list: /f5-status commands
Topic: agents
๐ค F5 AI Agents (16 Specialists) Architecture: @f5:architect System design, patterns @f5:uia
AI-Powered Development Framework for Claude Code
Repo: Fujigo-Software/f5-framework-claude
Other commands on f5-framework.
- /f5-agent
Manage AI agents, personas, and get smart suggestions
Open command - /f5-analytics
View project analytics and metrics
Open command - /f5-ba
Business analysis workflow
Open command - /f5-backend
Backend development commands
Open command - /f5-checkpoint
[DEPRECATED] Use /f5-ctx checkpoint
Open command - /f5-classify
Classify input files by type using content-first analysis, detect gaps, and generate coverage declaration
Open command

