بنقرة واحدة
skill-conductor
CDD (Context-Driven Development) protocol manager enforcing the Spec-Plan-Implement-Verify lifecycle.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
CDD (Context-Driven Development) protocol manager enforcing the Spec-Plan-Implement-Verify lifecycle.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Professional bootstrapper for Vercel-style Agentic Repositories using compressed AGENTS.md manifests.
Persistent SQLite-based cognitive layer for cross-session interaction logging and insight distillation.
Design lead for C4 structural documentation, Mermaid.js diagrams, and Architecture Decision Records (ADRs).
Specialist in core AWS infrastructure: EC2 compute, IAM identity, VPC networking, and RDS/Aurora databases.
5-phase migration engine for transitioning workloads from Google Cloud Platform to AWS architecture.
AI/ML infrastructure expert for SageMaker fine-tuning, HyperPod cluster management, and dataset evaluation.
| name | skill-conductor |
| description | CDD (Context-Driven Development) protocol manager enforcing the Spec-Plan-Implement-Verify lifecycle. |
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 {PROJECT_DIR}/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:
{PROJECT_DIR}/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.{PROJECT_DIR}/conductor/ to maintain the project's single source of truth.