expedition

Allocate atomic expedition IDs and create standardized Markdown kanban files.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/hankh95/yurtle-kanban --skill expedition
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expedition
Source: https://github.com/hankh95/yurtle-kanban/tree/main/skills/expedition
Command: npx skills add https://github.com/hankh95/yurtle-kanban --skill expedition

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams reliably create new expeditions in the kanban system by ensuring unique IDs and standardized templates, preventing conflicts in multi-agent environments.

Core Features & Use Cases

  • Atomic ID allocation: Reserve the next expedition ID before creating artifacts.
  • Standardized templates: Generate a ready-to-edit Markdown expedition file with consistent metadata and structure.
  • Immediate collaboration safety: Push changes promptly to Git to avoid conflicts with parallel work.
  • Workflow integration: Integrates with yurtle-kanban commands to move, print, and log expedition progress.

Quick Start

Use the expedition skill to allocate a new Expedition ID for EXP-XXX and create the corresponding kanban file, then commit and push to ensure visibility.

Frequently Asked Questions about expedition

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

FAQPage Schema
How do I allocate unique expedition IDs to prevent duplicates in multi-agent environments?

To prevent duplicate expedition IDs in multi-agent environments, this Skill atomically reserves the next available ID before creating any artifacts. It then generates a standardized Markdown file with consistent metadata and pushes changes to Git for immediate collaboration safety.

Do I need the yurtle-kanban toolchain to create new expedition files?

Yes, creating new expedition files requires the yurtle-kanban toolchain and Git workflows to push and synchronize changes across collaborators. These dependencies ensure immediate collaboration safety and integrate with commands to move, print, and log expedition progress.

How do I generate a standardized Markdown template for a new expedition?

Generating a standardized Markdown template for a new expedition involves applying a consistent metadata structure to a ready-to-edit file. This Skill automatically creates the formatted Markdown file after atomically allocating the expedition ID.

What is the best way to prevent Git conflicts when multiple agents create kanban expeditions simultaneously?

The best way to prevent Git conflicts when multiple agents create kanban expeditions simultaneously is to atomically allocate IDs and promptly push changes to Git. This workflow ensures visibility and avoids conflicts with parallel work.

Why does parallel workflow creation cause duplicate expedition IDs?

Parallel workflow creation causes duplicate expedition IDs because concurrent processes read the same next available ID without synchronization. This Skill solves the problem by reserving the expedition ID atomically before generating the corresponding kanban file.