Add requirement-clarifier: three-mode triage station#293
Open
yingzhengzhang06-sys wants to merge 1 commit into
Open
Add requirement-clarifier: three-mode triage station#293yingzhengzhang06-sys wants to merge 1 commit into
yingzhengzhang06-sys wants to merge 1 commit into
Conversation
A new skill in the 'Methodology' group that turns ambiguous requests into executable specs, task piles into routed execution plans, and existing plans into improvement checklists. Three sub-modes (growme / change / improve) each with their own SKILL.md and references/. Router does not execute — it dispatches to other skills after triage. - Native Chinese scenarios, cross-runtime neutral (Claude Code / Codex / OpenCode / OpenClaw / Hermes) - 30+ skill routing table as a public asset - Structured output templates (requirement spec / triage table / improvement checklist) - 8 test-prompts.json live samples - 3 anti-pattern examples Author: yingzhengzhang06-sys Version: 3.0.0 License: MIT Source: https://github.com/yingzhengzhang06-sys/requirement-clarifier Known issues: - Showcase GIF pending (vhs 0.11 + ttyd 1.7.7 compatibility fault on macOS, see references/vhs-fault-note.md) - Live user replay (not agent simulation) pending v3.0.1
|
Someone is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this skill does
A three-mode triage station for ambiguous requests. It does not write code, write articles, or make decisions for you. It turns fuzzy intent into an executable spec, a task pile into a routed execution order, and an existing plan into an improvement checklist. Then it points to the next skill.
This skill is a router that dispatches to three sub-skills:
growme-mode— turn vague intent into a requirement specchange-mode— turn a task pile into a routed execution planimprove-mode— turn an existing plan into an improvement checklistWhy it should be in skills.sh
What makes it different from similar skills
Group placement
I added a new
Methodologygroup inskills.sh.jsonsince this skill doesn't fit React / Vercel / Design. Happy to move it to a different group or rename if maintainers prefer.Checklist
Known issues
references/vhs-fault-note.mddocuments the issue. Skill functionality unaffected.