How this skill is triggered — by the user, by Claude, or both
Slash command
/inference-planz:skills/configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Modify plugin configuration based on "$ARGUMENTS".
Modify plugin configuration based on "$ARGUMENTS".
Parse "$ARGUMENTS" for these commands:
enable - Enable the plugindisable - Disable the plugindebug on - Enable debug mode (shows internal context)debug off - Disable debug modetimeout research <seconds> - Set Research Agent timeouttimeout survey <seconds> - Set Survey Agent timeouttimeout plan <seconds> - Set Plan Agent timeouttimeout total <seconds> - Set total pipeline timeoutsurvey questions <min> <max> - Set question count rangesurvey options <min> <max> - Set options per question rangesurvey other on|off - Enable/disable "Other" optionreset - Reset to default configurationshow or empty - Display current configurationSettings are saved to project-level .claude/planz.config.json by default.
To specify a different location:
config path <path> - Set custom config path/inference-planz:configure debug on
/inference-planz:configure timeout research 90
/inference-planz:configure survey questions 5 12
/inference-planz:configure reset
/inference-planz:configure show
{
"enabled": true,
"debug_mode": false,
"log_decisions": true,
"timeouts": {
"research_agent": 60,
"survey_agent": 45,
"plan_agent": 60,
"total_pipeline": 180
},
"fallback": {
"enabled": true,
"min_survey_questions": 5,
"use_heuristics_on_failure": true
},
"output": {
"format": "markdown",
"show_timing": true,
"show_agent_names": true
},
"agents": {
"research": {
"max_tokens": 4000,
"temperature": 0.3
},
"survey": {
"max_questions": 10,
"min_options_per_question": 3,
"max_options_per_question": 7,
"include_other_option": true
},
"plan": {
"max_tokens": 6000,
"include_provisional_branches": true
}
}
}
After applying changes, confirm the new configuration to the user:
## Configuration Updated
Changed:
- debug_mode: false -> true
Current configuration saved to: .claude/planz.config.json
Use `/inference-planz:status` to see full settings.
npx claudepluginhub BLERBZ/blerbz-plugins --plugin inference-planzGuides users through curated questions to customise prd-taskmaster plugin preferences (provider, validation, execution mode, etc.) and writes config to .atlas-ai/config/atlas.json.
Configures Plan-Build-Run settings: workflow depth, model profiles, features, git branching/mode, and gates. Interactive or direct args like 'depth standard' or 'feature auto_continue on'.
Configures global defaults for Hypo-Workflow agent platform, execution mode, subagents, plan mode, and dashboard via an interactive setup wizard.