New Card banner
amonick12 amonick12

New Card

Development community

Description

--- name: new-card description: "Create a new delivery board card from a user request" arguments: - name: description description: "What the user wants — feature idea, bug report, or task description" required: true --- # New Card Translate the user's request into a structured card on the delivery board. ## Steps 1. **Scan the codebase for context.** Before writing anything: - Search for existing implementations related to the request: ```bash grep -rn '<keywords>' Pac

Installation

Installs to ~/.claude/skills/amonick12-helix-delivery-loop-new-card/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amonick12-helix-delivery-loop-new-card && curl -fsSL https://raw.githubusercontent.com/amonick12/helix-delivery-loop/HEAD/commands/new-card.md -o ~/.claude/skills/amonick12-helix-delivery-loop-new-card/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository