What problem does it solve? Turning a large product epic into concrete, estimable technical tasks and then creating them in OpenProject is slow and error-prone. This Skill structures the breakdown into a reviewable Markdown plan and, only after explicit approval, generates a ready-to-run PowerShell upload script plus curl commands for OpenProject work package operations. ## Core Features & Use Cases - Two-stage epic breakdown: Stage 1 writes a task proposal (titles, descriptions, story points) to a new Markdown file and stops; Stage 2 generates upload_tasks.ps1 only after explicit user approval. - OpenProject API operations: Builds curls for creating, updating, and searching work packages, adding comments, managing watchers, assigning tasks to sprints, and uploading attachments. - Safety guardrails: Never executes write operations (POST/PATCH/DELETE); only read-only GETs may run when a .env token exists, and the token is never exposed in chat. - Use Case: A product owner pastes an epic's title, description, ID, and project; the Skill produces a story-pointed task list in Markdown, and after approval delivers a PowerShell script the developer runs locally to create all tasks in OpenProject. ## Quick Start Ask the agent to break down your epic into technical tasks by providing the epic title, description, work package ID, and project name.