From interfluence
Refine voice profile interactively. Use on "refine voice", "adjust my style", "that's not how I'd say it", or /interfluence refine.
How this skill is triggered — by the user, by Claude, or both
Slash command
/interfluence:refineThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user review and refine their voice profile through interactive dialogue.
You are helping the user review and refine their voice profile through interactive dialogue.
Load current state:
profile_listprofile_getconfig_get (for voice routing patterns)learnings_get_rawIf there are accumulated learnings:
CONTEXT:unknown. Use the file path from each entry and match it against the current config's voices array (first match wins) to determine which context the learning belongs to.Show the current profile(s) and ask the user what they'd like to adjust:
For each refinement:
Save the updated profile(s):
profile_save(projectDir, content)profile_save(projectDir, content, "<voice>")Clear processed learnings using learnings_clear_raw
Optionally demonstrate the refined profile by showing a before/after of a short passage
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interfluenceGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.