ai4pb-task-list

Convert architecture and project state into a prioritized sprint task list.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/derekhu0002/ai4pb-orchestrator --skill ai4pb-task-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai4pb-task-list
Source: https://github.com/derekhu0002/ai4pb-orchestrator/tree/main/.opencode/skills/ai4pb-task-list
Command: npx skills add https://github.com/derekhu0002/ai4pb-orchestrator --skill ai4pb-task-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill translates scattered design tasks and architecture context into a clear, prioritized sprint task list, reducing ambiguity and accelerating planning.

Core Features & Use Cases

  • Consolidated backlog: merges inputs from architecture KG and task definitions into a unified, ordered plan.
  • Status-aware prioritization: sorts tasks by status and priority to surface critical work first.
  • Collaborative planning: supports team alignment by exporting a ready-to-share task list for sprint planning.

Quick Start

Provide a prioritized, consolidated task list based on design\tasks\taskandissues_for_LLM.md and design\KG\SystemArchitecture.json, then output a single markdown file at implementation/task-list.md.

Frequently Asked Questions about ai4pb-task-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a prioritized sprint task list from architecture knowledge graphs?

Generate a prioritized sprint task list by ingesting architecture knowledge graph JSON files and design task definitions, applying deterministic scoring to produce a unified, status-aware markdown backlog. This reconciles project state with design tasks to surface critical work first.

What is status-aware prioritization for sprint planning?

Status-aware prioritization is a sorting mechanism that ranks sprint tasks by current workflow status and priority level. It ensures critical work surfaces first by applying deterministic task scoring across a consolidated backlog.

Can I merge design tasks and architecture data into a single backlog without manual sorting?

Yes, you can merge design tasks and architecture data into a single backlog automatically. The system converts SystemArchitecture.json and task markdown files into an ordered plan, applying deterministic task scoring to eliminate manual sorting.

What is the best way to map deliverables for sprint planning across different priorities?

The best way to map deliverables for sprint planning is through deterministic task scoring and status-aware sorting. This approach reconciles scattered architecture context with task definitions to output a prioritized, actionable markdown task list.

Why does my sprint backlog lack deterministic task scoring across statuses?

Your sprint backlog lacks deterministic scoring because scattered design tasks and architecture data have not been reconciled into a unified plan. Converting this context into a status-aware task list applies consistent scoring across all priorities.