Diagnose apply split
Skill muqian2026-rgb/qian-public/skills/diagnose-apply-split
Book-learn-distill + Cursor Skills for PM workflow. Fork to clone PRD gates, issue-ready checks, and skill factory patterns.
npx -y skills add muqian2026-rgb/qian-public --skill diagnose-apply-splitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Split a methodology book into two Cursor skills: diagnose (analyze) and apply (produce). Template only — no copyrighted book content. Use with book-learn-distill Equip stage.
SKILL.md
2.1 KB, as published. Nobody here has run it
Diagnose / Apply Split
For complex methodology books where one Skill is too broad.
Template only — fill with your own learn/<slug> outputs; never paste copyrighted excerpts.
When to split
| Signal | Action |
|---|---|
| Method has numbered steps and analysis frameworks | Consider split |
| Users ask both "review my plan" and "write the deliverable" | Split |
| Book is mostly reference / Q&A | Single Skill or HTML only |
Two skills
| Skill | Job | Example triggers |
|---|---|---|
| diagnose | Analyze current state with book's questions/frameworks | "review this PRD", "what's wrong with our funnel" |
| apply | Produce structured output with book's steps/templates | "draft the spec", "fill the template" |
Fictional example (not a real book)
Book: Product Decision Patterns (fictional)
| diagnose | apply | |
|---|---|---|
| Trigger | "evaluate this feature idea" | "write the one-pager" |
| Input | Problem statement + constraints | Approved direction from diagnose |
| Output | Gap list + risks + questions for stakeholders | Filled one-pager markdown |
| Must not | Write full spec | Re-run full market analysis |
Agent workflow
- User finishing book-learn-distill Equip for a complex book
- Read learn/<slug> framework + steps (user's private repo)
- Copy references/template.md
- Draft two SKILL.md files:
skills/<slug>/diagnose/andskills/<slug>/apply/ - Run skill-activation-test on each
Negative constraints
- Do not embed book excerpts in public copies
- Do not use real author personas without rights
- diagnose must not silently do apply's deliverable
Reference
Blank split template: references/template.md