/feedback
Your feedback or issue description
$ npx -y skills add tzachbon/smart-ralph --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/feedback
Context preview
What this command does when you run it.
Your feedback or issue description
Command definition
feedback.mddescription: Submit feedback or report an issue for Ralph Specum plugin.
arguments:
- name: message
description: Your feedback or issue description
required: false<example> user: /ralph-specum:feedback The task verification system sometimes misses TASK_COMPLETE markers assistant: I'll create a GitHub issue for that feedback. </example>
<example> user: /ralph-specum:feedback Feature request: add support for parallel task execution assistant: I'll submit that feature request as a GitHub issue. </example>
Submit Feedback
Help improve Ralph Specum by submitting feedback or reporting issues.
Instructions
1. **Check if `gh` CLI is available** by running: `which gh`
2. **If `gh` is available**, create an issue with the user's feedback:
gh issue create --repo tzachbon/smart-ralph --title "<short title from feedback>" --body "<full feedback message>"
- Extract a short, descriptive title from the feedback
- Include the full feedback in the body
- Add the label `feedback` if it exists
3. **If `gh` is NOT available**, inform the user: > The `gh` CLI is not installed or not authenticated. Please submit your feedback manually at: > > **https://github.com/tzachbon/smart-ralph/issues/new** > > Or browse existing issues: https://github.com/tzachbon/smart-ralph/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
4. **If no message was provided**, ask the user what feedback they'd like to submit.
Example Usage
/ralph-specum:feedback The task verification system sometimes misses TASK_COMPLETE markers
/ralph-specum:feedback Feature request: add support for parallel task execution
/ralph-specum:feedback Bug: cancel command doesn't cleanup .ralph-state.json properly
Read more
description: Submit feedback or report an issue for Ralph Specum plugin.
arguments:
- name: message
description: Your feedback or issue description
required: false<example> user: /ralph-specum:feedback The task verification system sometimes misses TASK_COMPLETE markers assistant: I'll create a GitHub issue for that feedback. </example>
<example> user: /ralph-specum:feedback Feature request: add support for parallel task execution assistant: I'll submit that feature request as a GitHub issue. </example>
Submit Feedback
Help improve Ralph Specum by submitting feedback or reporting issues.
Instructions
1. **Check if `gh` CLI is available** by running: `which gh`
2. **If `gh` is available**, create an issue with the user's feedback:
gh issue create --repo tzachbon/smart-ralph --title "<short title from feedback>" --body "<full feedback message>"
- Extract a short, descriptive title from the feedback
- Include the full feedback in the body
- Add the label `feedback` if it exists
3. **If `gh` is NOT available**, inform the user: > The `gh` CLI is not installed or not authenticated. Please submit your feedback manually at: > > **https://github.com/tzachbon/smart-ralph/issues/new** > > Or browse existing issues: https://github.com/tzachbon/smart-ralph/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
4. **If no message was provided**, ask the user what feedback they'd like to submit.
Example Usage
/ralph-specum:feedback The task verification system sometimes misses TASK_COMPLETE markers /ralph-specum:feedback Feature request: add support for parallel task execution /ralph-specum:feedback Bug: cancel command doesn't cleanup .ralph-state.json properly
Spec-driven development with smart compaction. Claude Code plugin combining Ralph Wiggum loop with structured specification workflow.
Repo: tzachbon/smart-ralph
Other commands on smart-ralph.
- /speckit.analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Open command - /speckit.checklist
Generate a custom checklist for the current feature based on user requirements.
Open command - /speckit.clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Open command - /speckit.constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Open command - /speckit.implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Open command - /speckit.plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
Open command

