ai4pb-task-support

Reconcile architecture KG data with task inputs and generate per-task implementation briefs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides structured execution readiness and task-level guidance within a SCRUM-driven workflow, enabling AI-assisted alignment between architecture knowledge graphs and task execution context.

Core Features & Use Cases

  • Reconcile tasks with architecture KG
  • Generate per-task implementation briefs
  • Ensure traceability from KG to execution steps
  • Support integration with design KG and SystemArchitecture.json

Quick Start

Query and reconcile design/tasks/taskandissues_for_LLM.md and design/KG/SystemArchitecture.json, then output per-task implementation briefs into implementation/taskhelpinfos.

Frequently Asked Questions about ai4pb-task-support

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

FAQPage Schema
How do I generate per-task implementation briefs from an architecture knowledge graph?

To generate per-task implementation briefs, bridge the gap between architecture knowledge graphs and task execution inputs by reconciling SystemArchitecture.json with task metadata to output actionable guidance for downstream LLM consumption.

How does task reconciliation handle conflicting sources in a SCRUM workflow?

Task reconciliation resolves conflicting sources by cross-referencing architectural KG metadata against SCRUM task lists, ensuring traceability and consistency from knowledge graph elements to execution steps.

Can I use architecture knowledge graphs to align SCRUM task execution with system design?

Yes, you can align SCRUM task execution with system design by querying the architecture knowledge graph to map task IDs and relationships, producing structured implementation briefs for execution readiness.

What is the best way to parse SystemArchitecture.json for downstream LLM task consumption?

Parsing SystemArchitecture.json for LLM consumption involves extracting architecture element metadata and task contexts, then formatting them into precise implementation briefs stored within the implementation taskhelpinfos directory.

Do I need specific dependencies to bridge architectural KG data and task execution inputs?

No specific dependencies are required to bridge architectural KG data and task execution inputs; the process relies on querying existing design knowledge graphs and SystemArchitecture.json files to produce structured task briefs.

Why does my architecture knowledge graph task traceability fail during SCRUM execution?

Architecture knowledge graph task traceability fails during execution when conflicting sources are not reconciled, preventing accurate mapping of task IDs and relationships to actionable implementation briefs.