01-notice

Register new processes in the meta-kanban workflow by creating Trello cards and process folders.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jrhicks/skills --skill 01-notice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 01-notice
Source: https://github.com/jrhicks/skills/tree/main/.claude/skills/meta-kanban/workflow/01-notice
Command: npx skills add https://github.com/jrhicks/skills --skill 01-notice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires trello_api.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new processes within the meta-kanban system, ensuring efficient tracking and management of workflows.

Core Features & Use Cases

  • Process Registration: Quickly add new processes to the meta-kanban board.
  • Automated Trello Card Creation: Generates a Trello card for each new process.
  • Scope Definition: Allows for global or project-specific process scope.
  • Use Case: When a new feature development pipeline is conceived, use this Skill to register it, assign it a label, and place it in the 'noticed' stage on the meta-kanban board.

Quick Start

Register a new process named 'android-inspectpro-review' as a feeder process for the project scope.

Frequently Asked Questions about 01-notice

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

FAQPage Schema
How do I register new processes on a Trello kanban board automatically?

To register new processes on a Trello kanban board, this Skill creates Trello cards and corresponding folders. It validates process existence and places new workflows in the 'noticed' stage for tracking.

How do I automate Trello card creation for new workflow pipelines?

Automating Trello card creation for new workflows involves defining the process scope as global or project-specific. The system then infers labels like 'feeder' or 'direct-output' based on the process function automatically.

What is a meta-kanban workflow and when do I need it for process management?

A meta-kanban workflow is a process management system that tracks other workflows on a single board. You need it when streamlining the creation of new processes to ensure efficient tracking and management of pipelines.

Do I need a Trello API dependency to set up project-specific process registration?

Yes, you need the Trello API dependency to set up project-specific process registration. The Skill relies on trello_api.py to validate process existence and generate cards for global or project-specific scopes.

What's the difference between 'feeder' and 'direct-output' labels in process management?

In process management, 'feeder' and 'direct-output' labels distinguish how a process functions within the workflow. The Skill infers these labels automatically based on the specific function of the registered process.

Why does my process registration fail during meta-kanban board setup?

Process registration fails during meta-kanban setup if the process already exists. The Skill validates process existence before proceeding and prompts for necessary details to prevent duplicate workflow entries.