decide-card

Record decisions and reasons on parked cards via the goc CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the workflow around parked decisions by recording the outcome and lowering the human gate, reducing manual back-and-forth when decisions are stalled.

Core Features & Use Cases

  • Records a decision and reason into the card's log.
  • Lowers the gate from decision or session to none, enabling the worker to resume progress.
  • Works with the repository hooks to ensure decisions are properly cited and tracked.

Quick Start

Invoke the CLI to record a decision on a parked card, for example: goc decide <title> --decision "<one-line what>" --because "<one-line why>".

Frequently Asked Questions about decide-card

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

FAQPage Schema
How do I record a decision on a parked card to resume workflow?

To record a decision on a parked card, use the command line interface to append the outcome and reason. This lowers the human gate, updates the card status, and enables the worker to resume progress immediately.

What is gate management for parked cards?

Gate management for parked cards controls whether a task requires human approval before proceeding. Lowering the gate from session or decision to none allows automated agents to resume work without manual intervention.

How do I lower a human gate after a decision is made?

Lower a human gate by invoking the decide command with a one-line decision and reason. The skill updates the gate status to none, appends a decision section to the card, and creates a log entry automatically.

Does the decide-card workflow require repository hooks to track decisions?

Yes, the workflow integrates with repository hooks to ensure decisions are properly cited and tracked. This integration guarantees that appended decisions and log entries maintain consistency across the system.

Can I cite a reason when lowering the gate on a parked card?

Yes, you can cite a reason when lowering the gate by using the because flag in the command line interface. This records the why behind the decision directly into the card's log entry.

What happens to the card log when a decision is recorded?

When a decision is recorded, the skill appends a decision section and creates a log entry in the card. This ensures the outcome and reason are tracked for future reference and gate management.