analyze-misfires
Identify skills injected where not needed, propose regex and description tightening
- [ ] Use clear, descriptive headings with proper hierarchy (##, ###) - [ ] Include code examples in triple backticks with language syntax highlighting - [ ] Add screenshots/mockups if UI-related (drag & drop or use image hosting) - [ ] Use task lists (- [ ]) for trackable items
> /plugin marketplace add iliaal/whetstone > /plugin install whetstone@iliaal-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/workflow-issue-formattingContext preview
What this command does when you run it.
- [ ] Use clear, descriptive headings with proper hierarchy (##, ###) - [ ] Include code examples in triple backticks with language syntax highlighting - [ ] Add screenshots/mockups if UI-related (drag & drop or use image hosting) - [ ] Use task lists (- [ ]) for trackable items
# Good example with syntax highlighting and line references
```typescript
// src/services/UserService.ts:42
function processUser(user: User): void {
// Implementation here
}<details> <summary>Full error stacktrace</summary>
`Error details here...`
</details>
## AI-Era Considerations - [ ] Account for accelerated development with AI pair programming - [ ] Include prompts or instructions that worked well during research - [ ] Note which AI tools were used for initial exploration (Claude, Copilot, etc.) - [ ] Emphasize comprehensive testing given rapid implementation - [ ] Document any AI-generated code that needs human review ## Issue Creation When user selects "Create Issue", detect their project tracker from CLAUDE.md: 1. **Check for tracker preference** in user's CLAUDE.md (global or project): - Look for `project_tracker: github` or `project_tracker: linear` - Or look for mentions of "GitHub Issues" or "Linear" in their workflow section 2. **If GitHub:** Use the title and type from Step 2 (already in context - no need to re-read the file): ```bash gh issue create --title "<type>: <title>" --body-file <plan_path>
3. **If Linear:**
Linear has no official shell CLI. Create the issue through the Linear MCP tool (or the Linear API), passing the title and the plan file contents as the description.
4. **If no tracker configured:** Ask user: "Which project tracker do you use? (GitHub/Linear/Other)"
5. **After creation:**
A Claude Code plugin that makes AI coding agents follow engineering discipline. Plan before coding. Verify before claiming done. Find root cause before patching. Review before merge. Skills activate based on file type and task signals, not manual toggling.
Repo: iliaal/whetstone
Identify skills injected where not needed, propose regex and description tightening
Draft X/Twitter announcement post (or thread) for the latest plugin release
Deep quality audit of all skills, agents, and commands for inconsistencies, gaps, duplication, and token waste
Analyze negative-signal sessions for a skill, identify failure patterns, propose and apply fixes
Eval all skills with sufficient data, rank by procedure-following score, identify candidates for optimization
Propose a skill revision and compare fresh executions under a frozen rubric