context-driven-development

Create and maintain conductor artifacts like product.md and tech-stack.md.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/speqqai/claude --skill context-driven-development-speqqai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-driven-development
Source: https://github.com/speqqai/claude/tree/main/skills/context-driven-development
Command: npx skills add https://github.com/speqqai/claude --skill context-driven-development-speqqai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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.

Core Features & Use Cases

  • Scaffolds new projects from scratch
  • Extracts context from existing codebases
  • Validates artifact consistency before implementation
  • Synchronizes documents as the project evolves
  • Use when setting up a project, onboarding team members, updating docs, or managing context artifacts

Quick Start

Run the Conductor setup to generate or refresh product.md, tech-stack.md, workflow.md, and tracks.md in a conductor/ directory for a project.

Frequently Asked Questions about context-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain project context as a living artifact alongside code?▼

Maintaining project context as a living artifact involves creating conductor artifacts alongside code, organizing product, tech-stack, workflow, and tracks documents that stay synchronized and validated against code changes.

What is the best way to extract context from an existing codebase for onboarding?▼

Extracting context from an existing codebase involves analyzing the current project state to generate product, tech-stack, workflow, and tracks documents, capturing established architecture and processes for effective onboarding.

How do I scaffold project documentation for a new greenfield setup?▼

Scaffolding project documentation for a greenfield setup runs a setup process that generates initial product, tech-stack, workflow, and tracks documents in a conductor directory, establishing a managed context artifact baseline.

Can I validate artifact consistency before implementing new code changes?▼

You can validate artifact consistency before implementation by checking that product, tech-stack, workflow, and tracks documents accurately reflect intended code changes, ensuring alignment across all managed context artifacts.

How do I keep tech-stack and tracks documents synchronized as the project evolves?▼

Keeping tech-stack and tracks documents synchronized requires applying versioned updates and clear governance rules to context artifacts, ensuring documents are refreshed and aligned whenever underlying code changes.

When should I not use a managed context artifact approach for project documentation?▼

Avoid a managed context artifact approach for highly transient, undocumented workflows where establishing versioned governance and continuous synchronization for product and tracks documents adds unnecessary overhead.