Skip to main content

f5-core

F5 Framework core workflow, quality gates, and behavioral modes

跳到安装

来源信息

仓库
Fujigo-Software/f5-framework-claude
最近来源活动
2026年2月4日 06:29
检测到的 SKILL.md 语言
英语
星标
24
分支
8

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
f5-core
description
F5 Framework core workflow, quality gates, and behavioral modes
category
core
allowed-tools
Read, Write, Glob, Grep, Bash
user-invocable
true
context
inject
auto-load
["always"]
# F5 Framework Core Skills This skill provides the foundational knowledge for F5 Framework: ## Contents - [Workflow](./workflow.md) - F5 development workflow phases - [Quality Gates](./quality-gates.md) - D1-D4 and G1-G4 gate definitions - [Behavioral Modes](./behavioral-modes.md) - strict, standard, exploratory ## Auto-load These skills are automatically loaded when F5 Framework is active. ## Quick Reference ### Workflow Phases 1. **D1**: Research Complete - Market/tech research, stakeholder interviews 2. **D2**: SRS Approved - Software Requirements Specification 3. **D3**: Basic Design Approved - System architecture, data model 4. **D4**: Detail Design Approved - Module design, API contracts 5. **G2**: Implementation Ready - Code complete, unit tests 6. **G2.5**: Verification Complete - Asset verification, visual QA 7. **G3**: Testing Complete - All tests pass, security scan 8. **G4**: Deployment Ready - Staging verified, UAT approved ### Behavioral Modes - **coding**: Code-first, minimal explanations, production-ready - **analytical**: Systematic analysis, data-driven decisions - **security**: Paranoid mode, OWASP checks, defense in depth - **debugging**: Root cause analysis, systematic diagnosis - **review**: Constructive feedback, best practices check - **planning**: Strategic thinking, phased approach - **teaching**: Step-by-step explanations, examples - **performance**: Metrics-driven optimization - **creative**: Innovative approaches, exploration ### Gate Commands ```bash /f5-gate check D1 # Check gate D1 /f5-gate check G2 # Check gate G2 /f5-gate status # Show all gates status ``` $ARGUMENTS
在 GitHub 查看