aicp-ops-tasks

Manage and synchronize AICP workflow and runtime tasks via the aicp CLI.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill aicp-ops-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aicp-ops-tasks
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/aicp-ops-tasks
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill aicp-ops-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges two distinct AICP task surfaces—workflow tasks gated by the Layer B hook and per-invocation runtime tasks—providing a unified operator view and control surface.

Core Features & Use Cases

  • Manage and switch workflow tasks with aicp --task-cmd (show/list/switch/clear) to enforce stage gates and track progress.
  • Monitor runtime tasks via aicp --tasks to observe per-invocation lifecycles and recent activity.
  • Diagnose drift between state.yaml and the active task frontmatter, enabling resyncs and informed stage transitions.

Quick Start

Run aicp --task-cmd list to view tasks, then switch tasks with aicp --task-cmd switch and inspect runtime tasks with aicp --tasks.

Frequently Asked Questions about aicp-ops-tasks

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

FAQPage Schema
How do I synchronize workflow tasks and runtime tasks in AICP?

To synchronize workflow and runtime tasks in AICP, use the aicp CLI to diagnose drift between state.yaml and active task frontmatter, then apply resyncs to align task states across both surfaces.

What is the best way to switch workflow tasks using the aicp CLI?

The best way to switch workflow tasks via the aicp CLI is executing aicp --task-cmd switch, which updates the active task frontmatter to enforce stage gates and track progress across the workflow.

Why does my AICP task state drift between state.yaml and frontmatter?

AICP task state drifts between state.yaml and frontmatter when workflow stage transitions and runtime task updates occur independently, requiring a resync operation to reconcile the divergent task tracking surfaces.

Can I monitor per-invocation runtime tasks in AICP?

Yes, you can monitor per-invocation runtime tasks in AICP by running aicp --tasks, which displays per-invocation lifecycles and recent activity tracked by the in-process task manager.

How do I diagnose stage transition issues in AICP workflows?

To diagnose AICP workflow stage transition issues, use the aicp CLI to view and compare task states across the workflow backlog and runtime task manager, identifying discrepancies that block stage gates.

Do I need any external dependencies to manage AICP tasks?

No external dependencies are required to manage AICP tasks; the skill operates standalone using the aicp CLI to coordinate workflow and runtime task states without additional component installations.