board-create

Create Kanban board tasks with title, priority, labels, and blocked_by metadata.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/clenisa/optimal-cli --skill board-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: board-create
Source: https://github.com/clenisa/optimal-cli/tree/main/skills/board-create
Command: npx skills add https://github.com/clenisa/optimal-cli --skill board-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and tracking tasks on a Kanban board can be repetitive and error-prone when done manually. board-create automates the creation of new tasks with consistent structure and metadata.

Core Features & Use Cases

  • Create new kanban tasks with a title and optional description, priority, labels, and dependencies.
  • Associate tasks with a project slug and specify visibility through blocked_by and other fields.
  • Use the underlying lib/board/index.ts createTask function to ensure tasks are stored with a consistent schema.

Quick Start

Create a new task titled Design login flow with priority 2 for product-alpha.

Frequently Asked Questions about board-create

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

FAQPage Schema
How do I automate creating kanban tasks for project management?▼

Automating kanban task creation involves defining a task with a title, description, priority, labels, and dependencies. The board-create skill structures this data and stores it on a project board using a consistent schema.

What metadata can I assign to a kanban task when automating task creation?▼

When automating task creation, you can assign a title, optional description, priority level, labels, and blocked_by dependencies. This metadata ensures tasks are tracked with consistent structure on the project board.

Do I need a Supabase environment to create kanban tasks automatically?▼

Yes, creating kanban tasks automatically requires setting OPTIMAL_SUPABASE_URL and OPTIMAL_SUPABASE_SERVICE_KEY environment variables. These credentials connect the workflow to the database storing the project board.

Can I set task dependencies and priority when adding a task to a kanban board?▼

Yes, you can set task dependencies and priority when adding a task to a kanban board. The creation process accepts priority levels and blocked_by metadata to define relationships between tasks.

Why use an automated skill for project management task creation instead of manual entry?▼

Automated task creation prevents repetitive manual entry errors by enforcing a consistent schema. It ensures every kanban task includes proper priority, labels, and dependency metadata for reliable project tracking.