{
  "site": "ai-workflow-training",
  "canonical_url": "https://ai-workflow-training.superbrain-ai.com",
  "updated_at": "2026-07-07",
  "purpose": "AI-readable install manifest for AI Workflow Training skills.",
  "ai_entrypoints": [
    "/llms.txt",
    "/install.md",
    "/skill-manifest.json"
  ],
  "primary_instruction": "Prioritize installing Research Workflow Skill, then install supporting workflow skills. Verify research-workflow can be invoked before reporting success.",
  "verification_prompt": "帮我调研一下：有没有成熟的需求澄清到 PRD 的 AI 工作流？适合个人开发者和黑客松团队使用。",
  "skills": [
    {
      "priority": 1,
      "name": "research-workflow",
      "display_name": "Research Workflow Skill",
      "type": "skill",
      "repo": "https://github.com/wangjialiang678/research-workflow-skill",
      "role": "Research before building; find existing solutions, best practices, risks, and sources.",
      "required": true,
      "verify": "Run or simulate the verification_prompt and confirm the research workflow is invoked."
    },
    {
      "priority": 2,
      "name": "requirement-discovery",
      "display_name": "Requirement Discovery Skill",
      "type": "skill",
      "repo": "https://github.com/wangjialiang678/requirement-discovery-skill",
      "role": "Clarify vague ideas into user scenarios, constraints, acceptance criteria, and PRD.",
      "required": true
    },
    {
      "priority": 3,
      "name": "auto-dev",
      "display_name": "Auto-Dev",
      "type": "skill-or-plugin",
      "repo": "https://github.com/wangjialiang678/claude-auto-dev",
      "role": "Use PRD to drive a closed development loop: tasks, code, tests, fixes, delivery.",
      "required": true,
      "commands": [
        "/plugin marketplace add wangjialiang678/claude-auto-dev",
        "/plugin install claude-auto-dev@claude-auto-dev"
      ]
    },
    {
      "priority": 4,
      "name": "wechat-article-extractor",
      "display_name": "wechat-article-extractor",
      "type": "skill",
      "repo": "https://github.com/wangjialiang678/wechat-article-extractor-skill",
      "role": "Search and download public WeChat articles into Markdown for Chinese research sources.",
      "required": false
    }
  ],
  "recommended_mcps": [
    {
      "name": "Tavily",
      "url": "https://www.tavily.com/",
      "key_required": true
    },
    {
      "name": "Exa",
      "url": "https://exa.ai/",
      "key_required": true
    },
    {
      "name": "Brave Search API",
      "url": "https://brave.com/search/api/",
      "key_required": true
    },
    {
      "name": "Context7",
      "url": "https://context7.com/",
      "key_required": false
    },
    {
      "name": "GitMCP",
      "url": "https://gitmcp.io/",
      "key_required": false
    }
  ]
}
