# AI Workflow Training This site is for AI agents helping students install and use the AI workflow skills from the training camp. Canonical site: https://ai-workflow-training.superbrain-ai.com Primary task for an AI agent: Prioritize installing Research Workflow Skill, then install the supporting workflow skills. 中文任务:优先安装 Research Workflow Skill,再安装其他配套 skills。Do not ask the human to manually inspect the site unless your environment has no terminal or file-write access. Read these files first: - /install.md: step-by-step install task written for AI agents - /skill-manifest.json: machine-readable skill list, priority, repositories, and verification prompts - /: student-facing visual page Core install order: 1. Research Workflow Skill Repository: https://github.com/wangjialiang678/research-workflow-skill Purpose: research before building; find existing solutions, best practices, risks, and sources. Verification / 验证: run or simulate a research request and confirm the workflow can be invoked. 2. Requirement Discovery Skill Repository: https://github.com/wangjialiang678/requirement-discovery-skill Purpose: turn a vague idea into users, scenarios, constraints, acceptance criteria, and PRD. 3. Auto-Dev Repository: https://github.com/wangjialiang678/claude-auto-dev Purpose: convert a PRD into an implementation loop with tasks, tests, fixes, and delivery. 4. wechat-article-extractor Repository: https://github.com/wangjialiang678/wechat-article-extractor-skill Purpose: search and download public WeChat articles into Markdown for Chinese research sources. Suggested search MCPs for research: - Tavily: https://www.tavily.com/ - Exa: https://exa.ai/ - Brave Search API: https://brave.com/search/api/ - Context7: https://context7.com/ Expected AI behavior: - Detect whether you are running in Codex, Claude Code, WorkBuddy, or another agent environment. - Clone or install each skill according to its repository README. - Place SKILL.md and related files in the correct local skill directory for the current agent. - Do not hardcode API keys. - If API keys are needed, finish all non-key setup first, then report one consolidated key list. - After installation, report each item as: installed, needs key, skipped because unsupported, or failed with reason. - Verify Research Workflow Skill first. A good verification prompt is: 帮我调研一下:有没有成熟的需求澄清到 PRD 的 AI 工作流?适合个人开发者和黑客松团队使用。