context-driven-development

Manage project context artifacts like product.md, tech-stack.md, and workflow.md.

2|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/as4584/antigravity-skills --skill context-driven-development-as4584
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-driven-development
Source: https://github.com/as4584/antigravity-skills/tree/main/agents-wshobson/plugins/conductor/skills/context-driven-development
Command: npx skills add https://github.com/as4584/antigravity-skills --skill context-driven-development-as4584

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining consistent project context and alignment across AI-assisted development sessions by treating project documentation as a managed artifact.

Core Features & Use Cases

  • Structured Context Management: Organizes product vision, tech stack, and workflow into distinct, manageable files (product.md, tech-stack.md, workflow.md, etc.).
  • AI Alignment: Ensures AI assistants have a consistent, up-to-date source of truth, leading to predictable and aligned outputs.
  • Use Case: When starting a new feature, use this Skill to ensure all relevant context documents are reviewed and updated, guaranteeing the AI understands the product goals, technical constraints, and team workflow before implementation begins.

Quick Start

Run the conductor:setup command to initialize project context artifacts for a new 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 consistent project context for AI-assisted development sessions?

Manage project context as a first-class artifact by maintaining structured files like product.md, tech-stack.md, and workflow.md. This approach provides AI assistants with a consistent source of truth, ensuring predictable and aligned outputs across development sessions.

What is the best way to document project workflows for AI alignment?

Documenting project workflows for AI alignment involves organizing product vision, technical stack, and development processes into distinct markdown files. This structured artifact management ensures AI tools understand team conventions and constraints before generating code or suggestions.

How do I initialize project context artifacts for a new software project?

Run the conductor:setup command to initialize project context artifacts for a new project. This interactively generates and validates structured documentation files like product.md and tech-stack.md, supporting both greenfield and brownfield project setups.

Can I use structured context management for existing brownfield projects?

Yes, structured context management supports both greenfield and brownfield project setups. It interactively generates and validates documentation artifacts, allowing you to retrofit structured product and technical context into existing codebases to align AI interactions.

Why does my AI assistant lose technical stack context between coding sessions?

AI assistants lose technical stack context because project documentation is not treated as a managed artifact. Without persistent files like tech-stack.md, the AI lacks a consistent source of truth, causing unpredictable outputs and lost alignment between sessions.