mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user