agentsclimarketplace

Start

Skill wxxzy/Claude-Code-Software-Studios/.claude/skills/start

基于 Claude Code 的双模态软件开发工作室框架

Install
npx -y skills add wxxzy/Claude-Code-Software-Studios --skill start

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 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

工作室智能启动引导。当用户首次进入项目、不确定从何开始,或想了解该走新项目/维护项目/入职哪条路径时使用。

SKILL.md

2.1 KB, as published. Nobody here has run it

技能:工作室启动与引导 (/start)

执行代理: delivery-manager (交付经理)


概述 (Summary)

此技能是进入通用软件开发工作室的官方入口。它通过简短的提问,自动判断用户是处于“从零到一”的阶段,还是“维护已有项目”的阶段,并推荐最合适的后续流程。

引导工作流 (The Onboarding Protocol)

1. 现状调研 (Question)

delivery-manager 会询问用户以下问题:

  • 场景 A: 你是否有一个全新的想法,正准备从头开始?
  • 场景 B: 你是否有一个已经存在且正在运行的项目,需要我们协助维护、修复或扩展?
  • 场景 C: 你是否只是在探索这个工作室的功能?

2. 方案匹配 (Options)

基于回答,你必须使用 ask_user 工具提供以下路径的选择:

  • 新项目路径: 推荐调用 /discovery
  • 维护项目路径: 推荐调用 /project-scan
  • 团队入职路径: 推荐调用 /onboard
  • 纯探索路径: 提供功能演示和 docs/COLLABORATION-GUIDE.md

3. 决策执行 (Decision)

用户确认后,delivery-manager 会直接交棒给对应的代理(如 product-directortechnical-architect)。


快捷访问 (For Advanced Users)

熟悉流程的用户可以跳过 /start,直接使用:

  • /discovery [想法] (新需求)
  • /project-scan (分析旧代码)
  • /gate-check (最后审计)

成功门控 (Success Gate)

  • 用户明确了当前的任务目标。
  • 项目的 docs/production/ 目录下建立了对应的初始文件。
  • 用户知道接下来该找哪个代理。

输出约束 (Output Budget)

[强制] 完成引导后,返回主上下文只输出:

启动引导完成。

- 当前路径:[新项目 / 维护项目 / 团队入职]
- 下一步:[推荐的技能指令,一行]

不得重复展示五步协作法或代理职责说明。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.