Design taxonomy structure for categories, tags, or hierarchical classification. Supports flat, hierarchical, and faceted patterns.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install content-management-system@melodic-software<taxonomy-name> [--type flat|hierarchical|faceted] [--format yaml|json]# Design Taxonomy Command Design a taxonomy structure with terms, hierarchy, and classification rules. ## Usage ## Taxonomy Types - **flat**: Simple tags with no hierarchy - **hierarchical**: Parent-child tree structure - **faceted**: Multi-dimensional classification ## Workflow ### Step 1: Parse Arguments Extract taxonomy name and type from the command. ### Step 2: Gather Requirements Use AskUserQuestion to understand: - What content types will use this taxonomy? - How deep should the hierarchy go? - Should terms have additional metadata? - Is multi-selection allowed? ### Step...