create-card

Scaffold deck directories with frontmatter, placeholder DoD, and empty log.

6|Updated May 4, 2026
One-click install
npx skills add https://github.com/zauberzeug/game-of-cards --skill create-card-zauberzeug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-card
Source: https://github.com/zauberzeug/game-of-cards/tree/main/openclaw-plugin/skills/create-card
Command: npx skills add https://github.com/zauberzeug/game-of-cards --skill create-card-zauberzeug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Filing and standardizing new work items into reusable, well-scoped cards is error-prone without a consistent template. This Skill enforces a flat frontmatter scaffold, a placeholder DoD, and an empty log to ensure every card starts with the same structure and can be triaged automatically.

Core Features & Use Cases

  • Scaffold a deck/<title>/ directory with valid frontmatter, an empty log.md, and a placeholder DoD, ensuring the card is ready for DoD completion before implementation.
  • Enforce frontmatter validity (name and description) and guide users through steps like dedup checks, gate selection, and optional artifact inclusion.
  • Support end-to-end workflows for bugs, features, or ideas by wiring steps for title validation, duplication checks, and pre-scaffolded DoD.

Quick Start

Scaffold a deck/<title>/ with valid frontmatter, an empty log.md, and a placeholder DoD.

Frequently Asked Questions about create-card

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

FAQPage Schema
How do I scaffold new project management cards with consistent frontmatter?

Scaffolding project management cards with consistent frontmatter is automated by enforcing a flat metadata structure, an empty log.md, and a placeholder DoD to ensure uniform, triage-friendly initialization across teams.

What is the best way to standardize work items for bugs, features, and ideas?

Standardizing work items for bugs, features, and ideas is handled by guiding users through title validation, dedup checks, and gate selection to enforce a uniform card structure ready for automated triage.

How do I set up a deck directory with a placeholder Definition of Done?

Setting up a deck directory with a placeholder Definition of Done involves creating a structured folder containing valid frontmatter, an empty log.md, and a pre-scaffolded DoD to support end-to-end workflows.

Does this card creation workflow support duplication checks and artifact scaffolding?

Yes, the card creation workflow supports duplication checks and artifact scaffolding by wiring steps for title validation and optional artifact inclusion to maintain end-to-end workflow integrity.

When do I need frontmatter validation for project cards?

Frontmatter validation for project cards is needed when you require consistent name and description fields to ensure every card starts with the same structure and can be triaged automatically.