Zazz Board API

Manage Zazz Board deliverables, tasks, relations, statuses, notes, and locks via zazzctl CLI.

3|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/zazzcode/zazz-skills --skill zazz-board-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Zazz Board API
Source: https://github.com/zazzcode/zazz-skills/tree/main/.agents/skills/zazz-board-api
Command: npx skills add https://github.com/zazzcode/zazz-skills --skill zazz-board-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Zazz Board API skill provides a CLI-first interface to interact with Zazz Board in service-assisted repositories, ensuring consistent, scriptable access to deliverables, tasks, relations, statuses, notes, and file locks while deferring to live OpenAPI validation when needed.

Core Features & Use Cases

  • CLI-first interface with the canonical zazzctl CLI for board operations.
  • Create/update deliverables and tasks, manage relations, read readiness, and handle file locks.
  • Optional repository extension and OpenAPI fallback to keep the contract in sync with the reference implementation.

Quick Start

Run zazzctl help to explore available commands and start interacting with the board.

Frequently Asked Questions about Zazz Board API

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

FAQPage Schema
How do I manage deliverables and tasks from the command line?

You can manage deliverables and tasks via the zazzctl CLI, which provides a command-line interface for board operations including creating, updating, and reading readiness from service-assisted repositories.

What is the best way to script board operations for developer workflows?

Scripting board operations is best handled through a CLI-first interface using zazzctl, which provides consistent scriptable access to tasks, relations, and file locks while enforcing repository contracts and validating against live API schemas.

Can I use OpenAPI as a fallback for validating board API operations?

Yes, you can use OpenAPI as a protocol fallback to validate board API operations, keeping the contract in sync with the reference implementation when the primary zazzctl CLI interface does not cover a specific operation.

Does the zazzctl CLI support file locks and task relations?

Yes, the zazzctl CLI supports file locks and task relations, allowing planners, coordinators, and workers to manage statuses, notes, and deliverables directly from service-assisted repositories.

Why use a CLI-first interface instead of direct API calls for board management?

Using a CLI-first interface for board management enforces the repository contract and provides scriptable access to tasks and locks, avoiding the inconsistency of direct API calls by validating against live API schemas when needed.

What roles benefit from using a CLI board API for service-assisted repos?

Planners, coordinators, workers, QA, and spec builders benefit from using a CLI board API, as it enables them to manage deliverables, relations, statuses, notes, and file locks consistently across service-assisted repositories.