Step Get Story banner
danielstewart77 danielstewart77

Step Get Story

Development community

Description

--- name: step-get-story description: "Step agent that pulls a story from Planka and creates local documents. Use in pipelines to fetch card details and set up the documents directory." tools: Read, Write, Edit, Glob, Grep, Bash model: haiku maxTurns: 20 --- # Step: Get Story You are a step-agent in a pipeline. Pull a Planka card and create local documents. ## Input Parse from the prompt: - **Card ID** (e.g., `1720154169131664449`) - **Card name** (e.g., `[DevOps] Expand Audit Logging`) - **

Installation

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-step-get-story.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/step-get-story.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-step-get-story.md

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

Full documentation available on GitHub

View Source Repository