npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin oraseslabs-orases-claude-code-marketplace# Work Summary Plugin — Setup Guide the user through configuring the work-summary plugin for this project. ## Instructions Walk the user through each setting interactively. Do not dump all options at once. ### Step 1: Check for Existing Settings Look for settings files in priority order: 1. `.claude/work-summary.local.md` (project-local) 2. `.claude/work-summary.md` (project-scoped) 3. `~/.claude/work-summary.md` (user-global) If a settings file is found, show the user their current effective configuration and ask if they want to modify it. If none found, continue to Step 2. ### Step...
/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupDetects ghost or inconsistent claude-hud plugin installations (orphaned cache, stale registry, temp files) and offers cleanup on user confirmation for macOS/Linux/Windows.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
/setupGuides enterprise admins through Claude Office add-in setup for Vertex AI, Bedrock, or custom gateway; provisions credentials and generates deployable manifest.xml.
/setupRuns interactive setup wizard: detects AI providers (Codex, Gemini, Ollama, etc.), installs missing ones via Bash, configures auth, and sets up RTK token optimization.
Guide the user through configuring the work-summary plugin for this project.
Walk the user through each setting interactively. Do not dump all options at once.
Look for settings files in priority order:
.claude/work-summary.local.md (project-local).claude/work-summary.md (project-scoped)~/.claude/work-summary.md (user-global)If a settings file is found, show the user their current effective configuration and ask if they want to modify it. If none found, continue to Step 2.
Walk through each setting interactively using AskUserQuestion:
Base Branch — "Which branch should changes be compared against?"
autoAtlassian Hostname — "What is your Jira hostname?"
orases.atlassian.netyourcompany.atlassian.net)Post Action — "What should happen after generating a summary?"
askClient Summary — "Include client-friendly summary with QA steps?"
trueTechnical Summary — "Include technical summary with file categories?"
trueLocal Save Path — "Where should local summary copies be saved?"
.claude/work-summariesAuto-detect Ticket — "Auto-detect Jira ticket from branch name?"
trueOnly ask about mcp_server and file_categories if the user indicates they need
non-default values. For most users, the defaults work fine.
Use AskUserQuestion:
"Where should these settings be saved?"
.claude/work-summary.local.md) — Only for you, not committed to git.claude/work-summary.md) — Shared with team via git~/.claude/work-summary.md) — Applies across all your projectsCreate the settings file at the chosen location with YAML frontmatter. Only include settings that differ from defaults to keep the file clean. Use HTML comments to document available settings that were left at defaults.
Refer to ${CLAUDE_PLUGIN_ROOT}/skills/work-summary-generator/templates/settings-template.md for the
complete template and field reference.
Confirm success and suggest:
/work-summary:generate-work-summary to try it out/work-summary:help for more information about capabilities.claude/*.local.md to .gitignore