ai4pb-weekly-report

Generate a Chinese weekly project report from architecture KG JSON data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of formal weekly project reports from architecture data to save time and improve accuracy for stakeholders.

Core Features & Use Cases

  • Generate a comprehensive weekly report in Chinese under implementation/reports from a System Architecture KG export.
  • Summarize executive objectives, progress, tasks, risks, and gaps to support decision making.
  • Use case: After exporting design KG JSON, run this skill to produce a stakeholder-ready weekly report for project reviews.

Quick Start

Provide the architecture KG JSON (design\KG\SystemArchitecture.json) and run the ai4pb-weekly-report workflow to generate the Chinese weekly report under implementation/reports.

Frequently Asked Questions about ai4pb-weekly-report

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

FAQPage Schema
How do I generate a weekly project report from architecture JSON data?▼

Generate a weekly project report by providing a System Architecture KG JSON export and running the workflow to produce a formal Chinese report summarizing executive status, progress metrics, and task analysis under implementation/reports.

Can I automate stakeholder communication from a design KG export?▼

Yes, you can automate stakeholder communication from a design KG export. The workflow extracts tasks from project_info.tasks, analyzes statuses, and outputs a stakeholder-ready report including an executive summary, task table, and risk assessment.

What is the best way to summarize project tasks and risks for weekly stakeholder reviews?▼

The best way to summarize tasks and risks is to process architecture data through an automated workflow that extracts tasks from project_info.tasks, evaluates statuses, and generates a formal report with progress metrics and a dedicated risk assessment section.

Do I need a specific architecture data format to generate a weekly report?▼

You need a System Architecture KG export in JSON format, specifically located at design/KG/SystemArchitecture.json. The workflow relies on this architecture data structure to extract project_info.tasks and generate the weekly report.

What sections are included in a weekly report generated from architecture data?▼

The weekly report includes an executive summary, progress metrics, a task table, and a risk assessment. It analyzes task statuses from the architecture JSON to provide a comprehensive Chinese report for project reviews.

Why does my weekly report workflow require a SystemArchitecture.json file?▼

The workflow requires SystemArchitecture.json because it contains the design KG export with project_info.tasks. This architecture data is essential for extracting task statuses, analyzing progress, and generating the formal weekly report output.