원클릭으로
f5-workflow
F5 Framework workflow commands for AI-assisted development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
F5 Framework workflow commands for AI-assisted development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Web accessibility guidelines and implementation
API design principles for REST, GraphQL, and gRPC
Software architecture patterns, principles, and best practices
Code quality practices, linting, and refactoring
F5 Framework core workflow, quality gates, and behavioral modes
Database design, SQL, NoSQL, and data management
| name | f5-workflow |
| description | F5 Framework workflow commands for AI-assisted development |
| category | core |
| allowed-tools | Read, Write, Glob, Grep, Bash |
| user-invocable | true |
| context | inject |
| 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 learned