From design-flow
Collaborative design sessions that publish directly to Confluence. Use this skill when the user wants to brainstorm, design, or ideate AND the result should live in Confluence — e.g., 'design session for a new Confluence page', 'update this Confluence page with a design', 'brainstorm X and put it on Confluence', or when given a Confluence page URL/ID to work on. Also trigger when the user says 'confluence design', 'write a design on Confluence', or references a parent page for new design work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/design-flow:confluence-ideationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run collaborative design sessions — the same iterative brainstorming process as the ideation skill — but publish the outcome directly to Confluence instead of a local file.
Run collaborative design sessions — the same iterative brainstorming process as the ideation skill — but publish the outcome directly to Confluence instead of a local file.
Two modes:
Figure out which mode you're in from the user's request:
The user might give you:
/pages/123456789/)$SPACE_KEY to look it upFor new pages:
confluence_get_page to understand where this will live and what sibling pages existconfluence_get_page_children on the parent to see existing child pages — avoid duplicating something that already existsFor existing pages:
confluence_get_page — understand what's already writtenconfluence_get_comments — these contain feedback, questions, and context from collaborators that must inform the design sessionThis follows the same collaborative process as a regular ideation session.
Understanding the idea:
Exploring approaches:
Presenting the design:
Once the design is validated:
New page:
confluence_create_page:
space_key: $SPACE_KEY (default, unless user specifies otherwise)parent_id: the parent page ID gathered earliercontent_format: markdownUpdating an existing page:
confluence_update_page:
content_format: markdownnpx claudepluginhub himmelreich-it/agentic-development --plugin design-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.