From f5-core
Implements F5 Framework workflow commands for AI-assisted development including research, innovate, design (SRS/basic/detail), plan, execute, validate phases with quality gates and Python scripts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/f5-core:f5-workflowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Command | Description |
| Command | Description |
|---|---|
/f5-research "topic" | Gather context and evidence |
/f5-innovate | Brainstorm ≥3 alternatives |
/f5-design --srs | Create SRS document |
/f5-design --basic | Create architecture design |
/f5-design --detail | Create detail design |
/f5-plan | Create implementation plan |
/f5-execute | Generate code |
/f5-validate | Multi-agent review |
/f5-workflow | Show current status |
/f5-gate <name> | Check quality gate |
See: phases/
Research → Innovate → Design (SRS → Basic → Detail) → Plan → Execute → Validate ↓ ↓ ↓ ↓ ↓ ↓ D1 D1 D2,D3 D4 G2 G3,G4
See: gates/
| Gate | Checkpoint | Requirements |
|---|---|---|
| D1 | Before Design | Evidence ≥3, Quality ≥80% |
| D2 | SRS → Basic | SRS approved + evidence |
| D3 | Basic → Detail | Basic Design approved + evidence |
| D4 | Design → Plan | All docs approved, Confidence ≥90% |
| G2 | Plan → Execute | Plan exists, Confidence ≥90% |
| G3 | Execute → Validate | Tests pass, Coverage ≥80% |
| G4 | Final | Aggregate ≥90%, 0 critical issues |
See: templates/
Document templates for:
scripts/check-gate.py - Validate gate requirementsscripts/update-status.py - Update workflow statusF5 maintains state in .claude/f5/memory/:
CONTEXT.md - Current phase, gates, confidencePLANNING.md - Architecture decisionsTASK.md - Active tasksKNOWLEDGE.md - Lessons learnednpx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-coreDefines F5 Framework core workflow phases (D1-D4, G2-G4), quality gates, behavioral modes (coding, analytical, security, etc.), and /f5-gate check commands for project status.
Guides structured feature development through a 5-phase Spec-Driven Development workflow: Brainstorm, Define, Design, Build, Ship. Manages phase transitions, templates, and document outputs.
Orchestrates all code-modifying development tasks like bug fixes, enhancements, and new features using adaptive phases for analysis, specs, TDD, implementation, and verification.