Generate implementation tasks from a design document
/plugin marketplace add niekcandaele/claude-helpers/plugin install cata-helpers@cata-helpers-marketplacedesign doc path or feature namecata-proj/# Generate Task List Create an actionable implementation task list based on the design document: **$ARGUMENTS** ## Process ### Step 1: Locate Design Document First, find and read the design document: - If given a full path, read that file directly - If given a feature name, search in `docs/design/*/design.md` for matching documents - Look for the most recent design doc with that feature name (by date prefix) - Analyze requirements, architecture, and implementation details ### Step 2: Generate Task List Create the task list in the same folder as the design document (`docs/design/YYYY-M...