feat: add explicit model specification to workflow commands#140
Conversation
Add `model: sonnet` to create-plugin and create-marketplace workflow commands for consistent quality across complex 8-phase workflows, regardless of user's current conversation model. Fixes #137 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @sjnims's task in 1m 41s —— View job PR Review Complete ✓SummaryLooks good! This PR makes a smart, targeted change that improves consistency for complex workflow commands. What's Good
Validation Results✅ Markdown Linting: No issues found Alternatives Analysis (from PR description)The PR description thoughtfully considers alternatives:
Agreement: No Documentation Updates NeededCLAUDE.md already documents these commands (lines 178 and 191) but doesn't specify their model usage - which is appropriate since that's an implementation detail documented in the frontmatter reference. Final VerdictApprove and merge. This is a clean, well-reasoned change that:
Great work on identifying and fixing this issue! |
Summary
model: sonnetfrontmatter field to/plugin-dev:create-pluginand/plugin-dev:create-marketplacecommandsProblem
Fixes #137
Complex 8-phase workflows inherit model from conversation context, causing inconsistent quality. Users on
haikuwould get different results than those onopus.Solution
Explicitly specify
model: sonnetfor workflow commands - a good balance of capability and cost for complex multi-step workflows.Alternatives Considered
opus: Maximum quality but higher cost for 8-phase workflowshaiku: Faster but may not handle complex design phases wellChanges
plugins/plugin-dev/commands/create-plugin.md: Addedmodel: sonnetto frontmatterplugins/plugin-dev/commands/create-marketplace.md: Addedmodel: sonnetto frontmatterTesting
🤖 Generated with Claude Code