One-click install
npx skills add https://github.com/zhang-ming-hui/ackownledge --skill project-orchestrator-zhang-ming-hui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-orchestrator
Source: https://github.com/zhang-ming-hui/ackownledge/tree/main/ir_system/.agents/skills/project-orchestrator
Command: npx skills add https://github.com/zhang-ming-hui/ackownledge --skill project-orchestrator-zhang-ming-hui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the coordination challenge of deciding what the skills retrieval project should do next, based on current state, metrics, and detected failure patterns rather than intuition.

Core Features & Use Cases

  • Iteration planning from real signals: Chooses the next task by checking dataset staleness, evaluation failures, and the largest failure bucket.
  • Clear prioritization rules: Uses a deterministic decision order to restore broken pipelines first, then target the biggest failure areas, and finally expand coverage or improve maintainability.
  • Actionable cycle brief outputs: Produces a next-task recommendation with an owner, goal, and acceptance criteria tied to repository state.

Quick Start

Use the project-orchestrator skill to produce the next iteration brief for the skills retrieval project using the latest runtime JSON reports.

Frequently Asked Questions about project-orchestrator

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

FAQPage Schema
How do I coordinate autonomous iteration planning based on evaluation failures?

Autonomous iteration planning based on evaluation failures is coordinated by reading project state, cycle reports, and failure buckets to select the next highest-value task. This ensures priorities are grounded in detected failure patterns and current repository metrics rather than intuition.

What is the best way to prioritize pipeline recovery and failure buckets in an autonomous project?

Prioritizing pipeline recovery and failure buckets in an autonomous project follows a deterministic decision order: restore broken pipelines first, then target the largest failure areas, and finally expand coverage or improve maintainability. This sequence ensures critical metrics-driven issues are resolved before optimization.

How do I generate actionable cycle briefs with an owner and measurable goals for autonomous agents?

Generating actionable cycle briefs with owners and measurable goals involves reading the latest runtime JSON reports to produce a next-task recommendation. The output includes a designated owner, a specific goal, and acceptance criteria directly tied to the current repository state for validation.

Can I use metrics-driven prioritization for long-running autonomous work without manual intervention?

Metrics-driven prioritization for long-running autonomous work operates across iterative cycles without manual intervention by continuously reading agent configuration and project state. It applies deterministic rules to evaluate dataset staleness and evaluation failures, ensuring the chosen next task always aligns with current project conditions.

Why does my autonomous work cycle lack clear ownership and validation steps for the next task?

Autonomous work cycles lack clear ownership and validation steps when they are not grounded in repo state and runtime reports. Applying an orchestrator resolves this by ensuring the chosen next task explicitly includes a clear owner, a measurable goal, and a defined validation step tied to project metrics.

Do I need runtime JSON reports to start orchestrating autonomous skill cycles?

Runtime JSON reports are required to start orchestrating autonomous skill cycles because the process depends on reading current cycle reports, metrics, and failure buckets. These inputs provide the necessary project state and evaluation signals to determine the next highest-value task accurately.