원클릭으로
skill-product-backlog-prioritization
Guidelines for managing and prioritizing the Product Backlog using WSJF.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines for managing and prioritizing the Product Backlog using WSJF.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | skill-product-backlog-prioritization |
| description | Guidelines for managing and prioritizing the Product Backlog using WSJF. |
| tier | 2 |
| version | 1 |
To prioritize features scientifically using Weighted Shortest Job First (WSJF).
[!IMPORTANT] FORBIDDEN ACTION: You are strictly forbidden from calculating WSJF scores manually or mentally. Humans and LLMs are bad at floating point arithmetic. Use the script.
You MUST use the provided Python script to calculate scores and sort the backlog.
Run the following command:
python3 [skill_path]/scripts/calculate_wsjf.py --file docs/PRODUCT_BACKLOG.md
Note:
[skill_path]is the path to this skill (e.g..agent/skills/skill-product-backlog-prioritization).
When adding a new item to the Backlog, you must estimate:
Formula (Handled by Script): WSJF = (UV + TC + RR) / Job Size
See examples/backlog_table_example.md for the correct table format.
The table MUST include all 4 input columns and the WSJF output column.
Use when decomposing tasks into parallel sub-tasks or spawning sub-agents. Vendor-agnostic core; load a per-vendor reference for concrete tool names, directory conventions, and invocation syntax.
Use when performing Verification-Driven Development with adversarial approach. Actively challenge assumptions and find weak spots.
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
Performance critic in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing OWASP security critique in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing security vulnerability assessment (OWASP, secrets, dependencies, IaC, LLM, API, MCP/agentic) or when "thinking like a hacker" to find exploits.