kim-ccf-researchlisted
Install: claude install-skill ConmuYan/kim-ccf-research
# kim-ccf-research — Master Orchestrator
The kim-ccf-research series is a 25-skill workflow for ML/AI PhDs targeting
CCF-A venues (TPAMI, TKDE, AAAI, KDD, ICML, WWW, ICLR, CVPR). This skill is
the entry point: it detects the current stage of the user's paper project and
routes to the correct leaf skill.
The orchestrator performs **no substantive work itself**. It only:
- inspects the project root for stage evidence (`docs/idea_report.md`,
`docs/implementation.md`, `docs/dev_log.md`, `docs/manuscripts/paper.md`,
`ccfa-review-reports/`, etc.),
- chooses the next leaf to invoke,
- and enforces the shared cross-skill controls (handoff mode, task mode,
evidence standards, privacy).
All real research/writing/review work happens in the leaf skills.
## Quick Start
Three trigger shapes:
| User says | What happens |
|---|---|
| `/kim-ccf-research` | Detect stage from project root, recommend the next leaf. |
| `/kim-ccf-research <direction>` | Pass direction into `kim-ccf-research-explore`. |
| `/kim-ccf-research <purpose>` | Route directly to the matching leaf. |
Examples:
```
/kim-ccf-research
→ Detects docs/idea_report.md Part 1 exists but Part 2 missing.
Recommends: kim-ccf-research-idea (idea concretization).
/kim-ccf-research survey graph anomaly detection with contrastive learning
→ Calls kim-ccf-research-explore with the direction argument.
/kim-ccf-research review my paper
→ Calls kim-ccf-research-review.
```
## Trigger Conditions
Load this skill when the us