一键导入
skill-conductor
Context-Driven Development (CDD) protocol for proactive project management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Context-Driven Development (CDD) protocol for proactive project management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | skill-conductor |
| description | Context-Driven Development (CDD) protocol for proactive project management. |
Conductor is a Context-Driven Development (CDD) protocol. It turns an AI agent into a proactive project manager that follows a strict protocol to specify, plan, and implement software features and bug fixes.
| Command | Description |
|---|---|
/conductor:setup | Scaffolds the project and sets up the Conductor environment. |
/conductor:newTrack | Starts a new feature or bug track. Generates spec.md and plan.md. |
/conductor:implement | Executes the tasks defined in the current track's plan. |
/conductor:status | Displays the current progress of the tracks file and active tracks. |
/conductor:revert | Reverts a track, phase, or task by analyzing git history. |
/conductor:review | Reviews completed work against guidelines and the plan. |
/conductor:setup)Initialize the conductor/ directory with:
product.md: Product vision, goals, and user personas.tech-stack.md: Technical choices, languages, frameworks, and constraints.product-guidelines.md: Brand voice, UI/UX standards, and communication style.workflow.md: The development lifecycle (rules for TDD, commits, etc.).tracks.md: The registry of all work units./conductor:newTrack)For every new feature or fix:
conductor/tracks.md./conductor:implement)A strict loop:
workflow.md (e.g., TDD: Write Test -> Fail -> Implement -> Pass).git notes.product.md, tech-stack.md) based on the completed track.plan.md without formal revision.conductor/ to maintain the project's single source of truth.Specialist in technical documentation and changelogs. Enforces documentation standards and automated release notes.
Cloud Governance Auditor. Enforces tagging, naming, and compliance standards.
Drafts and manages high-quality Pull Requests adhering to repo standards.
Production Readiness Protocol. Ensures services are robust and observable.
High-resolution PR analysis and multi-agent code review suite.
Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution.