feat(conductor): improve context-driven-development skill activation and add artifact templates (#437)

Improve frontmatter description with action-oriented trigger terms for
better skill matching. Add copy-paste artifact templates as a reference
file. Inspired by @fernandezbaptiste contribution in #437.
This commit is contained in:
Seth Hobson
2026-02-20 20:07:49 -05:00
parent 1874219995
commit b198104783
2 changed files with 163 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
---
name: context-driven-development
description: Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and workflow.md files.
description: >-
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.
version: 1.0.0
---
@@ -133,6 +139,8 @@ Update when:
- Track status changes
- Tracks are completed or archived
See [references/artifact-templates.md](references/artifact-templates.md) for copy-paste starter templates.
## Context Maintenance Principles
### Keep Artifacts Synchronized