بنقرة واحدة
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 المهني
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.
| 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.