skills/conductor-setup/SKILL.md
Scaffolds the project and sets up the Conductor environment for Context-Driven Development. Use when starting a new project or initializing the Conductor workflow in an existing (brownfield) project. This skill guides the user through project discovery, product definition, tech stack configuration, and initial track planning.
npx skillsauth add airclear/skills conductor-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill transforms a standard repository into a Conductor-managed project. It establishes the "Source of Truth" by creating structured documentation for the product vision, technical standards, and development workflows.
The setup process runs entirely within Plan Mode and follows these sequential phases:
product.md, product-guidelines.md, and tech-stack.md with Interactive/Autogenerate mode selection.workflow.md with Default/Customize options.conductor/index.md and summarize all actions.spec.md, plan.md, metadata.json, and index.md.Setup progress is tracked via Project Audit (Section 1.2). Instead of a state file, the agent checks for existing Conductor artifacts and uses a priority table to determine the resume point:
| Artifact Exists | Target Section | Announcement |
| :--- | :--- | :--- |
| All files in tracks/<track_id>/ (spec, plan, metadata, index) | HALT | "The project is already initialized. Use /conductor:newTrack or /conductor:implement." |
| index.md (top-level) | Section 3.0 | "Resuming setup: Scaffolding is complete. Next: generate the first track." |
| workflow.md | Section 2.6 | "Resuming setup: Workflow is defined. Next: generate project index." |
| code_styleguides/ | Section 2.5 | "Resuming setup: Guides/Tech Stack configured. Next: define project workflow." |
| tech-stack.md | Section 2.4 | "Resuming setup: Tech Stack defined. Next: select Code Styleguides." |
| product-guidelines.md | Section 2.3 | "Resuming setup: Guidelines are complete. Next: define the Technology Stack." |
| product.md | Section 2.2 | "Resuming setup: Product Guide is complete. Next: create Product Guidelines." |
| (None) | Section 2.0 | (None) |
After determining the target section, the agent MUST proceed to Section 2.0 to establish Greenfield/Brownfield context before jumping to the target.
Refer to the following protocols for detailed procedural instructions:
enter_plan_mode at the start. All file operations MUST use relative paths starting with conductor/ (e.g., conductor/product.md). Do NOT use absolute paths. Redirection operators (>, >>) are NOT allowed in run_shell_command calls while in Plan Mode.conductor/. Absolute paths will be blocked by Plan Mode security policies.plan.md, you MUST adhere to the TDD principles defined in workflow.md (Red/Green/Refactor tasks).references/resolution-protocol.md to find or verify files.conductor/ files.Templates used during setup are located in assets/templates/:
workflow.md: The base development workflow.code_styleguides/: Language-specific style guides (Python, TypeScript, Go, etc.).Policies for Plan Mode file access are located in assets/policies/:
conductor.toml: Defines Plan Mode permissions for writing Conductor files and running authorized shell commands.tools
天帆 (Vela) 需求入库 - 将需求录入 product/01_inbox/,自动分配编号、创建目录结构、更新索引。 触发场景:用户说"入库"、"新增需求"、"记录需求"、"需求入库"、"把这个需求录进去"、"登记需求"、"需求登记", 或者用户附带了一个需求文件并说"入库"/"录入"/"记录"。 即使用户只说"入库"或"把刚才说的需求录进去"也应触发此 Skill。 注意:用户可能在多轮对话中先描述需求,最后才说"入库",需要回溯对话提取需求内容。
data-ai
天帆 (Vela) AI 原生产研平台 - 项目初始化。当用户想要初始化新项目、创建项目目录结构、搭建 AI-Native SDLC 项目骨架时使用。 关键词触发:初始化项目、新建项目、vela init、项目骨架、创建项目结构、project init、scaffold project、AI 原生项目。 即使用户只说"帮我建个新项目"或"按 vela 结构初始化"也应触发此 Skill。
tools
Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .drawio XML files and exports to PNG/SVG/PDF locally using the native draw.io desktop CLI. Supports modern "Premium Architecture" styles with card-based designs and layered layouts.
testing
This skill should be used when the user explicitly says "Nothing style", "Nothing design", "/nothing-design", or directly asks to use/apply the Nothing design system. NEVER trigger automatically for generic UI or design tasks. It provides guidance and templates for generating diagrams using the minimalist, industrial aesthetic of the Nothing design language.