next-card

Select the highest-leverage open card without changing its status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Selects the highest-leverage open card to work on next without flipping its status.

Core Features & Use Cases

  • Card-Priority Pick: automatically identifies the top open card based on impact and creation order.
  • Read-Only Verdict: surfaces the recommended card without changing its state.
  • Autonomous Prompts: auto-invokes when the user asks questions like "what's next", "pick something", or "drain the deck".

Quick Start

Ask the agent to pick the next card and it will surface the top open card without modifying its status.

Frequently Asked Questions about next-card

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

FAQPage Schema
How do I automatically pick the next high-impact card in a Kanban queue?

To automatically pick the next card, the system evaluates open Kanban cards based on impact and creation order, surfacing the top item as a read-only recommendation without altering its current status.

Can an autonomous AI agent select work items without human intervention?

Yes, an autonomous AI agent can select work items by running in an automated loop gated by a 'none' human_gate setting, allowing it to continuously drain the deck of open cards without manual approval.

Does picking the top priority card change its workflow status?

No, picking the top priority card provides a read-only verdict that surfaces the recommended work item while preserving the original card state and leaving the workflow status completely unmodified.

What natural prompts trigger the automatic card-picking workflow?

Natural prompts such as asking "what's next", "pick something", or "drain the deck" trigger the automatic workflow to evaluate and surface the highest-leverage open card.

How does the system determine the highest-leverage card to work on next?

The system determines the highest-leverage card by evaluating open items based on their calculated impact priority and creation order, returning the top item as a read-only suggestion for the next work task.