원클릭으로
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 직업 분류 기준
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.
| 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.