context-driven-development
适合需要一致 AI 交互和团队对齐的项目。
在 conductor/ 中创建与维护项目上下文工件并同步文档。
在项目里维护一套可管理的上下文文档(放在 conductor/ 下的 product.md、tech-stack.md、workflow.md、tracks.md),还能从代码库抽取信息并同步更新。适合搭新项目、做项目交接或团队 onboarding,以及在实现前验证文档与代码的一致性时使用。它把项目上下文当作第一等工件来管理,保证文档和代码同时演进,减少信息不同步的摩擦。
▸ 展开 SKILL.md 英文原文
Creates and maintains project context artifacts (product.md, tech-stack.md, workflow.md, tracks.md) in a `conductor/` directory. Scaffolds new projects from scratch, extracts context from existing codebases, validates artifact consistency before implementation, and synchronizes documents as the project evolves. Use when setting up a project, creating or updating product docs, managing a tech stack file, defining development workflows, tracking work units, onboarding to an existing codebase, or running project scaffolding.
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/conductor/skills/context-driven-development/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/conductor/skills/context-driven-development/SKILL.md"# Context-Driven Development Guide for implementing and maintaining context as a managed artifact alongside code, enabling consistent AI interactions and team alignment through structured project documentation. ## When to Use This Skill - Setting up new projects with Conductor - Understanding the relationship between context artifacts - Maintaining consistency across AI-assisted development sessions - Onboarding team members to an existing Conductor project - Deciding when to update context documents - Managing greenfield vs brownfield project contexts ## Detailed patterns and worked examples Detailed pattern documentation lives in `references/details.md`. Read that file when the naviga