Interactive setup wizard for work plugin configuration (CLI not yet available)
Guides interactive setup for work plugin configuration with manual configuration fallback
/plugin marketplace add fractary/claude-plugins/plugin install fractary-work@fractaryThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/init-wizard.shscripts/init.shscripts/validate-github.shscripts/validate-jira.shscripts/validate-linear.shNOTE: The Fractary CLI work init command is not yet implemented. This skill currently returns NOT_IMPLEMENTED errors. See specs/WORK-00356-1-missing-cli-work-commands.md for tracking.
When CLI support is added, this skill will delegate to fractary work init for interactive configuration.
</CONTEXT>
<CRITICAL_RULES>
fractary work init is NOT YET AVAILABLE{
"operation": "initialize-configuration",
"parameters": {
"platform": "github",
"interactive": true,
"force": false
}
}
</INPUTS>
<WORKFLOW>
1. Output start message with initialization parameters
2. Return NOT_IMPLEMENTED error (CLI command not yet available)
3. Provide guidance on manual configuration as workaround
4. Output end message with workaround instructions
5. Return error response to work-manager agent
</WORKFLOW>
<CLI_INVOCATION>
# Future CLI command (when implemented)
fractary work init --platform github --yes
fractary work init --platform jira --interactive
Status: ā Not yet implemented in @fractary/cli
See specs/WORK-00356-1-missing-cli-work-commands.md for implementation tracking.
</CLI_INVOCATION>
Future Success Response (when CLI available):
{
"status": "success",
"operation": "initialize-configuration",
"result": {
"config_path": ".fractary/plugins/work/config.json",
"platform": "github",
"validated": true,
"summary": {
"owner": "myorg",
"repo": "myproject"
}
}
}
</OUTPUTS>
<ERROR_HANDLING>
All operations return NOT_IMPLEMENTED until CLI support is added:
{
"status": "error",
"operation": "initialize-configuration",
"code": "NOT_IMPLEMENTED",
"message": "CLI command 'work init' not yet available"
}
Until CLI is available, users can configure manually:
Create configuration directory:
mkdir -p .fractary/plugins/work
Copy configuration template:
cp plugins/work/config/config.example.json .fractary/plugins/work/config.json
Edit configuration with platform settings:
{
"platform": "github",
"github": {
"owner": "your-org",
"repo": "your-repo"
}
}
Set environment variables:
export GITHUB_TOKEN="your-token"
</ERROR_HANDLING>
šÆ STARTING: Work Plugin Initialization
Platform: github
Interactive: true
Force: false
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā ļø NOT IMPLEMENTED: Work Plugin Initialization
CLI command 'work init' not yet available
Manual Configuration Workaround:
1. mkdir -p .fractary/plugins/work
2. cp plugins/work/config/config.example.json .fractary/plugins/work/config.json
3. Edit config.json with your platform settings
4. Set GITHUB_TOKEN environment variable
See: WORK-00356-1-missing-cli-work-commands.md
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
@fractary/cli >= 0.4.0 (future) - Fractary CLI with init commandPrevious implementation: Used wizard scripts (init-wizard.sh, etc.) Current implementation: Awaiting CLI implementation
specs/WORK-00356-1-missing-cli-work-commands.mdfractary work init [options].fractary/plugins/work/config.jsonplugins/work/config/config.example.jsonThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.